<!-- // start /* 		Version 3.6	Client Style Variables	When editing variables be certain to note if the original variable is enclosed in double quotes.	Most variables require double quotes, however, some variables must be used without double quotes 	in order to work in different types of browsers.		Styles function differently, or not at all, depending on the browser.	As a result, some style changes may not appear in certain browsers or operating systems.	If in doubt, save a copy of this file before making changes.	 *//* 	############# Basic styles: ############### 	*/// name for header title	var header_title = "The Iowa Heritage Digital Collections";  // path to your header image file - the image size needs to remain constant to allow framesets to retain correct layout.  To allow a larger image size: adjust the frame_rows variable accordingly in the style properties of the global.js file.	var header_image = "<img src='/site-templates/images/cccc99IHDClogo.jpg' width='64' height='38' border='0' alt='IHDC'>";  // your regular contact email address	var email_address = "nancy-e-kraft@uiowa.edu";  // your copyright tag	var copyright = "2003-2005 IHDC | <a href='/site-templates/copyright.html' class='navstrip'>copyright information</a>";  // end -->	