function showEvent(url_title) {
url = "http://www.sealbeachchamber.org/index.php/site/event/" + url_title
win = window.open(url,'eventDetails','scrollbars=yes,status=no,toolbar=no,titlebar=no,menubar=no,width=500,height=500');
}
