// JavaScript Document

var EventLink
function newWindow(EventLink){
theNewWindow = window.open(EventLink,'TicketExchange',
'left=20,top=20,width=600,height=500,toolbar=0,resizable=0,menubar=0,directories=0,location=0,scrollbars=yes');

}