function peakscript1(theURL,winName,features)
{ 
 window.open(theURL,winName,features);
}

function schliessen()
{ 
 window.close();
}

