var popups = new Array(); function events_popup(itemstr) { winid = 'allevents-'+itemstr; if (document.getElementById(winid) != null) { popup = popups[itemstr]; if (popup == null) popup = new PopupWindow(winid); popup.offsetY = 25; popup.autoHide(); popup.showPopup('item-'+itemstr); } } var help_url = 'http://www.beliefproject.org/events-calendar'+'/help'; function showHelp(){ window.open(help_url,"eoi_termsconditions","menubar=0,resizable=1,scrollbars=1,width=580,height=480"); }