<!-- // 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 Library Lens";  



// 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='/images/logo.gif' width='32' height='32' border='0' alt='"+(header_title)+"'>";  



// your regular contact email address

	var email_address = "admin@mail.mpl.lib.oh.us";  



// your copyright tag

	var copyright = "2004 CONTENTdm";  


// end -->	