<!--
function Go(parts){
if (parts.options[parts.selectedIndex].value!="")
 location=parts.options[parts.selectedIndex].value;
}
//-->

<!--
myDate=new Date(document.lastModified);
y=myDate.getFullYear();
m=myDate.getMonth()+1;
d=myDate.getDate();

//-->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
