');
t4t_infofenster.document.writeln('');
t4t_infofenster.document.writeln('');
t4t_infofenster.document.writeln('
Lade Seite ...
');
t4t_infofenster.document.close();
t4t_infofenster.resizeTo(wi, hi);
t4t_infofenster.focus();
return false;
}
function t4t_boxant(url)
{
if(typeof t4t_infofenster == 'undefined' || t4t_infofenster.closed)
t4t_infofenster=window.open('', 't4t_infofenster','toolbar=no, directories=no, status=yes, scrollbars=yes, menubar=yes, resizable=yes, width=100, height=100');
t4t_infofenster.resizeTo(800, 600);
t4t_infofenster.document.open();
t4t_infofenster.document.writeln('
Lade Seite ...
');
t4t_infofenster.document.close();
t4t_infofenster.location.href = url;
t4t_infofenster.focus();
return false;
}
function boxurlantrag(url,localias,locid,wi,hi,le,to)
{
var loc = '';
if (typeof localias == 'undefined')localias='';
if (typeof locid == 'undefined')locid='000';
if (typeof wi == 'undefined')wi=650;
if (typeof hi == 'undefined')hi=600;
if (typeof le == 'undefined')le=5;
if (typeof to == 'undefined')to=5;
if(!localias || localias==''){
loc='/'+locid+'/';
}else{
loc='/'+localias+'/';
}
if(typeof t4t_antragsfenster == 'undefined' || t4t_antragsfenster.closed)
t4t_antragsfenster = window.open('', 't4t_antragsfenster', 'toolbar=no, directories=no, status=yes , scrollbars=yes, resizable=yes, menubar=no, width=100, height=100, left='+le+', top='+to+'');
t4t_antragsfenster.location.replace('about:blank');
t4t_antragsfenster.document.open();
t4t_antragsfenster.document.writeln('');
t4t_antragsfenster.document.writeln('');
t4t_antragsfenster.document.writeln('');
t4t_antragsfenster.document.writeln('
Lade Seite ...
');
t4t_antragsfenster.document.close();
t4t_antragsfenster.resizeTo(wi, hi);
t4t_antragsfenster.focus();
return false;
}
//-->