// JavaScript för Gratissverige.se
// Den här koden är skriven av GratisSverige.se
function setheight() {
document.getElementById('iframewindow').style.height = document.body.clientHeight;
alert(document.getElementById('iframewindow').style.height);
}

function calclink() {
var link = "http://www.gratissverige.se/?tipsare=";
document.f1.t2.value = link + document.f1.t1.value;
}
function openWindow(url) 
{ 
popupWin = window.open(url,'remote','menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizeable=no,width=170,height=190,left=150,top=150');
}

