//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	225;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	200; 		// 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/ict/menu/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"FF9900";	// main nav cell color
var rCOLOR = 	"FFCC99";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"FFCC99"	// 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 = 	11;		// 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 = 	"FF9900";	// submenu cell color

var srCOLOR = 	"FFCC99";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"F9900"	// 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 = 	11;		// 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 =	"000000";	// 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 = -11;		// 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 ***********************************************************
addMainItem("http://sixthsense.osfc.ac.uk/ict/index.asp","<span class=''>Home</span>",60,"center","","",0,0,"");

 //add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","<span class=''>Data & Information</span>",125,"center","","",0,0,"");

	 //define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(125,"left","left",-6,-5,"");

	 //add submenu link items ("url","Link name","_target","alt text")
	 	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/index.asp","Welcome to ICT","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(85,"left","left",10,-8,"");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://sixthsense.osfc.ac.uk","","","");
		addChildmenuItem("http://sixthsense.osfc.ac.uk/ict/intro/index_01.asp","Course Content","","");
		addChildmenuItem("http://sixthsense.osfc.ac.uk/ict/intro/index_02.asp","Useful sites","","");
		
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Data_information/INDEX.asp","Data & Information","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ICT/Validatio_Verification/index.asp","Validation  & Verification ","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Storing_Data/index.asp","Storing Data","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Data_Knowledge/index.asp","Data, Info & Knowledge","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Representation_data/index.asp","Representation of Data","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Security_Data/index.asp","Security of Data","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Binary_Denary/INDEX.asp","Binary to Denary","","");
		
	 //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=''>Computers & Legalism</span>",135,"center","","",0,0,"");

	defineSubmenuProperties(88,"left","left",-6,-5,"");

	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/DPA/index.asp","DPA","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Health_Safety/index.asp","Health & Safety","","");

//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/history/hitler/depression.asp","Economic Depression","","");
        //addSubmenuItem("http://sixthsense.osfc.ac.uk/history/hitler/chancellor/chancellor.asp","Hitler the Chancellor","","");
		//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/quizes/q3_evaluating.asp","Data","","");
		//addSubmenuItem("http://sixthsense.osfc.ac.uk/history/hitler/rise/summary.asp","Data","","");
		
addMainItem("","<span class=''>Hardware</span>",80,"center","","",0,0,"");

	defineSubmenuProperties(122,"left","left",-6,-5,"");

	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Components/index.asp","Hardware Components","","");
	
			addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Inpu_Output/index.asp","Input and Output","","");
						addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Networks/index.asp","Networks","","");
									addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Memory_Storage/index.asp","Memory and Storage","","");
	//define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(120,"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","Input Output","","");
		//addChildmenuItem("http://sixthsense.osfc.ac.uk/leisure_tourism/module_3/activity3.asp","Activity 3","","");

addMainItem("","<span class=''>Using Software</span>",109,"center","","",0,0,"");

	defineSubmenuProperties(80,"left","left",-6,-5,"");

	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Spreadsheets/index.asp","Spreadsheets","","");
	addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Internet/INDEX.asp","Internet","","");
		addSubmenuItem("http://sixthsense.osfc.ac.uk/ict/Getting_Online/index.asp","Getting Online","","");	
	
	

		





//**DO NOT EDIT THIS *****
}//***********************
//************************

