function controll(siteid)
{
var wn=this.window.name;
if(wn=='nocheinfenster'){
opener.location.href='index.php?id=' + siteid;
self.location.href='temp.php';
}
}
