function help(num) {
var makeurl;
var currhref;
currhref = location.href;
makeurl = '../help/help.asp?helpid='+num;
helpwind = window.open (makeurl, 'HELP', 'resizable=yes,scrollbars=yes,width=400,height=300,left=50,top=50');
}

