
// Script: MenuData_Page_Main.js
//
// Variables to control the operations of the above Java script.  These variables are used on the GDS   
// main site pages other than the main Site index (home) page.

        var NoOffFirstLineMenus=8;              // Number of first level items
	var LowBgColor='#9F0014';               // Background color when mouse is not over
	var LowSubBgColor='#9F0014';		// Background color when mouse is not over on subs
	var HighBgColor='#9F0014';		// Background color when mouse is over
	var HighSubBgColor='#9F0014';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';		// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#9F0014';		// Border color
	var BorderSubColor='#FFFFFF';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Microsoft San Serif";	// Font family menu items
	var FontSize=8;				// Font size menu items - points
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;			// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.5;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=127;			// Menu offset x coordinate
	var StartLeft=238;			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=6;			// Left padding
	var TopPaddng=6;			// Top padding
	var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='menu';			// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;			// Uses arrow gifs when 1
	var KeepHilite=0;			// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

  Menu1=new Array("Solutions","/Solutions/Overview.html","",9,24,66);
    Menu1_1=new Array("Products","","",6,24,160);  
      Menu1_1_1=new Array("Microsoft Dynamics®-NAV","/Solutions/Products/Navision/Overview.html","",0,24,160);  
      Menu1_1_2=new Array("Microsoft Dynamics®-CRM","/Solutions/Products/CRM/Overview.html","",0);
      Menu1_1_3=new Array("The Asset Guardian","javascript:window.open('http://www.TheAssetGuardian.com/','form');","",0);    
      Menu1_1_4=new Array("The Property Manager","/Solutions/Products/Property/Overview.html","",0);
      Menu1_1_5=new Array("Jet Reports","/Solutions/Products/Jet/Overview.html","",0);
      Menu1_1_6=new Array("Matriks Document Manager","/Solutions/Products/Matriks/Overview.html","",0);
    Menu1_2=new Array("Industry","","",8,24,160);  
      Menu1_2_1=new Array("Manufacturing","/Solutions/Industry/Manufacturing/Overview.html","",0,24,160);  
      Menu1_2_2=new Array("Distribution","/Solutions/Industry/Distribution/Overview.html","",0);
      Menu1_2_3=new Array("Maintenance","javascript:window.open('http://www.TheAssetGuardian.com/','form');","",0);    
      Menu1_2_4=new Array("Property Management","/Solutions/Products/Property/Overview.html","",0);
      Menu1_2_5=new Array("Project Management","/Solutions/Industry/Project/Overview.html","",0);
      Menu1_2_6=new Array("Warehouse Management","/Solutions/Industry/WM/Overview.html","",0);
      Menu1_2_7=new Array("E-Commerce","/Solutions/Industry/eCommerce/Overview.html","",0);
      Menu1_2_8=new Array("International Opperations","/Solutions/Industry/International/Overview.html","",0);
    Menu1_3=new Array("Financial Management","","",5);
      Menu1_3_1=new Array("Finance","/Solutions/FinancialManagement/Finance/Overview.html","",0,24,160);  
      Menu1_3_2=new Array("Fixed Assets","/Solutions/FinancialManagement/FixedAssets.html","",0);
      Menu1_3_3=new Array("Cash Management","/Solutions/FinancialManagement/CashManagement.html","",0);
      Menu1_3_4=new Array("Dimensions","/Solutions/FinancialManagement/Dimensions.html","",0);  
      Menu1_3_5=new Array("Multiple Currencies","/Solutions/FinancialManagement/Currencies.html","",0);
    Menu1_4=new Array("Human Resources","","",3);
      Menu1_4_1=new Array("HR and Advanced HR","/Solutions/HR/Advanced.html","",0,24,160); 
      Menu1_4_2=new Array("HR Payroll","/Solutions/HR/Payroll.html","",0);  
      Menu1_4_3=new Array("HR Communications","/Solutions/HR/Communications.html","",0);   
    Menu1_5=new Array("Relationship Management","","",2);
      Menu1_5_1=new Array("Microsoft Dynamics®-CRM","/Solutions/Products/CRM/Overview.html","",0,24,160);   
      Menu1_5_2=new Array("Sales and Marketing - Navision","/Solutions/RelationshipManagement/SalesandMarketingNavision.html","",0);
    Menu1_6=new Array("Analytics","","",3);
      Menu1_6_1=new Array("Business Analytics","/Solutions/Analytics/BusinessAnalytics.html","",0,24,160);  
      Menu1_6_2=new Array("Dimensions","/Solutions/FinancialManagement/Dimensions.html","",0);
      Menu1_6_3=new Array("XBRL","/Solutions/Analytics/XBRL.html","",0);
    Menu1_7=new Array("E-Commerce","","",2);
      Menu1_7_1=new Array("Commerce Gateway","/Solutions/ElectronicCommerce/CommerceGateway.html","",0,24,160);  
      Menu1_7_2=new Array("Commerce Portal","/Solutions/ElectronicCommerce/CommercePortal.html","",0);
    Menu1_8=new Array("Technology Foundation","","",4);
      Menu1_8_1=new Array("Technology Framework","/Solutions/Technology/Framework.html","",0,24,160);  
      Menu1_8_2=new Array("SQL Server","/Solutions/Technology/SQLServer.html","",0);
      Menu1_8_3=new Array("Developers Toolkit","/Solutions/Technology/DevelopersToolkit.html","",0);
      Menu1_8_4=new Array("XML Document Exchange","/Solutions/Technology/XML.html","",0);
    Menu1_9=new Array("User Experience","","",3);
      Menu1_9_1=new Array("Personalized Menus","/Solutions/UserExperience/Menus.html","",0,24,160);  
      Menu1_9_2=new Array("User Level Security","/Solutions/UserExperience/ULS.html","",0);
      Menu1_9_3=new Array("Microsoft Integration","/Solutions/UserExperience/Integration.html","",0);
          
  Menu2=new Array("Services","/Services/Overview.html","",4,24,66);
    Menu2_1=new Array("Consulting","/Services/Consulting.html","",0,24,160);
    Menu2_2=new Array("Education","/Services/Education.html","",0);
    Menu2_3=new Array("Development","/Services/Development.html","",0);
    Menu2_4=new Array("Support","","",2);
      Menu2_4_1=new Array("GDS Support","/Services/Support/GDSSupport.html","",0,24,160);    
      Menu2_4_2=new Array("MBS Support","/Services/Support/MBSSupport.html","",0); 
  
  Menu3=new Array("Company","/Company/Overview.html","",6,24,66);
    Menu3_1=new Array("Contact Us","/Company/ContactUs.html","",0,24,160);
    Menu3_2=new Array("Request Information","/Company/RequestInformation.html","",0);  
    Menu3_3=new Array("About Us","/Company/AboutUs.html","",0);  
    Menu3_4=new Array("Mission Statement","/Company/MissionStatement.html","",0);
    Menu3_5=new Array("Executive Team","/Company/ManagementTeam.html","",0);
    Menu3_6=new Array("Careers","/Company/Careers.html","",0);
    
  Menu4=new Array("Partners","/Partners/Overview.html","",4,24,66);
    Menu4_1=new Array("Microsoft Dynamics®","/Partners/MBS.html","",0,24,160);
    Menu4_2=new Array("Jet Reports","/Solutions/Products/Jet/Overview.html","",0);
    Menu4_3=new Array("Matriks","/Solutions/Products/Matriks/Overview.html","",0);
    Menu4_4=new Array("GAPP","/Partners/GAPPOverview.html","",0);

  Menu5=new Array("Visuals","/Visuals/Overview.html","",5,24,66); 
    Menu5_1=new Array("Product Demos","/Solutions/AllDemos.html","",0,24,160);    
    Menu5_2=new Array("Fact Sheets","/Solutions/AllFactSheets.html","",0);
    Menu5_3=new Array("Webcasts","/Visuals/Webcasts.html","",0);
    Menu5_4=new Array("Case Studies","/Visuals/CaseStudies.html","",0);
    Menu5_5=new Array("Online Meeting","/Visuals/Meeting.html","",0);
  
  Menu6=new Array("Centers","/SC_Public/Overview.html","",4,24,66);
    Menu6_1=new Array("Customer","/CC","",0,24,160);
    Menu6_2=new Array("Partner","/PC","",0);
    Menu6_3=new Array("Employee","/EC","",0);
    Menu6_4=new Array("The Asset Guardian","javascript:window.open('http://www.TheAssetGuardian.com/User','form');","",0);

  Menu7=new Array("News","/News/Overview.html","",4,24,66);
    Menu7_1=new Array("News","/News/Main.html","",0,24,160);
    Menu7_2=new Array("Events","/News/Events.html","",0);
    Menu7_3=new Array("Press Releases","/News/PressReleases.html","",0);
    Menu7_4=new Array("Archives","","",2);
      Menu7_4_1=new Array("2004","/News/Archive2004.html","",0,24,160);
      Menu7_4_2=new Array("2003","/News/Archive2003.html","",0);

  Menu8=new Array("Home","/","",0,24,66); 
