
	var NoOffFirstLineMenus=5;
	var LowBgColor='#0A5A96';
	var LowSubBgColor='#0A5A96';
	var HighBgColor='#0A5A96';
	var HighSubBgColor='#0A5A96';
	var FontLowColor='#CCCCCC';
	var FontSubLowColor='#CCCCCC';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=-3.5;
	var StartLeft=298;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='MenuPos';
	var HideTop=0;
	var MenuWrap=1;	
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/trileft.gif',5,10];

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("Home","/index.asp","",0,19,62);

Menu2=new Array("About Us","","",4,19,76);
	Menu2_1=new Array("Overview","/about/","",0,20,120);	
	Menu2_2=new Array("Range of Services","/about/services.asp","",0,20,0);
	Menu2_3=new Array("Management Team","/about/team.asp","",0,20,0);	
	Menu2_4=new Array("Testimonial","/about/testimonial.asp","",0,20,0);
	
Menu3=new Array("Portfolio Companies","","",3,19,126);
	Menu3_1=new Array("GKY Machinery","/venture/gky.asp","",0,20,126);
	Menu3_2=new Array("Sage Interactive","/venture/","",0,20,0);
	Menu3_3=new Array("Vesta PMS","/venture/vesta.asp","",0,20,0);

Menu4=new Array("Cache Resources","","",2,19,114);
	Menu4_1=new Array("Newsletter","/newsletter/","",0,20,114);
	Menu4_2=new Array("Dealflow","/dealflow","",0,20,0);

Menu5=new Array("Contact Us","javascript:top.location.href='/contact'","",0,19,94);