<!--
/*

IMPLEMENTACION

<script type="text/javascript" language="javascript1.2">
	embedFlash("../images/botmenu.swf",185,21);
</script>

*/
function embedFlash(pelicula,ancho,alto)
{

	document.write('<object 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 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>');
	/*
	document.write('<object id="MediaPlayer" width="'+ancho+'" height="'+alto+'" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" standby="Loading..." type="application/x-oleobject">');
	document.write('<param name="movie" value="'+pelicula+'" />');
	document.write('<param name="showcontrols" value="1" />');
	document.write('<param name="autosize" value="1" />');
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download" filename="'+pelicula+'" src="'+pelicula+'" name=MediaPlayer showcontrols=1 width="'+ancho+'" height="'+alto+'"></embed>');
	document.write('</object>');
	*/
	
}


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>');
	/*
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+ancho+'" height="'+alto+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="'+pelicula+'" />');
	document.write('<param name="autoplay" value="true" />');
	document.write('<param name="controller" value="true" />');
	document.write('<param name="loop" value="false" />');
	document.write('<embed src="'+pelicula+'" width="'+ancho+'" height="'+alto+'" autoplay="true" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/download/"></embed>');
	document.write('</object>');
	*/

}

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>');
	/*
	document.write('<object id="videoie" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+ancho+'" height="'+alto+'" align="top">');
	document.write('<param name="SRC" value="'+pelicula+'" />');
	document.write('<param name="type" value="audio/x-pn-realaudio-plugin" />');
	document.write('<param name="console" value="videoie" />');
	document.write('<param name="controls" value="imagewindow" />');
	document.write('<param name="autostart" value="true" />');
	document.write('<embed name="videoNN" type="audio/x-pn-realaudio-plugin" src="'+pelicula+'" width="'+ancho+'" height="'+alto+'" controls="ImageWindow" autostart="true" loop="false" console="ClipNN"></embed>');
	document.write('</object>');
	*/
	
}

-->
