
			if (TransMenu.isSupported()) {
				TransMenu.updateImgPath('#');
				var ms = new TransMenuSet(TransMenu.direction.down, 0, -1, TransMenu.reference.bottomLeft);
				TransMenu.subpad_x = 1;
				TransMenu.subpad_y = 0;

			
				document.getElementById("menu145").onmouseover = function() {
					ms.hideCurrent();
				}
				var tmenu36 = ms.addMenu(document.getElementById("menu36"));
tmenu36.addItem("Company", "about_us.php", 0, 0);
tmenu36.addItem("Vision &amp; Value", "vision_values.php", 0, 0);
tmenu36.addItem("Retail Roadmap", "retail_roadmap.php", 0, 0);
tmenu36.addItem("Capabilities", "capabilities.php", 0, 0);
tmenu36.addItem("Facts & Financials", "facts_financials.php", 0, 0);
tmenu36.addItem("Team ", "team.php", 0, 0);

var menu553 = ms.addMenu(document.getElementById("menu553"));
menu553.addItem("GRMAP - Merchandise Assortment Planning", "grmap.php", 0, 0);
/*menu553.addItem("Retail Cube", "#", 0, 0);*/
menu553.addItem("B2B - Supply Chain Integrator", "biz_connect.php", 0, 0);



var tmenu336 = ms.addMenu(document.getElementById("menu336"));
tmenu336.addItem("SAP ERP Consulting and Implementation ", "sap_r3_implementation.php", 0, 0);
tmenu336.addItem("SAP ERP Upgrade ", "upgrade_services.php", 0, 0);
tmenu336.addItem("SAP Retail and SAP POS Implementation ", "sap_retail_pos.php", 0, 0);
tmenu336.addItem("SAP Offshore support and development", "onsite_offshore.php", 0, 0);
tmenu336.addItem("Application Development ", "dotnet_off_services.php", 0, 0);

/*tmenu336.addItem("Application Management Services", "#", 0, 0) */

/*tmenu336.addItem("Dot Net Offshore Services", "dotnet_off_services.php", 0, 0);*/


				document.getElementById("menu553").onmouseover = function() {
					ms.hideCurrent();
				}
				var tmenu556 = ms.addMenu(document.getElementById("menu556"));
tmenu556.addItem("Customers", "customers.php", 0, 0);
tmenu556.addItem("Alliances","alliances.php", 0, 0);



var tmenu337 = ms.addMenu(document.getElementById("menu337"));
tmenu337.addItem("Overview", "careers_overview.php", 0, 0);
tmenu337.addItem(" Working With Us","working_with_us.php", 0, 0);
tmenu337.addItem("Hot Job", "jobs.php", 0, 0);



var tmenu296 = ms.addMenu(document.getElementById("menu296"));
tmenu296.addItem("SPARK", "spark.php", 0, 0);
tmenu296.addItem("Case Studies", "case_studies.php", 0, 0);
tmenu296.addItem("Downloads", "downloads.php", 0, 0);
tmenu296.addItem("News","news.php", 0, 0);
/*tmenu296.addItem("CANADA", "#content/view/218/276/", 0, 0);

tmenu296.addItem("UK", "#content/view/131/172/", 0, 0);*/

				document.getElementById("menu391").onmouseover = function() {
					ms.hideCurrent();
				}
				
				TransMenu.renderAll();
			}
			init1=function(){TransMenu.initialize();}
			if (window.attachEvent) {
				window.attachEvent("onload", init1);
			}else{
				TransMenu.initialize();			
			}
		