<!--
//JavaScript for this site carefully hand-coded by absoluteTHINKING.com

//launch exhibition details
function launchEventDetails(title, subtitle, username, password){
	window.open("popups/event_details.asp?title=" + title + "&subtitle=" + subtitle + "&username=" + username + "&password=" + password, "EventDetailsWindow", config='width=517,height=350,left=25,top=25,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no,status=no');

}

// -->