function openWindow(theurl,theheight,thewidth,theoptions) {
    window.open(theurl);
}


//<a href="#" onclick="window.open('urlhere','titlehere','width=400,height=200,resizable=1,scrollbars=1,status=1,menubar=1,toolbar=1');"><%=RSEVENT("Event_Name")%></a>
