	var NoOffFirstLineMenus=4;
	var LowBgColor='f7f7f7';
//	var HighBgColor='#D1D1E9';
	var HighBgColor='white';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='silver';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical,arial"
	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=85; //set vertical offset
	var StartLeft=290; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	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;
	
/*Please Change the following code only */
//start

//Explanation
//

Menu1=new Array("About us","aboutus.html",4,18,120);
Menu2=new Array("Services","services.html",3,18,138);
Menu3=new Array("Case Study","casestudy.html",10,18,138);
Menu4=new Array("Contact Us","contactus.html",0,18,100);

//5 is the no of vertical menus
//20 is the height of the menus
//138 is the width of the menus

Menu1_1=new Array("Overview","aboutus.html",0,18,150);	
Menu1_2=new Array("People","aboutus_people.html",0,18,150);	
Menu1_3=new Array("Technology","aboutus_technology.html",0,18,150);	
Menu1_4=new Array("Resources","aboutus_resources.html",0,18,150);	

//Menu2_1=new Array("Overview","overview.html",0,18,150);	
//Menu2_2=new Array("Data Entry","data_entry.html",0,18,150);	
//Menu2_3=new Array("Data Entry-Images","data_entry_images.html",0,18,150);	
//Menu2_4=new Array("Forms Processing","forms_processing.html",0,18,150);	
//Menu2_5=new Array("PDF Conversion","pdf_conversion.html",0,18,150);	
//Menu2_6=new Array("SGML/XML/HTML","sgml.html",0,18,150);	
//Menu2_7=new Array("Publishing Support Services","publishing.html",0,18,150);	
//Menu2_8=new Array("CD & Online Database Design","cdonline.html",0,18,150);	
//Menu2_9=new Array("Back Office Services","bos.html",3,18,150);

Menu2_1=new Array("Document Management Services","Litigationcodingservices.html",8,18,170);	
//Menu2_2=new Array("Content Development Services","underconst.html",0,18,170);	
Menu2_2=new Array("Software Services","underconst.html",0,18,170);	
Menu2_3=new Array("Back Office Services","bos.html",0,18,170);

Menu2_1_1=new Array("Litigation Coding Services","Litigationcodingservices.html",0,18,150);
Menu2_1_2=new Array("Data Coding","data_entry.html",0,18,150);	
Menu2_1_3=new Array("Data Coding-Images","data_entry_images.html",0,18,150);	
Menu2_1_4=new Array("Forms Processing","forms_processing.html",0,18,150);	
Menu2_1_5=new Array("PDF Conversion","pdf_conversion.html",0,18,150);	
Menu2_1_6=new Array("SGML/XML/HTML","sgml.html",0,18,150);	
Menu2_1_7=new Array("Publishing Support Services","publishing.html",0,18,150);	
Menu2_1_8=new Array("CD & Online Database Design","cdonline.html",0,18,150);	


//Menu2_9_1=new Array("Payroll Processing","payroll.html",0,18,150);
//Menu2_9_2=new Array("Revenue Accounting","revenue.html",0,18,150);
//Menu2_9_3=new Array("Web based re-search","research.html",0,18,150);

//Menu2_4_1=new Array("Payroll Processing","payroll.html",0,18,150);
//Menu2_4_2=new Array("Revenue Accounting","revenue.html",0,18,150);
//Menu2_4_3=new Array("Web Based Re-Search","research.html",0,18,150);


Menu3_1=new Array("Data Coding From Paper","paper.html",0,18,150);	
Menu3_2=new Array("Data Coding Of Images","images.html",0,18,150);	
Menu3_3=new Array("Scanning OCR And Clean Up","ocr.html",0,18,150);	
Menu3_4=new Array("PDF Conversion","pdf.html",0,18,150);	
Menu3_5=new Array("SGML/XML/HTML Tagging","cs_sgml.html",0,18,150);	
Menu3_6=new Array("Web Content Development","porting.html",2,18,170);	
Menu3_7=new Array("Stamps(Philately)","stamps.html",0,18,150);	
Menu3_8=new Array("Advertising","advertising.html",0,18,150);	
Menu3_9=new Array("Insurance Industry","insurance.html",0,18,150);
Menu3_10=new Array("Litigation Industry","Litigationindustry.html",0,18,150);

//Menu3_6_1=new Array("Overview","web_overview.html",0,18,150);	
Menu3_6_1=new Array("Web Content Porting","porting.html",0,18,150);	
Menu3_6_2=new Array("Web Content Updation","updation.html",0,18,150);	

//Menu4_1=new Array("e-Mail Care","mail.html",0,18,150);	
//Menu4_2=new Array("e-Live Care","live.html",0,18,150);	

//Menu4_1=new Array("Contact","contactus.html",0,18,120);

//Menu1_1 is the first displaying vertical subMenu
//4 is the No. of subMenus
//end3