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

var dartlib2 = {
  

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


function titleDetail()
{ //This is to add the user entered title to the subject line of the MAILTO.
document.digitalrequest.SUBJECT.value = 'Digital Resource Request : ' + document.digitalrequest.title.value;
}
