function popupevent(eventid) { window.open('event.pt?eventid='+eventid,'','width=500,height=400,resizable,scrollbars'); return false; } function popupgallery(galleryid) { window.open('/public/galleryitem.pt?galleryid='+galleryid,'','width=500,height=400,resizable,scrollbars'); return false; }