﻿<!-- Hide from old browsers

function noSpam(user,domain) {
locationstring = "mailto:" + user + "@" + domain;
window.location = locationstring;
}

function openW(detail) {
     newWindow = window.open(detail,"detail","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=640,height=480")
     newWindow.self.focus()
}

function surfto(form) {
var myindex=form.event.selectedIndex
if (form.event.options[myindex].value != "0") {
window.open(form.event.options[myindex].value, target="_top");}
}



//-->
