// JavaScript Document
//regional offices jump menu script
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function popUp(sURL) {
var newWindow = window.open(sURL,'name','height=600,width=500,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
}

