var TOP = self;
while(TOP!=TOP.parent)TOP=TOP.parent;
var stat=TOP.stat;
var over=TOP.over;
var out=TOP.out;
var open_popup=TOP.open_popup;
var open_infocenter=TOP.open_infocenter;

function popup(s){
	var a;
	if(s==null || s==""){	
		a=  window.open('/popup/popup.php3','POPUP','width=600,height=350,resizable=1,scrollbars'); 
	}else{
		a=  window.open('/popup/popup.php3?s='+s,'POPUP','width=600,height=350,resizable=1,scrollbars'); 
	}
	a.focus();
	return  void(0);
}

function open_popup(i_html_page,i_width,i_height,i_name){
	var befehl= new String();
	if(i_name!=null)	befehl="open_popup_verzoegert(\""+i_html_page+"\","+i_width+","+i_height+",\""+i_name+"\")";
	else befehl="open_popup_verzoegert(\""+i_html_page+"\","+i_width+","+i_height+")";
	setTimeout(befehl,10);
}

function open_popup_verzoegert(i1_html_page,i1_width,i1_height,i1_name){
	if(i1_name==null)	window.open(i1_html_page,"","height="+i1_height+",width="+i1_width+",resizable=1,scrollbars");
	else 	window.open(i1_html_page,i1_name,"height="+i1_height+",width="+i1_width+",resizable=1,scrollbars");
}
/*function kontakt(s){
	var a;
	if(s==null || s==""){
		a=  window.open('/popup/kontakt.php3','POPUP','width=600,height=350,resizable=1,scrollbars'); 
	}else{
		a=  window.open('/popup/kontakt.php3?s='+s,'POPUP','width=600,height=350,resizable=1,scrollbars'); 
	}
	a.focus();
	return  void(0);
}
function marktgebiet(){
	var a=  window.open('/marktgebiet/markt.php3','POPUP','width=600,height=350,resizable=1,scrollbars'); 
	a.focus();
	return  void(0);
}
*/
