var w = 650;

var h = 500;



function exibirFlash(categoria,swf,w,h)

{

	document.write('<embed id="jogo" width="'+650+'" height="'+500+'" src="/jogos/'+categoria+'/'+swf+'" type="application/x-shockwave-flash" />')

}



function exibirShockwave(categoria,dcr,w,h)

{

	document.write('<embed id="jogo" width="'+650+'" height="'+500+'" src="/jogos/'+categoria+'/'+dcr+'" type="application/x-director" />')

}