//inclusao dos scripts para alpha em layers
document.write('<script src="http://www.vizza.com.br/share/layer_alpha.js" type="text/javascript"></script>');

wndImage = new Object();
wndImage.closed = true;
image = new Image();

function carregaProduto(ref) {
	if (!wndImage.closed) wndImage.close();
	
	abreProduto(ref);
}

function abreProduto(ref) {
	wndImage = window.open('','wndimagem','width=280,height=250,resizable');
	
	wndImage.document.clear();
	
	wndImage.document.writeln('<html>');
	wndImage.document.writeln('<head><title>Moinho da Cascata | Espaço cultural e ambiental</title>');
	wndImage.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
    wndImage.document.writeln('<link rel="stylesheet" type="text/css" href="styles.css">');
	wndImage.document.writeln('<script language="javascript" type="text/javascript">');
	wndImage.document.writeln('image = new Image();');
	wndImage.document.writeln('ref = "' + ref + '";');
	
	wndImage.document.writeln('function waitComplete(ref) { ');
	wndImage.document.writeln('if (image.complete) { resizeWindow(image); document.all.imagem.src = image.src; }');
	wndImage.document.writeln('else { setTimeout("waitComplete(\'" + ref + "\')",200); } }');	
	
	wndImage.document.writeln('function resizeWindow(imagem) {');
	wndImage.document.writeln('if (image.height > 550)	{');
	wndImage.document.writeln('window.resizeTo(imagem.width + 70, 550); }');
	wndImage.document.writeln('else { window.resizeTo(imagem.width + 50,imagem.height + 160); }');
	wndImage.document.writeln('}');	
	
	wndImage.document.writeln('function iniciaLoading() { image = new Image(); image.src = "ampliadas/" + ref + ".jpg"; waitComplete(" + ref + "); }');
	
	wndImage.document.writeln('</script>');
	wndImage.document.writeln('</head>');
	wndImage.document.writeln('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#6D6D6D">');
	wndImage.document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	wndImage.document.writeln('<tr><td height="30" bgcolor="#7B0302">&nbsp;</td>');
	wndImage.document.writeln('</tr>');
	wndImage.document.writeln('<tr>');
	wndImage.document.writeln('<td height="15" bgcolor="#590302"></td>');
	wndImage.document.writeln('</tr>');
	wndImage.document.writeln('<tr>');
	wndImage.document.writeln('<td>');
	wndImage.document.writeln('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">');
	wndImage.document.writeln('<tr>');
	wndImage.document.writeln('<td align=center>');
	wndImage.document.writeln('<a href="#" onClick="window.close();"><img src="carregando.gif" vspace=10 id="imagem" border=0 alt="clique para fechar"></a>');
	wndImage.document.writeln('</td>');
	wndImage.document.writeln('</tr>');
	wndImage.document.writeln('</table>');
	wndImage.document.writeln('</td>');
	wndImage.document.writeln('</tr>');
	wndImage.document.writeln('</table>');
	wndImage.document.writeln('<div id="Layer1" style="position:absolute; left:4px; top:4px; width:44px; height:41px; z-index:1"><img src="logozoom.gif"></div>');
	wndImage.document.writeln('<script language="javascript" type="text/javascript">iniciaLoading();</script>');
	wndImage.document.writeln('</body>');
	wndImage.document.writeln('</html>');
}

function abrirLocalizacao() {
	window.open("pt_localizacao.htm","localizacao","width=505,height=330");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

