//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor= '#A2A3A6';         //'#EBFEFD';
	var HighBgColor='#DEDEDE';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=80; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=4;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Corporate","Thecompany.htm",5,23,128);
	Menu1_1=new Array("The Company","TheCompany.htm",0,23,128);
	Menu1_2=new Array("Work Culture","WorkCulture.htm",0);
	Menu1_3=new Array("Infrastructure","Infrastructure.htm",0);	
	Menu1_4=new Array("Technical Skills","TechnicalSkills.htm",0);	
	Menu1_5=new Array("The India Advantage","IndiaAdvantage.htm",0);

Menu2=new Array("Services","Services.htm",3);
	Menu2_1=new Array("Strategy Consulting","StrategyConsulting.htm",0,23,180);
	Menu2_2=new Array("Solution & Services","SolutionsServices.htm",6);
	Menu2_3=new Array("Total IT Management","TotalITMgmt.htm",0);
	Menu2_2_1=new Array("Global Outsourcing","Globaloutsourcing.htm",0,23,180);
	Menu2_2_2=new Array("Enterprise Solutions","EnterpriseSolutions.htm",5);
	Menu2_2_3=new Array("Product Development","ProductDevelopment.htm",0);
	Menu2_2_4=new Array("Quality Management","QualityManagement.htm",0);
	Menu2_2_5=new Array("Migration Services","MigrationServices.htm",0);
	Menu2_2_6=new Array("Maintainence Services","MaintainenceServices.htm",0);
	Menu2_2_2_1 =new Array("Architectures","EnterpriseSolutions.htm",0,23,225);
	Menu2_2_2_2 =new Array("Database & Business Intelligence","EnterpriseSolutions.htm",0);
	Menu2_2_2_3 =new Array("Internet & eCommerce","EnterpriseSolutions.htm",0);
	Menu2_2_2_4 =new Array("Systems Integration","EnterpriseSolutions.htm",0);
	Menu2_2_2_5 =new Array("Handheld Solutions","EnterpriseSolutions.htm",0);
	
	
Menu3=new Array("Teams","Teams.htm",5);
	Menu3_1=new Array("Strategy & Technology Group","STG.htm",0,23,200);
	Menu3_2=new Array("Software Architecture Group","SAG.htm",0);
	Menu3_3=new Array("Application Development Goup","ADG.htm",0);
	Menu3_4=new Array("Quality & Knowledge Group","QKG.htm",0);
	Menu3_5=new Array("Creative Group","CG.htm",0);

Menu4=new Array("Models","Models.htm",3);
	Menu4_1=new Array("Delivery","Delivery.htm",0,23,160);
	Menu4_2=new Array("Pricing","Pricing.htm",0);
	Menu4_3=new Array("Project Management","ProjectManagement.htm",3);
	Menu4_3_1=new Array("Software Lifecycle","SDLC.htm",0,23,200);	
	Menu4_3_2=new Array("Sashimi Waterfall Model","SWM.htm",0);
	Menu4_3_3=new Array("Acidaes Orcrist","Orcrist.htm",0);
	
Menu5=new Array("Products","",3);
	Menu5_1=new Array("CRMnext","http://www.crmnext.com",0,23,213);
	Menu5_2=new Array("Orcrist","orcrist.htm",0,23,213);
	Menu5_3=new Array("Orcrist Login","http://www.orcrist.com",0,23,213);



Menu6=new Array("Downloads","PressKit.htm",3);
	Menu6_1=new Array("Press Kit","PressKit.htm",0,23,180);
	Menu6_2=new Array("Company Fact Sheet","CompanyFactSheet.htm",0);
	Menu6_3=new Array("Company Overview","CompanyOverview.htm",0);
	


