function bbPopup() {
window.open( "bb_show.html", "myWindow", 
"status = 1, height = 430, width = 400, resizable = 1" )
}

function eventPopup(eid) {
window.open( "event_details.php?eid="+eid, "myWindow", 
"status = 1, height = 575, width = 770, scrollbars = 1, titlebar = 0" )
}

function admin_eventPopup(eid) {
window.open( "../event_details.php?admin=1&eid="+eid, "myWindow", 
"status = 1, height = 550, width = 770, scrollbars = 1, titlebar = 0" )
}

function admin_charityPopup(cid) {
window.open( "admin_charity_info.php?cid="+cid, "myWindow", 
"status = 1, height = 550, width = 800, scrollbars = 1, titlebar = 0" )
}

function admin_donationPopup(cid) {
window.open( "admin_charity_donations.php?cid="+cid, "myWindow", 
"status = 1, height = 550, width = 800, scrollbars = 1, titlebar = 0" )
}