function peakscript1(theURL,winName,features) { 
 window.open(theURL,winName,features);
}
function PK7_displayStatusMsg(msgStr)  { 
	status=msgStr; document.PK7_returnValue = true;
}
function schliessen()
{ 
 window.close();
}

