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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 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 = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	80; 		// absolute top position

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

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

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

var mCOLOR = 	"#60721E";	// main nav cell color
var rCOLOR = 	"#ACB081";	// main nav cell rollover color
var mwidth =	110; // main menu width
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#E6EAE0";	// 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, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"normal";		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	6;		// 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 = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#898AAE";	// submenu cell color
var srCOLOR = 	"#57598C";	// submenu cell rollover color
var smwidth =	108;	//submenu width
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#898AAE"	// 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, Helvetica, sans-serif";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	6;		// submenu text indent (if text is left or right aligned)
var svPADDING = 4;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	1;		// submenu dropshadow size
var shCOLOR =	"#57598C";	// submenu dropshadow color
var shOPACITY = 100;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 2;		// shift the child menus horizontally

var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 0;		// 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 = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 765;		// 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 = 12;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 12;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = 0;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = 0;		//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("","About",mwidth-10,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth+10,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/naturalmedicine.html","Natural Medicine","","");
	SI("http://www.acnm.edu.au/campuses.lasso","Campuses","","");
	SI("","College Information","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(smwidth,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.acnm.edu.au/history.html","History","","");
		CI("http://www.acnm.edu.au/collegeaims.html","Aims","","");
		CI("http://www.acnm.edu.au/accreditation.lasso","Accreditation","","");
		CI("http://www.acnm.edu.au/academicstaff.html","Academic Staff","","");
		CI("http://www.acnm.edu.au/policies.html","Policies","","");
		CI("http://www.acnm.edu.au/campuschat.html","Campus Chat","","");
		CI("http://www.acnm.edu.au/legislation.html","Legislation","","");

// add submenu link items ("url","Link name","_target","alt text")
	SI("","College Services","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(smwidth,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.acnm.edu.au/clinics.lasso","Public Clinics","","");
		CI("http://www.acnm.edu.au/library.html","Library","","");
		CI("http://www.acnm.edu.au/studentservices.html","Student Services","","");
		
	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/bookshops.lasso","Bookshops","","");
	SI("http://www.acnm.edu.au/contact.lasso","Contact Details","","");
	SI("http://www.acnm.edu.au/feedback.lasso","Feedback","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","New Students",mwidth,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth+40,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/enrolment.lasso","How to Apply","","");
	SI("http://www.acnm.edu.au/courses.lasso?type=oncampus","Courses","","");
	SI("http://www.acnm.edu.au/year12.html","Year 12 Home Page","","");
	SI("http://www.acnm.edu.au/careeradvisers.lasso","Career Advisers Section","","");
	SI("http://www.acnm.edu.au/cnb.lasso","College of Natural Beauty","","");
	SI("http://www.acnm.edu.au/cis.lasso","Information Seminars","","");
	SI("http://www.acnm.edu.au/external.lasso","External Study","","");
	SI("http://www.acnm.edu.au/generalstudy.html","General Interest Study","","");
	SI("http://www.acnm.edu.au/shortcourses.lasso","Short Courses","","");
	SI("http://www.acnm.edu.au/clinicalpractice.lasso","Clinical Practice","","");
	SI("http://www.acnm.edu.au/faq.html","FAQ","","");
	SI("http://www.acnm.edu.au/infopack.lasso","Request Information","","");
	SI("http://www.acnm.edu.au/credit.lasso","Credit","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Current Students",mwidth+10,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth+40,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/myacnm.lasso","myACNM","","");
	SI("http://www.acnm.edu.au/timetables.lasso","Timetables & Calendars","","");
	SI("http://www.acnm.edu.au/library.html","Library","","");
	SI("http://www.acnm.edu.au/credit.lasso","Credit","","");
	SI("http://www.acnm.edu.au/shortcourses.lasso","Short Courses","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","International Students",mwidth+25,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth+22,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/international-enrolment.html","How to Apply","","");
	SI("http://www.acnm.edu.au/international-courses.lasso","International Courses","","");
	SI("http://www.acnm.edu.au/international-living.html","Living in Australia","","");
	SI("http://www.acnm.edu.au/international-visa.html","Visa Application","","");
	SI("http://www.acnm.edu.au/international-accommodation.html","Accommodation","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Alumni",mwidth-10,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/alumni.lasso","What is Alumni?","","");
	SI("http://www.acnm.edu.au/alumni-events.lasso","Events","","");
	SI("http://www.acnm.edu.au/alumni-join.lasso","Join","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Clinics",mwidth-10,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth+10,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.acnm.edu.au/clinics.lasso","General Information","","");
	SI("http://www.acnm.edu.au/clinics-sessions.lasso","Session Times","","");
	SI("http://www.acnm.edu.au/clinics-booking.lasso","Make a Booking","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Staff",mwidth,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(smwidth,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.staff.acnm.edu.au","Staff Login","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
//MI("http://www.acnm.edu.au/shortcourses.lasso","Short Courses",mwidth,"center","","",0,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	//SP(smwidth,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	//SI("http://www.acnm.edu.au/shortcourses.lasso","Home Page","","");
	//SI("pdf/Short_Course_Guide.pdf","Guide","_blank","");
	//SI("http://www.acnm.edu.au/pdf/Short_Course_Enrolment_Form.pdf","Enrolment Form","_blank","");

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

