//EITSC version 1.0, 20 october 2002

	var NoOffFirstLineMenus=11; //set number of main menu items
	var LowBgColor='#0099CC';
	var HighBgColor='#999999';
	var FontLowColor='white';
	var FontHighColor='yellow';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,technical,arial"
	var FontSize=7.8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=315; //set vertical offset
	var StartLeft=26; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //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("Overview","partners.html",0,20,266);

Menu2=new Array("Software Development","partners_sub.php?CID=1",0);

Menu3=new Array("Content / Web Development","partners_sub.php?CID=2",0);

Menu4=new Array("Multimedia Content Development","partners_sub.php?CID=3",0);

Menu5=new Array("Engineering Design","partners_sub.php?CID=4",0);

Menu6=new Array("Customer Interaction Services","partners_sub.php?CID=5",0);
	
Menu7=new Array("Information Management","partners_sub.php?CID=6",0);

Menu8=new Array("Business Process Outsourcing","partners_sub.php?CID=7",0);

Menu9=new Array("Data Conversion","partners_sub.php?CID=8",0);

Menu10=new Array("","#",0);

Menu11=new Array("Clients Served","clients.html",0);


