// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
urls = selObj.options[selObj.selectedIndex].value;
window.open(urls,"list","width=580,height=448,top=1,left=1,toolbar=0,menubar=0,resizable=yes,scrollbars=yes,alwaysRaised=yes");
}


