<!--
var temploc,jano,janow=100,janoh=100,winw=screen.availWidth,winh=screen.availHeight,wincal=null;
function opencal(cal) {
if (wincal&&wincal.open&&!wincal.closed) {wincal.location.href=cal}
else {wincal=window.open(cal,'wincalnew','left='+.1*winw+',top='+.15*winh+',width='+.8*winw+',height='+.7*winh+',scrollbars=1,resizable=1')}
wincal.focus();return false}
function openwindow(url) {
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)) {window.open(url)}
else {temploc=url;jano=window.open("","_blank","left=0,top=0,width=100,height=100,scrollbars=1");jano.moveTo(0,0);jano.focus();expande()}}
function expande() {
if (janow==winw&&janoh==winh) {jano.location=temploc;janow=100;janoh=100}
else {janow=(janow+5>winw)?winw:janow+5;janoh=(janoh+5>winh)?winh:janoh+5;jano.resizeTo(janow,janoh);setTimeout("expande()",10)}}
function byesite() {winexit=window.open("obrigado.htm","_blank","left="+(winw-350)/2+",top="+(winh-340)/2+",width=350,height=340");winexit.focus()}
function destaca() {
var i,l=document.getElementsByTagName("tr")
for (i=0;i<l.length;i++) {
if (l[i].className=="lide") {
l[i].onmouseover=function(){this.style.backgroundColor="#cceeff"}
l[i].onmouseout=function(){this.style.backgroundColor="#ffffff"}}}}
self.defaultStatus="SaunaKit® · A sauna descomplicada!"
if (top!=self) {top.location.href=self.location.href}
//-->
