function popupWebinar(strEventDate) { strUrl = 'popup-webinars-signup.php?eventDate=' + strEventDate; iWidth = 500; iHeight = 475; oWindow = window.open(strUrl, 'popup_webinar', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.focus(); } function popupImage(strImage, iWidth, iHeight, strCaption) { strUrl = 'popup-image.php?image=' + strImage + '&caption=' + escape(strCaption); iWidth += 50; iHeight += 125; oWindow = window.open(strUrl, 'popup_image', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.resizeTo(iWidth ,iHeight); oWindow.focus(); } function popupConference(strImage, iWidth, iHeight) { strUrl = 'popup-conference.php?image=' + strImage; iWidth += 50; iHeight += 125; oWindow = window.open(strUrl, 'popup_conf', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.resizeTo(iWidth ,iHeight); oWindow.focus(); } function popupInternational(strImage, iWidth, iHeight) { strUrl = '../popup-international.php?image=' + strImage; iWidth += 50; iHeight += 125; oWindow = window.open(strUrl, 'popup_conf', 'width=' + iWidth + ',height=' + iHeight + ',status=no,menubar=no,toolbar=no,scrollable=yes,scrollbars=yes,resizable=yes'); oWindow.resizeTo(iWidth ,iHeight); oWindow.focus(); } function popupPrint(fileName) { window.open(fileName,"windowPrint","width=540,height=400,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes"); } // // QueryString // function QueryString(key) { var value = null; for (var i=0;i= 0) { var argname = pairs[i].substring(0,pos); var value = pairs[i].substring(pos+1); QueryString.keys[QueryString.keys.length] = argname; QueryString.values[QueryString.values.length] = value; } } } QueryString_Parse(); function popUpSearch() { var query = window.location.search.substring(1); if (query != 0) { var pairs = query.split("&"); var value = null; for (var i=0;i