startList = function() {
		if (document.all&&document.getElementById) {
			navRoot = document.getElementById("menu");
			for (i=0; i<navRoot.childNodes.length; i++) {
				node = navRoot.childNodes[i];
				if (node.nodeName=="LI" && node.getElementsByTagName("UL").length > 0) {
					node.onmouseover=function() {
						this.className+=" over";
					}
					node.onmouseout=function() {
						this.className=this.className.replace(" over", "");
					}
				}
			}
		}
}
activateSelected = function(){
	var sections = ['aboutwilliammorris','morrisandco', 'localtreasures', 'events', 'educationprogrammes', 'resources', 'merchandise', 'visitorinformation'];
	var thispath = location.pathname.substring(1);
	if(thispath.indexOf(sections[0])>1){$('#about').addClass("selected");}
	if(thispath.indexOf(sections[1])>1){$('#morris').addClass("selected");}
	if(thispath.indexOf(sections[2])>1){$('#local').addClass("selected");}
	if(thispath.indexOf(sections[3])>1){
		$('#events').addClass("selected");
		$('dl').append('<dt>&nbsp;</dt><dd><p>A listing of <a href="http://www.christchurchartgallery.org.nz/Happenings/">all calendar events</a> can be found on the Gallery\'s main website.</p><p>Programmes are subject to change, and limited places may apply.</p> </dd>');
	}
	if(thispath.indexOf(sections[4])>1){$('#education').addClass("selected");}
	if(thispath.indexOf(sections[5])>1){$('#resources').addClass("selected");}
	if(thispath.indexOf(sections[6])>1){$('#merchandise').addClass("selected");}
	if(thispath.indexOf(sections[7])>1){$('#visitor').addClass("selected");}
};
menuReplace = function(){
	var path = 'http://www.christchurchartgallery.org.nz/morrisandco/';
	//var path = 'http://office.nvbrand.com/client/williammorris/';
	 var menuFinal = '<li id="about"><a href="'+path+'aboutwilliammorris/about.html">William Morris</a>'+
            '<ul>'+
                '<li><a href="'+path+'aboutwilliammorris/about.html">William Morris</a></li>'+
              '<li><a href="'+path+'aboutwilliammorris/chronology.html">Chronology</a></li>'+
          '</ul>'+
        '</li>'+
        '<li id="morris"><a href="'+path+'morrisandco/wallpapers.html">Morris & Co</a>'+
            '<ul>'+
                '<li><a href="'+path+'morrisandco/wallpapers.html">Wallpapers</a></li>'+
              '<li><a href="'+path+'morrisandco/carpetsandcurtains.html">Carpets and Curtains</a></li>'+
              '<li><a href="'+path+'morrisandco/furniture.html">Furniture</a></li>'+
              '<li><a href="'+path+'morrisandco/embroidery.html">Embroidery</a></li>'+
			  '<li><a href="'+path+'morrisandco/tapestry.html">Tapestry</a></li>'+
              '<li><a href="'+path+'morrisandco/ceramics.html">Ceramics</a></li>'+
              '<li><a href="'+path+'morrisandco/stained_glass.html">Stained Glass</a></li>'+
              '<li><a href="'+path+'morrisandco/books.html">Books and the Kelmscott Press</a></li>'+
			  '<li><a href="'+path+'morrisandco/rossettiandburnejones.html">Rossetti and Burne-Jones</a></li>'+
          '</ul>'+
            '</li>'+
        '<li id="local"><a href="'+path+'localtreasures/echoesofkelmscott.html">Local Treasures</a>'+
        	'<ul>'+
                '<li><a href="'+path+'localtreasures/echoesofkelmscott.html">Echoes of Kelmscott Press</a></li>'+
              '<li><a href="'+path+'localtreasures/morriscostained.html"> Morris &amp; Co. stained glass in Canterbury</a></li>'+
          '</ul>'+
        '</li>'+
        '<li id="events"><a href="'+path+'events/illustratedlectures.html">Events</a>'+
        		'<ul>'+
                '<li><a href="'+path+'events/illustratedlectures.html">Illustrated Lectures</a></li>'+
                '<li><a href="'+path+'events/specialperformances.html">Special Performances</a></li>'+
                '<li><a href="'+path+'events/floortalks.html">Floortalks</a></li>'+
                '<li><a href="'+path+'events/guidedtours.html">Guided Tours</a></li>'+
                '<li><a href="'+path+'events/conference.html">Conference</a></li>'+
				'<li><a href="'+path+'events/film.html">Film</a></li>'+
                '<li><a href="'+path+'events/workshop.html">Workshops</a></li>'+

          '</ul>'+
        '</li>'+
        '<li id="education"><a href="'+path+'educationprogrammes/studentworkshops.html">Education Programes</a>'+
        	'<ul>'+
			'<li><a href="'+path+'educationprogrammes/studentworkshops.html">Student Workshops</a></li>'+
                '<li><a href="'+path+'educationprogrammes/teacherpreviews.html">Teacher Previews</a></li>'+
              '<li><a href="'+path+'educationprogrammes/teacherworkshops.html">Teacher Workshops</a></li>'+
			  '<li><a href="'+path+'educationprogrammes/booksandenquiries.html">Bookings and Enquiries</a></li>'+
          '</ul>'+
        '</li>'+
        '<li id="resources"><a href="'+path+'resources/essays.html">Resources</a>'+
        	'<ul>'+
        	 	'<li><a href="'+path+'resources/essays.html">Essays</a></li>'+
                //'<li><a href="'+path+'resources/interviews.html">Interviews</a></li>'+
                '<li><a href="'+path+'resources/nineopinions.html">Nine Opinions</a></li>'+
                //'<li><a href="'+path+'resources/relatedcollections.html">Related Collections</a></li>'+
                //'<li><a href="'+path+'resources/wallpapersandgraphics.html">Wallpapers and Graphics</a></li>'+
            '</ul>'+
        '</li>'+
        '<li id="merchandise"><a href="'+path+'merchandise/cards.html">Merchandise</a>'+
        	'<ul>'+
        	 	'<li><a href="'+path+'merchandise/cards.html">Cards, Bookmarks and Stationery</a></li>'+
              '<li><a href="'+path+'merchandise/books.html">Books</a></li>'+
              '<li><a href="'+path+'merchandise/glassware.html">Glassware</a></li>'+
              '<li><a href="'+path+'merchandise/bagsscarves.html">Bags, Scarves and Accessories</a></li>'+
          '</ul>'+
        '</li>'+
        '<li id="visitor"><a href="'+path+'visitorinformation/generalinfo.html">Visitor Information</a>'+
			'<ul>'+
        	 	'<li><a href="'+path+'visitorinformation/generalinfo.html">About the Exhibition</a></li>'+
                '<li><a href="'+path+'visitorinformation/visitorsbook.html">Visitors Book</a></li>'+
            '</ul>'+
        '</li>';
		$('#title').empty();
		$('#title').append('<a href="'+path+'">Morris &amp; Co.</a>');
		$('#menu').empty();
		$('#menu').append(menuFinal);
}
footerReplace = function(){
var footer = '<ul>'+
'<li><a href="http://www.christchurchartgallery.org.nz/">Christchurch Art Gallery</a></li>'+
'<li><a href="http://www.christchurchartgallery.org.nz/morrisandco/">Morris &amp; Co</a></li>'+
'<li><a href="http://www.christchurchartgallery.org.nz/Contact/">Contact Us</a></li>'+
'</ul>'+
'<p><strong>Morris &amp; Co.</strong> is an Art Gallery of South Australia Travelling Exhibition.</p>'+
'<p>All artworks: Morris &amp; Company, London 1861 &#8212; 1940. Collection of the Art Gallery of South Australia, Adelaide.</p>';
$('#footer').empty();
$('#footer').append(footer);
}
$(document).ready(function(){
	menuReplace();
	activateSelected();
	footerReplace();
	$('head').append('<!--[if IE 6]><script>startList();</script><![endif]-->');
	
});

