


// Main Menu Object

         var objMenu = new NlsMenuManager("objMenu");
         objMenu.defaultEffect="aoslide";
         objMenu.flowOverFormElement=true;
         objMenu.icPath="img/";


         // Create Main Menu Bar using objMenu

         var mainMenu = objMenu.createMenubar("mainMenu");
         mainMenu.showIcon = false;
         mainMenu.showSubIcon=false;
         mainMenu.dropShadow("none");
         mainMenu.stlprf="horz_";
         mainMenu.orient="H";
         mainMenu.absWidth="728px",
         mainMenu.addItem("1", 
                          "Home",
                          "index.php", 
                          ["home.gif","homeover.gif"],
                          true, 
                          null,
                          "",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("3", 
                          "Total Alignment",
                          "ta_book.php", 
                          ["download.gif","downloadover.gif"],
                          true, 
                          null,
                          "mnuTA",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("5",
                          "One Page Management",
                          "opm_book.php",
                          ["contacts.gif","contactsover.gif"],
                          true,
                          null,
                          "mnuOPM",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("7",
                          "Software",
                          "software.php",
                          ["products.gif","productsover.gif"],
                          true,
                          null,
                          "mnuSoftware",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("9",
                          "About Infotrac",
                          "about_history.php",
                          ["about.gif","aboutover.gif"],
                          true,
                          null,
                          "mnuAbout",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("11",
                          "Contact Us",
                          "contact.php",
                          ["contacts.gif","contactsover.gif"],
                          true,
                          null,
                          "mnuContact",
                          "");
         mainMenu.addSeparator(null);
         mainMenu.addItem("13",
                          "Buy Books",
                          "buy_books.php",
                          ["products.gif","productsover.gif"],
                          true,
                          null,
                          "",
                          "");
                  
         // Create SubMenu for TA

         var mnuTA = objMenu.createMenu("mnuTA");
         mnuTA.showIcon=true;
         mnuTA.showSubIcon=false;
         mnuTA.dropShadow("bottomright", "5px");
         mnuTA.addItem("1",
                       "Book",
                       "ta_book.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       ""); 
         mnuTA.addItem("2",
                       "Process",
                       "ta_process.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuProcess",
                       "");
         mnuTA.addItem("3",
                       "Implementation",
                       "ta_implementation.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuImplementation",
                       "");

         // Create SubMenu for Process

         var mnuProcess = objMenu.createMenu("mnuProcess");
         mnuProcess.showIcon=true;
         mnuProcess.showSubIcon=false;
         mnuProcess.dropShadow("bottomright", "5px");
         mnuProcess.addItem("1",
                       "Methodology",
                       "tap_methodology.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       ""); 
         mnuProcess.addItem("2",
                       "Information System",
                       "tap_is.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuProcess.addItem("3",
                       "Management System",
                       "tap_ms.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");

         // Create SubMenu for Implementation

         var mnuImplementation = objMenu.createMenu("mnuImplementation");
         mnuImplementation.showIcon=true;
         mnuImplementation.showSubIcon=false;
         mnuImplementation.dropShadow("bottomright", "5px");
         mnuImplementation.addItem("1",
                       "Proof of Concept",
                       "tai_proof.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuImplementation.addItem("2",
                       "Total Alignment Modules",
                       "tai_tamodules.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuModules",
                       ""); 
		 mnuImplementation.addItem("3",
                       "Approach",
                       "tai_approach.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuImplementation.addItem("4",
                       "Benefits",
                       "tai_benefits.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       ""); 
					   
		   // Create SubMenu for Modules

         var mnuModules = objMenu.createMenu("mnuModules");
         mnuModules.showIcon=true;
         mnuModules.showSubIcon=false;
         mnuModules.dropShadow("bottomright", "5px");
         mnuModules.addItem("1",
                       "Vision & Strategy",
                       "taim_vision.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		 mnuModules.addItem("2",
                       "Accountability",
                       "taim_account.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		mnuModules.addItem("3",
                       "Competency",
                       "taim_competency.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  		    
		 mnuModules.addItem("4",
                       "Culture",
                       "taim_culture.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuModules.addItem("5",
                       "Compensation",
                       "taim_compensation.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");			
		 
		  mnuModules.addItem("6",
                       "TOPS Module",
                       "taim_is.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		 mnuModules.addItem("7",
                       "Team Review",
                       "taim_team.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		   
		 mnuModules.addItem("8",
                       "Vertical Review",
                       "taim_vertical.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
					   
		 mnuModules.addItem("9",
                       "Leadership",
                       "taim_leadership.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
					   
		 // Create SubMenu for OPM

         var mnuOPM = objMenu.createMenu("mnuOPM");
         mnuOPM.showIcon=true;
         mnuOPM.showSubIcon=false;
         mnuOPM.dropShadow("bottomright", "5px");
         mnuOPM.addItem("1",
                       "Book",
                       "opm_book.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuOPM.addItem("2",
                       "Process",
                       "opm_process.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuOPMProcess",
                       "");
	
					   
		      // Create SubMenu for OPMProcess

         var mnuOPMProcess = objMenu.createMenu("mnuOPMProcess");
         mnuOPMProcess.showIcon=true;
         mnuOPMProcess.showSubIcon=false;
         mnuOPMProcess.dropShadow("bottomright", "5px");
         mnuOPMProcess.addItem("1",
                       "Defining CSFs",
                       "opmp_csfs.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuOPMProcess.addItem("2",
                       "Setting 3 Goal Levels",
                       "opmp_goals.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		   mnuOPMProcess.addItem("3",
                       "Tracking Performance",
                       "opmp_performance.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		   mnuOPMProcess.addItem("4",
                       "Managing by Exception",
                       "opmp_exception.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
					   
			// Create SubMenu for OPMImplement

         var mnuOPMImplement = objMenu.createMenu("mnuOPMImplement");
         mnuOPMImplement.showIcon=true;
         mnuOPMImplement.showSubIcon=false;
         mnuOPMImplement.dropShadow("bottomright", "5px");
         mnuOPMImplement.addItem("1",
                       "For You",
                       "opmpi_you.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		   mnuOPMImplement.addItem("2",
                       "For Your Team",
                       "opmpi_team.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		   mnuOPMImplement.addItem("3",
                       "For Your Company",
                       "opmpi_org.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");		
					   
		   // Create SubMenu for Software

         var mnuSoftware = objMenu.createMenu("mnuSoftware");
         mnuSoftware.showIcon=true;
         mnuSoftware.showSubIcon=false;
         mnuSoftware.dropShadow("bottomright", "5px");
         mnuSoftware.addItem("1",
                       "TOPS",
                       "software.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
					   
		
					   	   
		 // Create SubMenu for About

         var mnuAbout = objMenu.createMenu("mnuAbout");
         mnuAbout.showIcon=true;
         mnuAbout.showSubIcon=false;
         mnuAbout.dropShadow("bottomright", "5px");
         mnuAbout.addItem("1",
                       "Our History",
                       "about_history.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		 mnuAbout.addItem("2",
                       "Our Founder",
                       "about_founder.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		 mnuAbout.addItem("3",
                       "Leadership Team",
                       "about_team.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	

		 mnuAbout.addItem("4",
                       "Clients",
                       "about_clients.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuClients",
                       "");
		 mnuAbout.addItem("5",
                       "Articles",
                       "about_articles.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		 mnuAbout.addItem("6",
                       "Interviews",
                       "about_interviews.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuAbout.addItem("7",
                       "Strategic Collaboration",
                       "about_collaboration.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuCollaboration",
                       "");	
		  mnuAbout.addItem("8",
                       "Careers",
                       "about_careers.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "mnuCareers",
                       "");		
					   
					   
		    // Create SubMenu for Clients

         var mnuClients = objMenu.createMenu("mnuClients");
         mnuClients.showIcon=true;
         mnuClients.showSubIcon=false;
         mnuClients.dropShadow("bottomright", "5px");
         mnuClients.addItem("1",
                       "Partial List of Clients Served",
                       "about_clients.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		 mnuClients.addItem("2",
                       "Client Testimonials",
                       "about_clend.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
					   
		    // Create SubMenu for Collaboration

         var mnuCollaboration = objMenu.createMenu("mnuCollaboration");
         mnuCollaboration.showIcon=true;
         mnuCollaboration.showSubIcon=false;
         mnuCollaboration.dropShadow("bottomright", "5px");
         mnuCollaboration.addItem("1",
                       "Email Us",
                       "about_colemail.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
					   
					   // Create SubMenu for Careers

         var mnuCareers = objMenu.createMenu("mnuCareers");
         mnuCareers.showIcon=true;
         mnuCareers.showSubIcon=false;
         mnuCareers.dropShadow("bottomright", "5px");
         mnuCareers.addItem("1",
                       "Email Us",
                       "about_caremail.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");		  
					   
		  // Create SubMenu for Contact

         var mnuContact = objMenu.createMenu("mnuContact");
         mnuContact.showIcon=true;
         mnuContact.showSubIcon=false;
         mnuContact.dropShadow("bottomright", "5px");
         mnuContact.addItem("1",
                       "Contact Information",
                       "contact_us.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");		
					   
		mnuContact.addItem("2",
                       "Email",
                       "contact.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
		mnuContact.addItem("3",
                       "Your Order Online",
                       "contact_order_tracking.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");
		  mnuContact.addItem("4",
                       "Privacy Policy",
                       "contact_privacy.php",

                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");	
			mnuContact.addItem("5",
                       "Shipping Policy",
                       "contact_shipping.php",
                       ["smallarr.gif","smallarr.gif"],
                       true,
                       null,
                       "",
                       "");