function writeFlashHome(cache) {
	var html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="683" height="263">';
	html += '<param name="movie" value="/melhores/flash/flash_home.swf?'+cache+'" />';
	html += '<param name="quality" value="high" />';
	html += '<param name="wmode" value="transparent" />';
	html += '<embed src="/melhores/flash/flash_home.swf?'+cache+'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="683" height="263" wmode="transparent"></embed>';
	html += '</object>';
	document.write(html);
}

function writeFlashColDirInterna(cache) {
	var html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="190" height="382">';
	html += '<param name="movie" value="/melhores/flash/flash_interna.swf?'+cache+'" />';
	html += '<param name="quality" value="high" />';
	html += '<param name="wmode" value="transparent" />';
	html += '<embed src="/melhores/flash/flash_interna.swf?'+cache+'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="190" height="382" wmode="transparent"></embed>';
	html += '</object>';
	document.write(html);
}

function abreGaleria() {
	width = 398;
	height = 290;
	leftVal = (screen.width - width) / 2;
	topVal = (screen.height - height) / 3.5;
	window.open('galeria/','gptw2008_galeria','width=' + width + ',height=' + height + ',scrollbars=no,top=' + topVal + ',left=' + leftVal)
}

