var currentURL = location.href;
var styleTagOpen = '<style type="text/css">';
var styleTagClose= '</style>';
var childMenuLIHTML = "";
var aboutMenuItems = '<li><a href="/about/facts.shtml">Facts and Rankings</a></li><li><a href="/about/awards.shtml">Awards and Honors</a></li><li><a href="/about/journals.shtml">Journals and Editorships</a></li><li><a href="/about/mission.shtml">Mission Statement</a></li>';
var deptMenuItems ='';
var givingMenuItems = '<li><a href="/giving/gift.shtml">Gift Opportunities</a></li><li><a href="/giving/ways.shtml">Ways to Give</a></li><li><a href="/giving/donate.shtml">Donate Now</a></li><li><a href="/giving/contact.shtml">Contact Us</a></li>';
var deanMenuItems ='<li><a href="/dean/dean.shtml">Message from the Dean</a></li><li><a href="/dean/directions.shtml">Map &amp; Directions</a></li><li><a href="/dean/">Contact Us</a></li></li><li><a href="/dean/LererBio.shtml">Dean\'s Bio & Office Hours</a></li><li><a href="/dean/officeart.shtml">Art Exhibition</a></li>';

document.write('<script src="/assets/scripts/suckerfish.js" type="text/javascript"></script>');


// BEGIN home page
if (currentURL=="http://dah.ucsd.edu/" 
		|| currentURL=="http://dah.ucsd.edu/test/index.shtml" 
		|| currentURL=="http://dah.ucsd.edu/test/"
		|| currentURL=="http://dah.ucsd.edu/indexTEST.shtml"
		|| currentURL=="http://dah.ucsd.edu/indexTest.shtml"
		|| currentURL=="http://dah.ucsd.edu/index_test.shtml"
		|| currentURL=="http://dah.ucsd.edu/" 
		|| currentURL=="http://dah.ucsd.edu/index.shtml"		
		|| currentURL=="http://artsandhumanities.ucsd.edu/" 
		|| currentURL=="http://artsandhumanities.ucsd.edu/index.shtml"		
		|| currentURL=="http://artshumanities.ucsd.edu/" 
		|| currentURL=="http://artshumanities.ucsd.edu/index.shtml"	
		|| currentURL=="http://www.dah.ucsd.edu/"
		|| currentURL=="http://www.dah.ucsd.edu/test/index.shtml" 
		|| currentURL=="http://www.dah.ucsd.edu/test/"
		|| currentURL=="http://www.dah.ucsd.edu/" 
		|| currentURL=="http://www.dah.ucsd.edu/index.shtml"		
		|| currentURL=="http://www.artsandhumanities.ucsd.edu/" 
		|| currentURL=="http://www.artsandhumanities.ucsd.edu/index.shtml"		
		|| currentURL=="http://www.artshumanities.ucsd.edu/" 
		|| currentURL=="http://www.artshumanities.ucsd.edu/index.shtml"
		|| currentURL=="http://dah.ucsd.edu/index2.shtml"			
		|| currentURL=="http://www.artshumanities.ucsd.edu/index2.shtml"
		|| currentURL=="http://www.dah.ucsd.edu/index2.shtml"		
		
		
		
		)
{
	
			document.write('<link rel="stylesheet" href="/assets/styles/home.css" type="text/css" media="screen" />');
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#home {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#home {');
			document.write('color: #a54326;}');			
			document.write(styleTagClose);
			
} 
else
{
	// if current page is not the home page then load child page menu css
	document.write('<link rel="stylesheet" href="/assets/styles/childPageStyles.css" type="text/css" media="screen" />');
	
}
// END home page



if (currentURL.match("/about/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#about {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#about {');
			document.write('color: #a54326;}');
			document.write('#wrapper #nav #navigationBar li:hover ul#secondNavAboutDrop, #wrapper #nav #navigationBar li.sfhover ul#secondNavAboutDrop {left: -9999px;}');
			document.write(styleTagClose);
			var childMenuLIHTML = aboutMenuItems;			
			
} 

if (currentURL.match("/dept/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#deptsProgs {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#deptsProgs {');
			document.write('color: #a54326;}');
			document.write(styleTagClose);		
			
}

if (currentURL.match("/giving/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#giving {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#giving {');
			document.write('color: #a54326;}');
			document.write('#wrapper #nav #navigationBar li:hover ul#secondNavGivingDrop, #wrapper #nav #navigationBar li.sfhover ul#secondNavGivingDrop {left: -9999px;}');
			document.write(styleTagClose);
			var childMenuLIHTML = givingMenuItems;			
			
}


if (currentURL.match("/news/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#news {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#news {');
			document.write('color: #a54326;}');
			document.write(styleTagClose);
			
}

if (currentURL.match("/events/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#events {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#events {');
			document.write('color: #a54326;}');
			document.write(styleTagClose);
			
}

if (currentURL.match("/dean/"))
{
	
			document.write(styleTagOpen);
			document.write('#wrapper #nav #navigationBar a#dean {');
			document.write('background-color:#a54326;}');			
			document.write('#wrapper #secondNav a#dean {');
			document.write('color: #a54326;}');
			document.write('#wrapper #nav #navigationBar li:hover ul#secondNavDeanDrop, #wrapper #nav #navigationBar li.sfhover ul#secondNavDeanDrop {left: -9999px;}');			
			document.write(styleTagClose);
			var childMenuLIHTML = deanMenuItems;	
			
}


function writeHorizontalChildMenu(HTMLString){
	if (HTMLString.length > 0)
	{
		document.write('<div id="secondNavWrapper"><ul id="secondNav">'+HTMLString+'</ul></div>');			
	}else
	{
		document.write(HTMLString);
	}
}

function writeVerticalChildMenu(HTMLString){
	document.write(HTMLString);			
}



// horizontal child menu example
/*
<div id="secondNavWrapper">
	<ul id="secondNav">
		<li><a href="#">Statistics</a></li>
		<li><a href="#">Facts and Rankings</a></li>
		<li><a href="#">Awards and Honors</a></li>
		<li><a href="#">Journals and Editorships</a></li>
	</ul>
</div>
*/

// vertical drop down menu example
/*
<li><a href="about.php" id="about">About</a>
	<ul id="secondNavAboutDrop">
		<li><a href="#">Statistics</a></li>
		<li><a href="#"Facts and Rankings</a></li>
		<li><a href="#">Awards and Honors</a></li>
		<li><a href="#">Journals and Editorships</a></li>
	</ul>
</li>
*/
