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


