<!-- 
function MM_jumpMenu(targ,selObj,restore){ //v3.0 
window.open(selObj.options[selObj.selectedIndex].value)

if (restore) selObj.selectedIndex=0; 
} 
//--> 

<!--
// (C) 2001 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

var windowDoPop

function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=yes,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=500');
    windowDoPop.focus();
}
//-->

