function embedFlash(pelicula,ancho,alto,id,p1,p2,p3){
	  document.write('<object classid="clsid:'+id+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ancho+'" height="'+alto+'" title="Men&uacute; de navegaci&oacute;n">');
		document.write('<param name="movie" value="'+pelicula+'/>');
		document.write('<param name="quality" value="high" />');
		document.write('<embed src="'+pelicula+'" width="'+ancho+'" height="'+alto+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="opaque" salign="LT"></embed>');
	  document.write('</object>');
}


