if(top!=self)
top.location.href=self.location.href

function openwindow (url) {
aWindow=window.open(url, "thewindow", "toolbar=no,  width=680, height=710, status=yes, scrollbars=yes, resizable=yes, left=100,top=5, menubar=no");
}

function openwindow1(url){
  aWindow=window.open(url,"thewindow","toolbar=0,location=0,directories=0,menuBar=1,scrollbars=1,resizable=1,width=680,height=550,left=150,top=50,status=yes");
 }

function describe(text){
window.status=text;
return true; <!-- tällä saadaan viesti näkymään kunnes se poistetaan-->
}
function clearstatus(text){
window.status=text;
}



