<!--
var temploc,janow=120,janoh=120,winw=screen.availWidth,winh=screen.availHeight;
function openwindow(url) {
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)) {window.open(url)}
else {temploc=url;
jano=window.open("","","top=0,left=0,width=100,height=100,scrollbars");
jano.moveTo(0,0);
jano.resizeTo(120,120);expande()}}
function expande() {
janow=(janow+5>winw)?winw:janow+5;
janoh=(janoh+5>winh)?winh:janoh+5;
jano.resizeTo(janow,janoh);
if (janow==winw&&janoh==winh) {jano.location=temploc;janow=120;janoh=120}
else {setTimeout("expande()",10)}}
function byesite() {winexit=window.open("obrigado.htm","obrigado","left="+(screen.width-350)/2+",top="+(screen.height-340)/2+",width=350,height=340");winexit.focus()}
function destaca() {
var i,l
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}
//-->