

function flash() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="550">')
	document.write('<param name="movie" value="presentancion.swf">')
	document.write('<param name="quality" value="high">')
	document.write('<param name="menu" value="false">')
	document.write('<embed src="presentancion.swf" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="550"></embed>')
	document.write('</object>')
}


function PlayerSinFondo(pVideo,pServer,pAncho,pAlto,pTitulo,pLink,pAutostart,pBuffer){
	//document.write('<object  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+pAncho+'" height="'+pAlto+'" align="middle" id="Player" name="Player" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">');
	document.write('<object  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="'+pAncho+'" height="'+pAlto+'" align="middle" id="Player" name="Player" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">');
	document.write('<param name="movie" value="PlayerSinFondo.swf?T='+pTitulo+'&S='+pServer+'&V='+pVideo+'&Buffer='+pBuffer+'&Enlace='+pLink+'&autostart='+pAutostart+'" /> ');
	document.write('<param name="quality" value="high" /> ');
	document.write('<param name="bgcolor" value="#000000" /> ');
	document.write('<param name="menu" value="false" /> ');
	document.write('<param name="allowFullScreen" value="true" /> ');
	document.write('<param name="allowScriptAccess" value="sameDomain" /> ');
	document.write('<embed src="PlayerSinFondo.swf?T='+pTitulo+'&S='+pServer+'&V='+pVideo+'&Buffer='+pBuffer+'&Enlace='+pLink+'&autostart='+pAutostart+'" quality="high" width="'+pAncho+'" height="'+pAlto+'" name="Player" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

