
<!--
function jump(menu){
  var loc = menu[menu.selectedIndex].value.split(";");
  if(loc.length == 2)
    window.open(loc[1], loc[0],'toolbar=0,location=0, scrollbars=1,width=600, height=500, left=0, top=0, resizable=1');
}
//-->







