/***********************************************************************************

***********************************************************************************/

//026db4 - blue
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#006A98';			// Background color when mouse is not over
	var LowSubBgColor='#F7EB8B';			// Background color when mouse is not over on subs
	var HighBgColor='#E5742E';			// Background color when mouse is over
	var HighSubBgColor='#E5742E';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#0F2C4C';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#000066';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial"	// Font family menu items
	var FontSize=10;				// 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='center';			// 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=230;				// 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=5;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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='1';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri_orig.gif',4,8,'images/cleardot.gif',8,4,'trileft_orig.gif',8,4];	// 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"

Menu1=new Array("rollover:images/menu1.gif:images/menu1-h.gif","index.php","",0,31,100);

Menu2=new Array("rollover:images/menu2.gif:images/menu2-h.gif","","",5,31,100);
	Menu2_1=new Array("Minister's Message","index.php?id=124","",0,31,190);
	//Menu2_2=new Array("CEO Welcome","index.php?id=78","",0,31,190);
	Menu2_2=new Array("Mission, Vision & Goals","index.php?id=26","",0,31,190);
	Menu2_3=new Array("The Departments","index.php?id=25","",0,31,190);		
	Menu2_4=new Array("New Ministers","index.php?id=25","",0,31,190);		
	Menu2_5=new Array("Permanent Secretary","index.php?id=126","",0,31,190);		

Menu3=new Array("rollover:images/menu3.gif:images/menu3-h.gif","","",4,31,100);
	Menu3_1=new Array("Corporate Services","index.php?id=31","",0,31,190);
	Menu3_2=new Array("Department of National Trade Measurement and Standards","index.php?id=37","",0,55,190);
	Menu3_3=new Array("Economic Analysis Unit","index.php?id=42","",0,31,190);
	Menu3_4=new Array("Department of Cooperatives","index.php?id=63","",0,31,190);
	
Menu4=new Array("rollover:images/menu4.gif:images/menu4-h.gif","index.php?id=4","",0,31,100);			

Menu5=new Array("rollover:images/menu5.gif:images/menu5-h.gif","index.php?id=53","",0,31,100);			

Menu6=new Array("rollover:images/menu6.gif:images/menu6-h.gif","#","",6,31,100);			
	Menu6_1=new Array("Archives","#","",0,31,190);
	Menu6_2=new Array("Publications","index.php?id=41","",0,31,190);
	Menu6_3=new Array("Speeches","index.php?id=41&subject=%2FSpeeches%2F","",0,31,190);
	Menu6_4=new Array("Acts and Policies","index.php?id=29","",0,31,190);
	Menu6_5=new Array("Legislations","#","",0,31,190);
	Menu6_6=new Array("Annual Reports","index.php?id=41&subject=%2FAnnual+Reports%2F","",0,31,190);

Menu7=new Array("rollover:images/menu7.gif:images/menu7-h.gif","index.php?id=62","",0,31,100);			

	
//Menu8=new Array("rollover:images/menu8.gif:images/menu8-h.gif","index.php?id=127","",0,31,100);			

//Menu9=new Array("rollover:images/menu9.gif:images/menu9-h.gif","index.php?id=82","",0,31,100);			

//Menu10=new Array("rollover:images/menu10.gif:images/menu10-h.gif","index.php?id=30","",0,31,100);			


Menu8=new Array("rollover:images/menu9.gif:images/menu9-h.gif","index.php?id=82","",0,31,100);			

Menu9=new Array("rollover:images/menu10.gif:images/menu10-h.gif","index.php?id=30","",0,31,100);			


