function popUp(url,mode){var width=200;var height=200;if(mode=="info_agb"){var width=500;var height=450;}
if(mode=="info_activex"){var width=500;var height=350;}
if(mode=="info_cookies"){var width=500;var height=500;}
if(mode=="info_javascript"){var width=500;var height=520;}
if(mode=="info_domizil_unterdomizil"){var width=600;var height=500;}
if(mode=="info_domiziltypen"){var width=600;var height=480;}
if(mode=="info_passwort"){var width=600;var height=500;}
if(mode=="funktion_bilderassistent"){var width=750;var height=700;}
if(mode=="funktion_log"){var width=850;var height=600;}
var left=(screen.availWidth-width)/2;var top=(screen.availHeight-height)/2;var options="top="+top+",left="+left+",width="+width+",height="+height+",scrollbars=yes,toolbar=no,menubar=no,resizable=yes";popupWindow=window.open(url,"popup",options);popupWindow.focus();return false;}
function goToLinkInOpener(url){void(opener.location.href=url);window.close();return false;}
function confirmLink(theLink,Text){var is_confirmed=confirm(Text);if(is_confirmed){theLink.href=theLink;}
return is_confirmed;}
