function gefapiViewLecture(id) { var loc; loc = 'http://www.cmelectures.org/syndicate/lecture_view.asp?seminarID=' + id gefapiPopupWindow(loc, 766, 410) } function gefapiPopupWindow(loc, width, height, scrollbars) { var parms = ""; var sb = "yes"; if (scrollbars) sb = scrollbars; if (width && height) parms = "width=" + width + ",height=" + height + ",scrollbars=" + sb + ",resizable,status=no"; popupWin = window.open(loc, "popupWindow", parms); if (!popupWin.opener) popupWin.opener = window; popupWin.focus(); }