	var NoOffFirstLineMenus=8;		// Number of first level items
	var LowBgColor='#AD0120';
	var LowSubBgColor='#ffffff';
	var HighBgColor='#AD0120';
	var HighSubBgColor='#ffffff';
	var FontLowColor='#ffffff';
	var FontSubLowColor='#333333';
	var FontHighColor='#C0C0C0';
	var FontSubHighColor='#AD0120';
	var BorderColor='#AD0120';	
	var BorderSubColor='#B0BEC7';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="Arial"
	var FontSize=8;
	var FontBold=8;
	var FontItalic=0;
	var MenuTextCentered='center';		// 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;
	var ChildVerticalOverlap=0;
	var StartTop=500;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;				// 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=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='navig';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// 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;
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=0; 					// 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:  "0"

Menu1=new Array("Home","default.htm","",0,20,90);

Menu2=new Array("About Us","whoweare.htm","",2,22,90);
	Menu2_1=new Array("Team","team.htm","",0,19,90);
	Menu2_2=new Array("Mission","mission.htm","",0,19,90);
	
Menu3=new Array("Services","service.htm","",3,22,100);
	Menu3_1=new Array("Language Solutions","language.htm","",0,28,120);
	Menu3_2=new Array("Legal Solutions","legal.htm","",0,16,120);
	Menu3_3=new Array("Financial and Banking Solutions","finance.htm","",0,28,120);
	
Menu4=new Array("Quotes","quotes.htm","",1,22,95);
	Menu4_1=new Array("Further Information","info.asp","",0,35,100);
	
Menu5=new Array("Contact Us","contact.htm","",2,22,90);
	Menu5_1=new Array("Queries","query.htm","",0,19,90);
	Menu5_2=new Array("Career","Vacancies.htm","",0,19,90);

Menu6=new Array("FAQ","faq.htm","",0,22,80);
	
Menu7=new Array("Profile","profile.htm","",0,22,80);

Menu8=new Array("Privacy Policy","privacy.htm","",0,22,110);
//-->