<!--
/*

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=9,0,28,0" width="'+ancho+'" height="'+alto+'">');
	document.write('<param name="movie" value="'+pelicula+'" />')
	document.write('<param name="quality" value="high" />');
	document.write('<param name="align" value="absmiddle" />');
	document.write('<param name="wmode" value="opaque" />');
	document.write('<embed name="'+id+'" swliveconnect="true" wmode="opaque" 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('<OBJECT id="WMP" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">');
	document.write('<PARAM NAME="URL" VALUE="'+pelicula+'">');
	document.write('<PARAM NAME="rate" VALUE="1">');
	document.write('<PARAM NAME="balance" VALUE="0">');
	document.write('<PARAM NAME="currentPosition" VALUE="0">');
	document.write('<PARAM NAME="defaultFrame" VALUE="">');
	document.write('<PARAM NAME="playCount" VALUE="1">');
	document.write('<PARAM NAME="autoStart" VALUE="-1">');
	document.write('<PARAM NAME="currentMarker" VALUE="0">');
	document.write('<PARAM NAME="invokeURLs" VALUE="-1">');
	document.write('<PARAM NAME="baseURL" VALUE="">');
	document.write('<PARAM NAME="volume" VALUE="50">');
	document.write('<PARAM NAME="mute" VALUE="0">');
	document.write('<PARAM NAME="uiMode" VALUE="full">');
	document.write('<PARAM NAME="stretchToFit" VALUE="0">');
	document.write('<PARAM NAME="windowlessVideo" VALUE="0">');
	document.write('<PARAM NAME="enabled" VALUE="-1">');
	document.write('<PARAM NAME="enableContextMenu" VALUE="-1">');
	document.write('<PARAM NAME="fullScreen" VALUE="0">');
	document.write('<PARAM NAME="SAMIStyle" VALUE="">');
	document.write('<PARAM NAME="SAMILang" VALUE="">');
	document.write('<PARAM NAME="SAMIFilename" VALUE="">');
	document.write('<PARAM NAME="captioningID" VALUE="">');
	document.write('<PARAM NAME="enableErrorDialogs" VALUE="0">');
	document.write('<PARAM NAME="_cx" VALUE="5927">');
	document.write('<PARAM NAME="_cy" VALUE="6376">');
	document.write('<embed id="WMP" src="'+pelicula+'" autoplay="true" controller="true" showcontrols="1" width="'+ancho+'" height="'+alto+'" pluginspage=\"http://www.microsoft.com/windows/windowsmedia/download\"></embed>');
	document.write('</OBJECT>');
}



function embedQuickTime(pelicula,ancho,alto)
{
	document.write('<embed classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" 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>');
	
}

-->
