<!-- 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: 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() {
  window.open('eastpopup.html','goEvent','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=200,framemargin=0,top=140,left=160');
}

<!-- Open new window: Webcast -->
function goWebcast(url){
  var Webcast = window.open('webcastpopup.html','Webcast','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=200,framemargin=0,top=140,left=160');
  Webcast.creator = self;
}

<!-- Drop Down list box with automatic re-direction -->
function SelectIt() {
  if (document.Channels.Select.options[document.Channels.Select.selectedIndex].value != "none"){ 
    location = document.Channels.Select.options[document.Channels.Select.selectedIndex].value}
}

<!-- Open new window: Event -->
function goEvent() {
  var Popup = window.open('http://www.streamingmedia.com/europe/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()
}

// end hide -->