<!--
function loadup(theURL) {
  window.open(theURL,'pop','width=695,height=223,top=' + (screen.availHeight-223)/2 + ',left=' + (screen.availWidth-695)/2);
}
//-->

<!--
function contact(theURL) {
  window.open(theURL,'pop','width=600,height=450,top=' + (screen.availHeight-450)/2 + ',left=' + (screen.availWidth-600)/2);
}
//-->