// This section sets the display text in the search box area.  Customize based on your location.

var dartlib2 = {
  
  simpSrchTips: {
	  	'bookSearchForm': "Find books and more (keyword)",
		'videoSearchForm': "Find DVDs & videos (keyword)", // Not used in the current search box implementation - 11/14/07
		'AVSearchForm': "Find Dartmouth owned A/V materials using Search360 (keyword)",
		'reserveSearchForm': "Search by instructor's last name",
		'seek': "Search the Library website (keyword)",
		'journalSearchForm': "Find articles with Search 360 (keyword)"
	  }
  // Make sure there's no comma after last property, as that breaks js in Safari
} 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
