function hlpPop(f,l){hlpPopOpen('/pg/cgi/help.cgi?h='+f+'&l='+l,350,400);}
function hlpPopOpen(w,x,y){
var op='scrollbars=yes,menubar=no,width='+x+',height='+y;
var w1=open(w,"Help",op);
w1.focus();
}

