function openHelp(fname) {
var pathname;
 
pathname = "../wup/help/" + fname;
 
F1 = open(pathname,"Hilfe","width=650,height=500,screenX=50,screenY=50,menubar=no,resizable=yes,status=no,scrollbars=yes");
}
