// Jump Menu Version 3.0+
// Written by Macromedia.
// Last Edited: 13/06/2003

// To reference the include file
// Place the following into the <head></head> section of the page
// <script language="Javascript" src="/common/jumpmenu.js"></script>

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}	
