/************************************************************************
*	Edit this file to customise/ amend the main menu.							*
*	Text after '//' indicate comments/ guidelines.						*
*			        													*		
*************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='#cc3300';		// Font color when mouse is over
	var FontSubHighColor='#cc3300';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,helvetica"	// Font family menu items
	var FontSize=8;						// Font size menu items
	var FontBold=1;						// Bold menu items 1 or 0
	var FontItalic=1;					// 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','bottom' or static
	var ChildOverlap=0;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=60;					// Menu offset x coordinate
	var StartLeft=0;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=2;					// Left padding
	var TopPaddng=5;					// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	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=['menuldr_sq.gif'];		// Submenu arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 	Menu tree
//	Syntax: MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	NB For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("about ipdm","aboutus.htm","",0,18,110);

Menu2=new Array("constitution","consti.htm","",0,22,110);

Menu3=new Array("council","c_council.htm","",2,26,110);
	Menu3_1=new Array("<img src='images/main/menuldr_sq.gif'> current council","c_council.htm","",0,18,130);
	Menu3_2=new Array("<img src='images/main/menuldr_sq.gif'> previous councils","p_council.htm","",0);

Menu4=new Array("events","events.htm","",3,30,110);
	Menu4_1=new Array("<img src='images/main/menuldr_sq.gif'> upcoming events","events.htm#event_upcoming","",0,18,130);
	Menu4_2=new Array("<img src='images/main/menuldr_sq.gif'> annual dinner","anndnr.htm","",0);
	Menu4_3=new Array("<img src='images/main/menuldr_sq.gif'> other events","events.htm#event_other","",0);

Menu5=new Array("mida awards","mida.htm","",0,34,110);

Menu6=new Array("members","members.htm","",0,38,110);

Menu7=new Array("affiliations","affil.htm","",0,42,110);

Menu8=new Array("student financial assistance awards","stdfin.htm","",0,47,110);
