// Begin Analytics
$(document).ready( function() {
	$('#Picture1A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.playquest.co.uk'); } );
});
// End Analytics

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./PlayQuest-PathFinder-How-Menu-WHO-OFF4.png", rollover: "./PlayQuest-PathFinder-How-Menu-WHO-ON4.png", w: 479, h: 57 },
	"NavigationButton2" : { image: "./PlayQuest-PathFinder-How-Menu-WHY-OFF2.png", rollover: "./PlayQuest-PathFinder-How-Menu-WHY-ON2.png", w: 479, h: 37 },
	"NavigationButton3" : { image: "./PlayQuest-PathFinder-How-Menu-WHERE-ON2.png", rollover: "./PlayQuest-PathFinder-How-Menu-WHERE-ON2.png", w: 479, h: 34 },
	"NavigationButton4" : { image: "./PlayQuest-PathFinder-How-Menu-HOW-OFF1.png", rollover: "./PlayQuest-PathFinder-How-Menu-HOW-ON2.png", w: 479, h: 34 },
	"NavigationButton5" : { image: "./PlayQuest-PathFinder-How-Menu-PROOF-OFF2.png", rollover: "./PlayQuest-PathFinder-How-Menu-PROOF-ON2.png", w: 479, h: 32 },
	"NavigationButton6" : { image: "./PlayQuest-PathFinder-How-Menu-CONTACT-OFF2.png", rollover: "./PlayQuest-PathFinder-How-Menu-CONTACT-on2.png", w: 479, h: 39 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


