function aplicaFlash(swf, width, height, wmode, cache,header) {
	var noCache = "";
	var concate = '';
	if (cache == undefined || cache == '') {var noCache = "?" + new Date();}
	if (wmode != "opaque" && wmode != "transparent") {wmode = "transparent";}
	var monta_swf = "";
	monta_swf += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+ width +"' height='"+ height +"' title=''>";
	monta_swf += "<param name='movie' value='"+ swf + noCache +"'>";
	if(header) {
		monta_swf += "<param name='name' value='flashHeader'>";
		monta_swf += "<param name='id' value='flashHeader'>";
		concate = " name='flashHeader' id='flashHeader'";
	}
	monta_swf += "<param name='swliveconnect' value='true'>";
	monta_swf += "<param name='AllowScriptAccess' value='always'>";
	monta_swf += "<param name='quality' value='high'>";
	monta_swf += "<param name='menu' value='0'>";
	monta_swf += "<param name='wmode' value='"+ wmode +"'>";
	monta_swf += "<embed src='"+ swf + noCache +"' quality='high' wmode='"+ wmode +"' pluginspage='http://www.macromedia.com/go/getflashplayer' AllowScriptAccess='always' type='application/x-shockwave-flash' swliveconnect='true' width='"+ width +"' height='"+ height +"'"+concate+"></embed>";
	monta_swf += "</object>";
	document.write(monta_swf);
}

function aplicaFlash02(swf, width, height, wmode, cache, cidade) {
	var noCache = "";
	if (cache == undefined || cache == '') {var noCache = "?" + new Date();}
	if (wmode != "opaque" && wmode != "transparent") {wmode = "transparent";}
	var monta_swf = "";
	monta_swf += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+ width +"' height='"+ height +"' title=''>";
	monta_swf += "<param name='movie' value='"+ swf + noCache +"'>";
	monta_swf += "<param name='FlashVars' VALUE='cidade="+cidade+"'>";
	monta_swf += "<param name='quality' value='high'>";
	monta_swf += "<param name='menu' value='0'>";
	monta_swf += "<param name='wmode' value='"+ wmode +"'>";
	monta_swf += "<embed src='"+ swf + noCache +"' quality='high' wmode='"+ wmode +"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+ width +"' height='"+ height +"' FlashVars='cidade="+cidade+"'></embed>";
	monta_swf += "</object>";
	document.write(monta_swf);

}

function abredhtml() {
	document.getElementById("dhtml").style.display = "inline";
}

function fechardhtml() {
	document.getElementById("dhtml").style.display = "none";
}

function ServicoOnLine2(strPag) {
	window.location.href=strPag;
}

function ServicoOnLine() {
	window.open('ServicoOnLine.asp', 'popup', 'top=10,left=10,width=777, height=600,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,fullscreen=no');
	/*alert('opa sou a mesma função');*/
}