function stringFlash(swf, width, height,FlashVars, wmode, cache) {
	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='6,0,0,0' width='"+ width +"' height='"+ height +"' title=''>";
	monta_swf += "<param name='movie' value='"+ swf + noCache +"'>";
	monta_swf += "<param name='quality' value='high'>";
	monta_swf += "<param name='menu' value='0'>";
	monta_swf += "<param name='wmode' value='"+ wmode +"'>";
	monta_swf += "<param name='FlashVars' value='"+ FlashVars +"'>";
	monta_swf += "<embed src='"+ swf + noCache +"' quality='high' FlashVars='"+FlashVars+"' wmode='"+ wmode +"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+ width +"' height='"+ height +"'></embed>";
	monta_swf += "</object>";
	return monta_swf;
}

function aplicaFlash(swf, width, height,FlashVars, wmode, cache) {
	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='6,0,0,0' width='"+ width +"' height='"+ height +"' title=''>";
	monta_swf += "<param name='movie' value='"+ swf + noCache +"'>";
	monta_swf += "<param name='quality' value='high'>";
	monta_swf += "<param name='menu' value='0'>";
	monta_swf += "<param name='wmode' value='"+ wmode +"'>";
	monta_swf += "<param name='FlashVars' value='"+ FlashVars +"'>";
	monta_swf += "<embed src='"+ swf + noCache +"' quality='high' FlashVars='"+FlashVars+"' wmode='"+ wmode +"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+ width +"' height='"+ height +"'></embed>";
	monta_swf += "</object>";	
	document.write(monta_swf);
}

function BannerFlashHome_VerDeNovo() {    
	document.getElementById("boxSwfBannerHome").className = 'ShowBannerFlash';
	document.getElementById("boxSwfBannerHome").innerHTML = stringFlash("swf/dhtml.swf", "1019px", "845px");


	document.getElementById("boxSwfBannerHomePadrao").className = 'HideBannerFlashPadrao';
	document.getElementById("boxSwfBannerHomePadrao").innerHTML = "";	
	
}

function BannerFlashHome_Fechar() {    
	document.getElementById("boxSwfBannerHome").className = 'HideBannerFlash';
	document.getElementById("boxSwfBannerHome").innerHTML = "";

	
	document.getElementById("boxSwfBannerHomePadrao").className = 'ShowBannerFlashPadrao';
	document.getElementById("boxSwfBannerHomePadrao").innerHTML = stringFlash("swf/banner.swf", "100%", "140px");
}

window.onload = function() {
	if(navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.substring(22,23) == 7) {
		if(document.getElementById('container')) {
			if(screen.height<=600) {
				document.getElementById('container').style.width='768px';
			}
		}
	}
}