
				with(milonic=new menuname("Main Menu")){  // javascript start
					style=menuStyle;
					top="0";
					left="0";
					alwaysvisible=1;
					followscroll="0";
					orientation="horizontal";
					position="relative";
aI("text=HOME;url=index.php;");
aI("text=ABOUT US;url=about_us.php;");
aI("text=SERVICES;showmenu=Services");
aI("text=WHY OUTSOURCING?;url=why_outsourcing.php;");
aI("text=FAQ;url=faq.php;");
aI("text=CONTACT US;url=contact_us.php;");
}
					with(milonic=new menuname("Services")){
					style=menuStyle;
					overflow="scroll";
aI("text=Software Development;url=software_development.php;showmenu=SoftwareSub");
aI("text=Data Management;url=datamanagement.php;showmenu=DatSub");
aI("text=Document Management;url=document_management.php;showmenu=DocSub");
aI("text=Image Management;url=imagemanagement.php;showmenu=ImageSub");
aI("text=Back Office Operations;url=backoffice_operations.php;showmenu=BackSub");
aI("text=CAD Services;url=cad_services.php;showmenu=CADSub");
}

					with(milonic=new menuname("SoftwareSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Desktop Applications;url=desktop_applications.php;");
aI("text=Web Applications;url=web_applications.php;");
aI("text=Web Design and Development;url=webdesign_development.php;");
}

					with(milonic=new menuname("DatSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Scanning and Indexing;url=scanning_indexing.php;");
aI("text=Data Entry;url=data_entry.php;");
aI("text=Data Collection;url=data_collection.php;");
aI("text=Data Analysis;url=data_analysis.php;");
aI("text=Web Research;url=web_research.php;");
aI("text=Data Cleansing and Editing;url=datacleansing_editing.php;");
aI("text=Data Warehousing;url=data_warehousing.php;");
}

					with(milonic=new menuname("DocSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Workflow Automation;url=workflow_automation.php;");
aI("text=Data Capture;url=data_capture.php;");
aI("text=Digitization;url=digitization.php;");
aI("text=OCR;url=ocr.php;");
}

					with(milonic=new menuname("ImageSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Image Editing;url=image_editing_enhancement.php;");
aI("text=Image Conversion and Packaging;url=image_conversion_packaging.php;");
aI("text=Scanning;url=scanning.php;");
}


					with(milonic=new menuname("BackSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Database Backup;url=database_backup_performance_tuning.php;");
aI("text=Database Designing;url=database_designing.php;");
}


					with(milonic=new menuname("CADSub")){
					style=menuStyle;
					overflow="scroll";
aI("text=Computer Aided Designing;url=computer_aided_designing.php;");
aI("text=Engineering Analysis;url=engineering_analysis.php;");
aI("text=Computer Aided Drafting;url=computer_aided_drafting.php;");
aI("text=3D Modeling;url=3d_modeling.php;");
aI("text=Methodology;url=cad_methodology.php;");
aI("text=Projects Done;url=cad_projects.php;");
}
