<!--
function openNew(URL) {
aWindow = window.open(URL,"new","width=640,height=500,scrollbars=yes,resizable=yes,toolbar=yes");
aWindow.focus();
}

function openWin(URL) {
aWindow = window.open(URL,"new","width=450,height=300,scrollbars=yes,resizable=yes");
}
//pop up windows 

//NEW FUNCTIONS

