// This ASP page is outputting JavaScript, not HTML! function help(id) { var url = '/help.asp?helpid=' + id; PopUpHelp = window.open(url,'GlobalRecycle_Help','height=400,width=275,alwaysLowered=0,alwaysRaised=1,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=no,scrollbars=no,status=0,titlebar=1,toolbar=0,z-lock=0'); //width=275, height=400, toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no }