//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	224;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	202; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "http://sixthsense.osfc.ac.uk/citizenship/menu/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#34b3d1";	// main nav cell color
var rCOLOR = 	"#7ACCE0";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#34b3d1"	// main nav border color
var aLINK = 	"ffffff";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#7ACCE0";	// submenu cell color

var srCOLOR = 	"#34b3d1";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#34b3d1"	// submenu border color
var saLINK = 	"ffffff";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


 //add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
  addMainItem("http://sixthsense.osfc.ac.uk/citizenship/index.asp","<span class=''>Home</span>",257,"center","","",0,0,"");

	 //define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(130,"left","left",-6,-5,"");

	 //add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/resources.asp","Overview","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/treaty/treaty_tasks.asp","Treaty Of Versailles","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/problems.asp","Problems/Survival","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/stresemann/gustav.asp","Gustav Stresemann","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/collapse/collapse.asp","The Collapse","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/weimar/summary/summary.asp","Summary","","");
		
	 //define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(54,"left","left",11,-7,"");

		 //add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_1/activity1.asp","Activity 1","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_1/activity2.asp","Activity 2","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_1/activity3.asp","Activity 3","","");
		
	//addSubmenuItem("http://sixthsense.osfc.ac.uk","People in Organisations","","");
	//addSubmenuItem("","Structure, Organisation and Control","","");
	 //define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		//defineChildmenuProperties(140,"left","left",11,-7,"");
		
		 //add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/business/aims_and_objectives.asp","Aims & Objectives","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/business/growth.asp","Growth","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/business/ownership_and_control.asp","Ownership and Control","","");
	

// *** change these to absolutes

 //add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","<span class=''>Unit One</span>",256,"center","","",0,0,"");

	defineSubmenuProperties(257,"left","left",-6,-5,"");

	addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/1_longarm/long_arm.asp","Long Arm of the Law","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/2_what_age/what_age.asp","At What Age","","");

//define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","left",11,-7,"");

		 //add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/history/quizes/q2_speech.asp","Hitlers Speech","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_2/activity2.asp","Activity 2","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_2/activity3.asp","Activity 3","","");
        addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/distinction_crim_civil/distinction_crim_civil.asp","Civil & Criminal Law","","");
        addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/judging_other_citizens/judging_other_citizens.asp","Judging Other Citizens","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/solicitors_barristers/sols_and_barrs.asp","Solicitors & Barristers","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/judges/judges.asp","Judges","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/courts/courts.asp","Courts","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/citizenship/general_quiz/quiz.asp","Quizzes","","");

//addMainItem("","<span class=''>Forthcoming</span>",127,"center","","",0,0,"");

	//defineSubmenuProperties(177,"left","left",-6,-5,"");

	//addSubmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_3/index.asp","Employment and Organisation","","");
	//define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(54,"left","left",11,-7,"");

		 //add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_3/activity2.asp","Activity 2","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_3/activity3.asp","Activity 3","","");

//addMainItem("","<span class=''>Forthcoming</span>",131,"center","","",0,0,"");

	//defineSubmenuProperties(100,"left","left",-6,-5,"");

	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/graphics/images/index.asp","Berlin Trip","","");
	//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/external.asp","External Links","","");	
	
	

		





//**DO NOT EDIT THIS *****
}//***********************
//************************

