<!--
function open_window1(url) {
mywin = window.open(url,"win3",'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=450');
}

function goURL() {
var list = document.forms[0].pageselection
var theurl = "/" + list.options[list.selectedIndex].value
location.href = theurl
}

var today = new Date();
var year = today.getYear();

// -->
