//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=195,scrollbars=no,resizable');
	
	wndImage.document.clear();
	
	wndImage.document.writeln('<html>');
	wndImage.document.writeln('<head><title>Luxion | luz e design</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 + 20, 100); }');
	wndImage.document.writeln('else { window.resizeTo(imagem.width + 20,imagem.height + 90); }');
	wndImage.document.writeln('}');	
	
	wndImage.document.writeln('function iniciaLoading() { image = new Image(); image.src = "zoom/" + 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=000000 TEXT=ffffff LINK=ffffff VLINK=ffffff alink=ffffff >');
	wndImage.document.writeln('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">');
	wndImage.document.writeln('<tr>');
	wndImage.document.writeln('<td align=center valign=middle>');
	wndImage.document.writeln('<a href="#" onClick="window.close();"><img src="zoom/carregando.gif" alt="clique para fechar" border=0 vspace=0 id="imagem"></a>');
	wndImage.document.writeln('</td>');
	wndImage.document.writeln('</tr>');
	wndImage.document.writeln('</table>');
	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");
}
