<!-- hide me

<!-- Open new window: Send to a friend -->
function goFriend(url) {
  window.open(url,'goFriend','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=385,framemargin=0,top=140,left=160');
}

<!-- Open new window: Keynote speakers -->
function goKeynotes(url) {
  window.open(url,'goKeynotes','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=386,height=385,framemargin=0,top=140,left=160');
}

<!-- Open new window: Past speakers -->
function goSpeakers(url) {
  window.open(url,'goSpeakers','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=346,height=385,framemargin=0,top=140,left=160');
}

<!-- Open new window: FloorPlan -->
function goFloorPlan(url) {
  window.open(url,'goFloorPlan','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=775,height=550,framemargin=0,top=30,left=20');
}

<!-- Open new window: Testimonials -->
function goTestimonials(url) {
  window.open(url,'goTestimonials','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=346,height=385,framemargin=0,top=140,left=160');
}

<!-- Open new window: Event -->
function goEvent() {
  var Popup = window.open('europepopup.html','Popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=200,framemargin=0,top=140,left=160');
  if (Popup.opener==null) Popup.opener= window;
  Popup.opener.name = "opener";
  Popup.focus()
}

function resizing()
{
	if (navigator.appName == "Netscape")
	window.location.href = window.location.href;
}

<!-- Alert: Coming Soon! -->
function ComingSoon() {
  alert("The service is currently being finalized.\nExhibitors will be notified via email when information becomes available.");
}

<!-- Alert: Coming Soon2! -->
function ComingSoon2() {
  alert("Coming Soon");
}

<!-- Old N4 browsers crash fix -->
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// end hide -->