//UDMv3.8.4
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	53;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	130; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#223D71";	// main nav cell color
var rCOLOR = 	"#223D71";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white";	// main nav border color - MAROON
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"white";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	11;		// 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 = 	"#223D71";	// submenu cell color
var srCOLOR = 	"#223D71"; 	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#223D71";		// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"White";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";		// 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 =	2;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow 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 openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("twist_info.htm","Library Home",92,"center","","",0,0,"","#223D71","","","");
	SP(100,"left","right",0,0,"","","","","","","");

	
		SI("","About us","","");

			CP(120,"left","center",9,0,"","","","","","","");
			CI("twist_hours.htm","Hours","","");
			CI("twist_contacts.htm","Contacts","","");
			CI("twist_faqs.htm","FAQ's","","");
			CI("twist_loan_lengths.htm","Loan Lengths","","");
			CI("twist_mission.htm","Mission Statement","","");
			CI("twist_floorplan.htm","Library Floor Plan","","");



		SI("http://www.eit.ac.nz/","EIT Website","","");

		SI("http://mail.eit.ac.nz/","EIT Webmail","","");
		
                
		
			
		
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	
	// add submenu link items ("url","Link name","_target","alt text")
	

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		
		// add child menu link items ("url","Link name","_target","alt text")
		
	



MI("http://library.eit.ac.nz","Catalogue",92,"center","","",0,0,"x","#223D71","","","");

	SP(182,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");

	

MI("twist_databases_subject.htm","Databases",92,"center","","",0,0,"x","#223D71","","","");

	SP(130,"left","right",0,0,"","","","","","","");

	
			
		

MI("","E-Resources",92,"center","","",0,0,"x","#223D71","","","");

	SP(110,"right","right",0,0,"","","","","","","");
	
	SI("","E-Journals","","");

		CP(148,"left","center",11,0,"","","","","","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://atoz.ebsco.com/home.asp?Id=eitech ","A-to-Z electronic journals","","");
		CI("http://www.doaj.org/","Directory of Open Access Journals","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://pubs.acs.org/journal/jafcau"," Journal of Agricultural & Food Chemistry","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://www.sasev.org/journal","South African Journal of Enology & Viticulture","","");
		CI("http://www.adelaide.edu.au/ANZCCART/news/","ANZCART Newsletter","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://www.haworthpress.com/store/e-text/ViewLibraryEText.asp?sid=DREBDT6N4BAN9MEP2N3K3C2WFLJ2BM37&s=J001&m=0&DispMode=2&DisplayType=Journals","Clinical Supervisor","","");
		CI("http://www.rnzcgp.org.nz/gp-pulse/","GP Pulse","","");
		CI("http://www.rnzcgp.org.nz/journal-of-primary-health-care/","Journal of Primary Health Care","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://jama.ama-assn.org/","JAMA","","");
		CI("http://www.jps.auckland.ac.nz/index.php","Journal of the Polynesian Society","","");

		SI("","E-Books","","");

		CP(148,"left","center",11,0,"","","","","","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://site.ebrary.com/lib/twist","ebrary","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://proquestcombo.safaribooksonline.com/","Safari Books","","");

		
		

MI("twist.htm","Internet",92,"center","","",0,0,"x","#223D71","","","");

	SP(163,"right","right",0,0,"","","","","","","");

	
		SI("twist.htm","Internet Search","","");
		SI("artsweb.htm","Arts & Social Sciences","","");
		SI("businessweb.htm","Business & Computing","","");
		SI("healthweb.htm","Health & Sport","","");
		SI("maoriweb.htm","Te Manga M&#257;ori","","");
		SI("scienceweb.htm","Science & Technology","","");
		
		

MI("reference.htm","E-Reference",92,"center","","",0,0,"x","#223D71","","","");

	SP(135,"right","right",0,0,"","","","","","","");

	if (win&&ie5) { SI("reference.htm#Biography","Biography","",""); }
	SI("reference.htm#Conversion","Conversion","","");
	if (ie5||ns6||mz7||ns4) { SI("reference.htm#Countries","Countries","",""); }
	if (win&&ie5) {
		SI("reference.htm#Dictionaries","Dictionaries","","");
			
		}
	
	if (ie) { SI("reference.htm#Digital Libraries","Digital Libraries","",""); }
	SI("reference.htm#Directories","Directories","");
	SI("reference.htm#Encyclopaedias","Encyclopaedias","");
	SI("reference.htm#Legislation","Legislation","");
	SI("reference.htm#Library Catalogues","Library Catalogues","");
	SI("reference.htm#Maps","Maps","");
	SI("reference.htm#Newspapers","Newspapers","");
	SI("reference.htm#Quotations","Quotations","");
	SI("reference.htm#Road Code","Road Code","");
	SI("reference.htm#Statistics","Statistics","");
	SI("reference.htm#Time","Time","");
	SI("reference.htm#Weather","Weather & Climate","");



MI("","Services & Guides",118,"center","","",0,0,"x","#223D71","","","");

	SP(195,"right","right",0,0,"","","","","","","");

	SI("http://library.eit.ac.nz:2048/login?url=http://intranet.eit.ac.nz/eit_lib/twistweb/question-application/Question_Request_Form.html","Ask a Librarian","_blank","");
	
	SI("","Students","","");
			CP(148,"right","center",11,0,"","","","","","","");
			CI("servicestostudents.pdf","Services to Students","","");
			//CI("servicestodisabilities.pdf","Disability Services","","");
			//CI("servicestointernational.pdf","International Students","","");
			
	SI("","Distance Students","","");
			CP(148,"right","center",11,0,"","","","","","","");
			CI("Library_FAQ.html","Distance Students FAQ's","","");
		CI("http://library.eit.ac.nz:2048/login?url=http://intranet.eit.ac.nz/eit_lib/twistweb/request_application/Library_Request_Form.html","Request Form","_blank","");
	
				

	SI("","Staff","","");
			CP(148,"right","center",11,0,"","","","","","","");
			CI("servicestostaff.pdf","Services to Staff","","");
			CI("Library_Resource_Application.html","Library Resource Application","","");
			CI("file:///I:/All Staff Forms & Documents/Academic and Student Services/FORMS/LIBRARY Desk Reference form.doc","Desk Reference Form ","","");
			CI("file:///I:/All Staff Forms & Documents/Academic and Student Services/FORMS/LIBRARY Staff Resource Application Form.doc","Staff Resource Form","","");
			CI("ezproxychanger.htm","Link Changer","","");	
	
	SI("","Referencing Guides","","");
			CP(148,"right","center",11,0,"","","","","","","");
			//CI("twist_apa_referencing.pdf","APA Guide Full","","");
			CI("apa.pdf","APA Guide Brief","","");
			CI("http://www.apastyle.org/","APA Website","","");
			CI("apaplagiarism.ppt","APA Powerpoint","","");
			//CI("EndNote Electronic.pdf","Endnote 7","","");
			//CI("Endnote9.pdf","Endnote 9","","");
			CI("harvard.pdf","Harvard Guide Brief","","");
			CI("referencing_legal_material.pdf","Referencing Legal Material","","");
	
	SI("researchservice.pdf","Research Service","","");
	SI("lawresources.pdf","Law Resources","","");
	SI("libraryDatabases.pdf","Library Databases","","");
	SI("librarycatalogue.pdf","Library Catalogue","","");
        SI("Accessingoffcampus.pdf","Off Campus Access","","");
	SI("howtoaccessEITOnline.pdf","Access EITOnline","","");
	SI("InformationLiteracyGuide.pdf","Information Literacy","","");
	//SI("librarycatalogue.pdf","Library Catalogue","","");
	SI("glossary.pdf","Library Glossary","","");
	SI("","Journal Lists","","");
			CP(148,"right","center",11,0,"","","","","","","");
			CI("journallistart.pdf","Arts & Social Sciences","","");
			CI("journallistbusiness.pdf","Business & Computing","","");
			CI("journallisthealth.pdf","Health & Sport","","");
			CI("journallistmaori.pdf","M&#257;ori","","");
			CI("journallistscience.pdf","Science","","");
			CI("journallistalpha.pdf","Full Aphabetical","","");
			CI("journallistdewey.pdf","Full Dewey","","");
			
				
	
	





MI("http://eitonline.eit.ac.nz/","EIT Online",92,"center","","",0,0,"x","#223D71","","","");

	SP(185,"right","right",0,0,"","","","","","","");





	



//* DO NOT EDIT THIS BIT *
}//***********************
//************************
