// using this function demands the "sr" (siteroot) variable to be assigned first of all.
function QHelpShow(qh_nm){
Quick_Help=window.open(sr+'cgi-bin/qhelp.pl?'+qh_nm,'Quick_Help','width=300,height=300,location=no,menubar=no,status=no,toolbar=no,resizable=yes');
}
