var w = 650;
var h = 500;

function exibirFlash(categoria,swf,w,h)
{
	document.write('<embed width="100%" height="'+488+'" src="/jogos/'+categoria+'/'+swf+'" type="application/x-shockwave-flash" />')
}

function exibirShockwave(categoria,dcr,w,h)
{
	document.write('<embed width="100%" height="'+488+'" src="/jogos/'+categoria+'/'+dcr+'" type="application/x-director" />')
}
