function flash(arquivo,div,w,h,wmd,xml,bt,subbt){
	swfobject.embedSWF(arquivo, div, w, h, "8.0.0", "expressInstall.swf",{arquivo:xml,BTatual:bt,SUBatual:subbt},{wmode:wmd},{});
	}

function hDiv(h,div){
	document.getElementById(div).style.height=h+'px';
	}
