/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

var BorderSubColor='#0076C0';			// Pop out border color
var LowSubBgColor='#7CACDD';			// Pop out menu normal background colour
var HighSubBgColor='#579CD4';			// Pop out menu mouseover background colour

var LowBgColor='';						// Background color when mouse is not over
var HighBgColor='';						// Background color when mouse is over
var BorderColor='';						// Border color
var BorderWidth=1;						// Border width
var BorderBtwnElmnts=1;					// Border between elements 1 or 0
var FontLowColor='#0066AC';				// Font color when mouse is not over
var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
var FontHighColor='#7CACDD';			// Font color when mouse is over
var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
//var BorderColor='#E5E5E5';				// Border color
var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
var FontSize=9;						// Font size menu items
var FontBold=1;							// Bold menu items 1 or 0
var FontItalic=0;						// Italic menu items 1 or 0
var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
var MenuCentered='left';				// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
var ChildOverlap=.05;					// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
var StartTop=12;						// Menu offset x coordinate
var StartLeft=10;						// Menu offset y coordinate
var VerCorrect=0;						// Multiple frames y correction
var HorCorrect=0;						// Multiple frames x correction
var LeftPaddng=3;						// Left padding
var TopPaddng=4;						// Top padding
var FirstLineHorizontal=0;				// First level items layout horizontal 1 or 0
var MenuFramesVertical=1;				// Frames in cols or rows 1 or 0
var DissapearDelay=1000;				// delay before menu folds in
var TakeOverBgColor=1;					// Menu frame takes over background color subitem frame
var FirstLineFrame='publisherMain';		// Frame where first level appears
var SecLineFrame='publisherMain';		// Frame where sub levels appear
var DocTargetFrame='publisherMain';		// Frame where target documents appear
var TargetLoc='primary';				// DIV id for relative positioning (refer to config.htm for info)
var HideTop=0;							// Hide first level when loading new document 1 or 0
var MenuWrap=1;							// enables/ disables menu wrap 1 or 0
var RightToLeft=0;						// enables/ disables right to left unfold 1 or 0
var UnfoldsOnClick=0;					// Level 1 unfolds onclick/ onmouseover
var WebMasterCheck=0;					// menu tree checking on or off 1 or 0
var ShowArrow=0;						// Uses arrow gifs when 1
var KeepHilite=1;						// Keep selected path highligthed
//var Arrws=['',5,10,'',10,5,'',5,10];	// Arrow source, width and height
var Arrws=['../menu/tri.gif',5,10,'../menu/tridown.gif',10,5,'../menu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

var NoOffFirstLineMenus=14;

Menu1=new Array("Home","index.cfm","",0,30,145);

Menu2=new Array("About Us","about_us.cfm","",4);
	Menu2_1=new Array("About UDIA NSW","about_us.cfm","",0,30,200);
	Menu2_2=new Array("NSW Staff","22234.cfm","",0);
    Menu2_3=new Array("NSW President","22237.cfm","",0);
    Menu2_4=new Array("NSW Executive Committee and Council","22252.cfm","",0,35,200);
	
Menu3=new Array("Events","events.cfm","",1);
	Menu3_1=new Array("2010 Calendar of Events","calendar.cfm","",0,30,200);
	
Menu4=new Array("Advocacy","29242.cfm","",2);
	Menu4_1=new Array("Policy","29241.cfm","",0,30,200);
    Menu4_2=new Array("Reports and submissions","22279.cfm","",0);

Menu5=new Array("Resource Centre","information_booth.cfm","",4);
	Menu5_1=new Array("Event Presentations","22239.cfm","",0,30,200);
    Menu5_2=new Array("Reports and submissions","22279.cfm","",0);
    Menu5_3=new Array("UDIA publication","22240.cfm","",0);
	Menu5_4=new Array("Latest News","22957.cfm","",0);

Menu6=new Array("Media information","media_information.cfm","",2);
	Menu6_1=new Array("Media Releases","22289.cfm","",0,30,240);
    Menu6_2=new Array("Media enquiries and comment","22242.cfm","",0,30,240);

Menu7=new Array("Membership & Sponsorship","membership.cfm","",2,45,145);
    Menu7_1=new Array("Membership information","22277.cfm","",0,30,240);
    Menu7_2=new Array("Sponsorship Opportunities","22278.cfm","",0,30,240);
	
Menu8=new Array("Chapters and Committees","chapters_committees.cfm","",0,45,145);
    //Menu7_1=new Array("Central Coast Chapter","22265.cfm","",0,30,240);
    //Menu7_2=new Array("Hunter Chapter","22266.cfm","",0);
	//Menu7_3=new Array("South Coast Chapter","22267.cfm","",0);
    //Menu7_4=new Array("Northern Rivers Chapter","22268.cfm","",0);
    //Menu7_5=new Array("Senior Living Chapter","22269.cfm","",0);
    //Menu7_6=new Array("Committees","22270.cfm","",0);

Menu9=new Array("Professional Development","22552.cfm","",0,40,145);
Menu10=new Array("NSW Awards for Excellence","22280.cfm","",0,40,145);
Menu11=new Array("Women in Development","23246.cfm","",0,40,145);
Menu12=new Array("Young Developers","23248.cfm","",0,30,145);

Menu13=new Array("Members Only","members_only.cfm","",0,30,145);

Menu14=new Array("Contact Us","contact_us.cfm","",2);
	Menu14_1=new Array("UDIA Contacts","contact_us.cfm","",0,30,200);
    Menu14_2=new Array("Information request / Feedback","22406.cfm","",0,35,200);

