function juego_flash(idj,w,h){
var relacion=w/h;
if(document.body.clientWidth < 970 && w>510){
w=510;
h=510/relacion;
}
document.write('<div id="juego-flash" style="width:'+w+'px;height:'+h+'px;margin:0 auto 0 auto;"><object id="juego-flash-swf" width="100%" height="100%" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="swliveconnect" value="true"/><param name="movie" value="../../jugar/swf/'+idj+'.swf" /><param name="quality" value="High" /><embed name="juego-flash-swf" swliveconnect="true" width="100%" height="100%" src="../../jugar/swf/'+idj+'.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></object></div>');
}

function juego_shockwave(idj,w,h){
var relacion=w/h;
if(document.body.clientWidth < 970 && w>510){
w=510;
h=510/relacion;
}
document.write('<div id="juego-flash" style="width:'+w+'px;height:'+h+'px;margin:0 auto 0 auto;"><object id="juego-flash-swf" classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0" width="100%" height="100%"><param name="swliveconnect" value="true"/><param name=src value="../../jugar/swf/'+idj+'.dcr" /><param name=swRemote value="swSaveEnabled=true swVolume=true swRestart=true swPausePlay=true swFastForward=true swContextMenu=true " /><param name="swStretchHAlign" value="center" /><param name=swStretchStyle value="meet" /><param name="swstretchVAlign" value="center" /><PARAM NAME=bgColor VALUE="#060606" /><embed name="juego-flash-swf" src="../../jugar/swf/'+idj+'.dcr" bgColor="#060606" width="100%" height="100%" swRemote="swSaveEnabled=true swVolume=true swRestart=true swPausePlay=true swFastForward=true swContextMenu=true " swliveconnect="true" swStretchStyle=meet swStretchHAlign=center swstretchVAlign=center type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed></object></div>');
}
