//
// Project Cafe
// Display-time layout modifications
//
// Adam Mark Finlayson, WTS
// amf%northwestern!edu
//

// Import "Layout" scripts (for the image preloader)
document.write('<script language="JavaScript" type="text/javascript" src="http://cafe.northwestern.edu/common/js/layout.js"></script>\n') ;

// Import "Menu Highlight" script
document.write('<script language="JavaScript" type="text/javascript" src="http://cafe.northwestern.edu/common/js/menuhighlight.js"></script>\n') ;


// Execute this function when the window loads
window.onload = function() {
	// Pre-load the hover effect image for the Northwstern logo
	preload('/common/images/northwestern-logo-cafe-on.gif') ;
	
	// Highlight the current page in navigation
	addHighlight('navigation', 'highlight'); 
	
	// Remove "index.html" from links for prettier URLs
	stripIndexLinks('navigation') ;
	stripIndexLinks('breadcrumb') ;
	stripIndexLinks('content') ;
} ;
