if(top!=self)
top.location.href=self.location.href

function openwindow (url) {
aWindow=window.open(url, "thewindow", "toolbar=no,  width=700, height=600, status=yes, scrollbars=yes, resizable=yes, menubar=no");
}

function openwindow1(url){
  aWindow=window.open(url,"thewindow","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=950,height=700,left=10,top=5,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;
}