\n'); } function popup(URL,windowname,width,height,scrollbars) { winURL = URL; winName = windowname; winWidth = width; winHeight = height; winOffX = 25; winOffY = 25; winSpecs = "width=" + winWidth + ",height=" + winHeight + ",toolbar=0,menubar=0," + "scrollbars=" + scrollbars + ",resizable=0,location=0,directories=0,status=0,left=" + winOffX + ",top=" + winOffY loading = window.open(winURL,winName,winSpecs); } function mailer(recipient,subject) { winURL = "mailto:" + recipient + "?subject=" + subject; winName = "_self"; winWidth = 300; winHeight = 300; winOffX = 25; winOffY = 25; winSpecs = "width=" + winWidth + ",height=" + winHeight + ",toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,directories=0,status=1,left=" + winOffX + ",top=" + winOffY loading = window.open(winURL,winName,winSpecs); } function MM_displayStatusMsg(msgStr) { //v1.0 status=msgStr; document.MM_returnValue = true; } function MM_callJS(jsStr) { //v2.0 return eval(jsStr) } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //-->
|