function open_help_window(url,larg,alt){
    window.open(url,"helpWnd","width="+larg+", height="+alt+", scrollbar=1");
}

