



function th_not01()
{
v=window.open("th_not01.htm","th_not01","width=350,height=140,resizable=yes, menubar=no,scrollbars=yes,toolbar=no");
}



function fenster1(datei,fenstername,x,y)
{
var win1,fenstername,x,y;
win1=window.open(datei,fenstername,"width="+x+",height="+y+",resizable=yes,scrollbars=no,dependent=yes");

}


function fenster2(datei,fenstername,x,y)
{
var win1,fenstername,x,y;
win2=window.open(datei,fenstername,"width="+x+",height="+y+",resizable=yes,scrollbars=yes,dependent=yes");

}




function zeibil(neubil,xbild)
{
window.document.images[xbild].src=neubil;
}


