// Java Document
function popup_help(file) {       
   options = "toolbar=0,status=0,menubar=0,scrollbars=1, width=550, height=550";       
   win = window.open(file,"help",options);    
} 