<!--
/*

IMPLEMENTACION

<script type="text/javascript" language="javascript1.2">
	embedFlash("../images/botmenu.swf",185,21);
</script>

*/
function embedFlash(pelicula,ancho,alto,id)
{

	document.write('<object id="'+id+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ancho+'" height="'+alto+'">');
	document.write('<param name="movie" value="'+pelicula+'" />')
	document.write('<param name="quality" value="high" />');
	document.write('<embed name="'+id+'" swliveconnect="true" src="'+pelicula+'" width="'+ancho+'" height="'+alto+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');

}




function embedWindowsMedia(pelicula,ancho,alto)
{
	
	document.write('<embed src="'+pelicula+'" autoplay="true" controller="true" showcontrols="1" width="'+ancho+'" height="'+alto+'" pluginspage=\"http://www.microsoft.com/windows/windowsmedia/download\"></embed>');
	
}


function embedQuickTime(pelicula,ancho,alto)
{
	document.write('<embed src="'+pelicula+'" autoplay="true" controller="true" showcontrols="1" width="'+ancho+'" height="'+alto+'" pluginspage="http://www.apple.com/quicktime/download/"></embed>');

}

function embedReal(pelicula,ancho,alto)
{
	document.write('<embed src="'+pelicula+'" autostart="true" controller="true" showcontrols="1" width="'+ancho+'" height="'+alto+'" type="audio/x-pn-realaudio-plugin"></embed>');
	
}

function embedFlashPlayer(player, pelicula,ancho,alto,id)
{
	
	document.write('<object id="'+id+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ancho+'" height="'+alto+'" id="audioplayer'+id+'">');
	document.write('<param name="movie" value="'+player+'" />')
	document.write('<param name="quality" value="high" />');
	document.write('<param name="FlashVars" value="playerID='+id+'&amp;soundFile='+pelicula+'" />');
	document.write('<param name="bgcolor" value="F2F2F1" />');
	document.write('<embed name="'+id+'" flashvars="playerID='+id+'&amp;soundFile='+pelicula+'" bgcolor="F2F2F1" swliveconnect="true" src="'+player+'" width="'+ancho+'" height="'+alto+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');

}

function embedFlashFLVPlayer(player, pelicula,ancho,alto,id)
{
	
	document.write('<object id="'+id+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ancho+'" height="'+alto+'" id="'+id+'">');
	document.write('<param name="movie" value="'+player+'" />')
	document.write('<param name="quality" value="high" />');
	document.write('<param name="allowfullscreen" value="true" />');
	document.write('<param name="FlashVars" value="&file='+pelicula+'" />');
	document.write('<embed name="'+id+'" flashvars="&file='+pelicula+'" allowfullscreen="true" swliveconnect="true" src="'+player+'" width="'+ancho+'" height="'+alto+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');	
	

}

-->

