/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var ALPHA_MENU_ITEMS = [

['Home', null, null,
               ['Home','Aboutus.html'],
		['About Us','Home.html' ],
                  
              	   
              ],
['Company ',null,null,
                 ['Group Company','Group Company.html'],
                  ['Business Division','Busi Division.html'],
                   ['Infrastructure','Company Infra.html'],
                    ['Management Team','Management Team.html']
                     
                   ],

	 
['Product&Services', null, null,
		['Product','Product.html' ],
                ['Services','Services.html'],
		['Industry-Domain','Industry.html'],
                ['Product profile','product profile.html'],    
              
              ],

     ['Capabilities', null, null,
               ['Technology Skills','Technical.html' ],
               
               ['Software Method','Method.html'],
               ['Quality Policy','Quality 1.html']
                ],
                                    
    	
       
  ['Customers', null,null,       
			['Case Study','Case study.html'],
			 ['Customer List','Customer list.html'],
			 ['Testimony','Testimony.html']	
			],

                 
  ['Careers','Careers .html'],

	['Contact','Contact us.html'],
                  
              
  
           
              
];


