function msgAlert(M){
	alert(M);
}


function midias(M){
	document.write('<embed height="300" width="400" vspace="0" hspace="0" src="'+M+'"></embed>');
}
