
	<!--
	var msg=null;
	function win(nome,w,h) 
	{
	if(msg && !msg.closed) msg.close();
	parm="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0, resizable=0,copyhistory=0,height="+h+",width="+w+",left=20,top=10";
	msg=window.open('blank.html','jan0',parm);
	msg.document.write('<html><head><title>Casa com Design</title></head>');
	msg.document.write('<body leftmargin=0 topmargin=0><center><a href="#" onclick="msg=null;self.close();">');
	msg.document.write('<img src="'+nome+'" border=0></a></body></html>');
	msg.document.close();
	msg.focus();
	}

	function winscr(nome,w,h) 
	{
	if(msg && !msg.closed) msg.close();
	parm="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1, resizable=0,copyhistory=0,height="+h+",width="+w+",left=0,top=10";
	msg=window.open('blank.html','jan0',parm);
	msg.document.write('<html><head><title>Casa com Design</title></head>');
	msg.document.write('<body leftmargin=0 topmargin=0><center><a href="#" onclick="msg=null;self.close();">');
	msg.document.write('<img src="'+nome+'" border=0></a></body></html>');
	msg.document.close();
	msg.focus();
	}

var ww=323;
var hh=400;
var windowW=screen.width;
if (windowW==1024)
	{
	ww=366;
	hh=463;
	}

function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
