<!-- Begin   
function showHelp() {
   var helpHandle = null;
   helpHandle = window.open('taxtype.html', "newWindow", "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=350");
   helpHandle.focus();
   return(false);
}
//  End -->