
menunum=0;
menus=new Array();
_d=document;

function addmenu()
{	
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus()
{
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++)
	{
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";_d.write(mt)
}

if(navigator.appVersion.indexOf("MSIE 6.0") >0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#D5D2C9', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#D5D2C9', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"151515",				// Mouse Off Font Color
"AAAAAA",				// Mouse Off Background Color
"151515",				// Mouse On Font Color
"EAEAE3",				// Mouse On Background Color
"D5D2C9",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"DBDBDB",					// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[				// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",				// Mouse Off Font Color
"AAAAAA",				// Mouse Off Background Color
"151515",				// Mouse On Font Color
"EAEAE3",				// Mouse On Background Color
"FFFFFF",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"white",				// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				// style3 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"151515",				// Mouse Off Font Color
"FDDFA1",				// Mouse Off Background Color
"151515",				// Mouse On Font Color
"EAEAE3",				// Mouse On Background Color
"D5D2C9",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana",				// Font Name
2,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"151515",				// Current Page Item Font Color (leave this blank to disable)
"white",				// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu (menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
95,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;Who&nbsp;We&nbsp;Are&nbsp;&nbsp;","show-menu=who","whoweare.htm","Walker International Transportation LLC  - Who We Are ",1
,"&nbsp;&nbsp;Services&nbsp;&&nbsp;Products&nbsp;&nbsp;","show-menu=Services","services.htm","Walker International Transportation LLC  - Services & Products",1
,"&nbsp;&nbsp;Client&nbsp;Interactive&nbsp;&nbsp;","show-menu=clientinter","clientinter.htm","Walker International Transportation LLC  - Client Interactive",1
,"&nbsp;&nbsp;Clients&nbsp;&nbsp;","show-menu=client","client.htm","Walker International Transportation LLC  - Clients",1
,"&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;","show-menu=contact","contact.htm","Walker International Transportation LLC  - Contact Us",1
])



var bMSIE = false;
var bMSIE4, bMSIE5, bMSIE55, bMSIE6;
var bNetscape = false, bNetscape_2 = false, bNetscape_3 = false, 
      bNetscape_4 = false;

    var ua = window.navigator.userAgent;
    var an = window.navigator.appName;

    // Is it IE?
    bMSIE = (ua.indexOf("MSIE")>=1);
    if (bMSIE)
    {
        // IE4
       bMSIE5 = (ua.indexOf("MSIE 4.0")>=1);
     
        // IE5
        bMSIE5 = (ua.indexOf("MSIE 5.0")>=1);
      
      // IE5.5
        bMSIE55 = (ua.indexOf("MSIE 5.5")>=1);
      
      //IE6
      bMSIE6 = (ua.indexOf("MSIE 6.0")>=1);
//      alert("microsoft browser");


///////////////////////////////

	addmenu(menu=["who",,1,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Executive Profiles","whoweare.htm",,"Walker International Transportation LLC  - Executive Profiles",1
	,"History & Vital Statistics","history.htm",,"Walker International Transportation LLC  - History & Vital Statistics",1
	,"What can Walker do?","capablty.htm",,"Walker International Transportation LLC  - What Can Walker Can Do For Me?",1
	,"Walker's Global Footprint","footprint.htm",,"Walker International Transportation LLC  - Global Footprint",1
	])
	
	addmenu(menu=["Services",,97,180,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Overview","services.htm",,"Walker International Transportation LLC  - Overview",1				
	,"Logistics Optimization Centers","locs.htm",,"Walker International Transportation LLC  - Logistics Optimization Centers",1
	,"Air & Ocean","airocean.htm",,"Walker International Transportation LLC  - Air & Ocean",1
	,"Supply Chain Integration","spplychn.htm",,"Walker International Transportation LLC  - Supply Chain Integration",1
		,"WIT Freight Services","frgtsvcs.htm",,"Walker International Transportation LLC  - WIT Freight Services",1
		,"Terms & Conditions","terms.htm",,"Walker International Transportation LLC  - Terms & Conditions",1
	])
	
	
	addmenu(menu=["clientinter",,233,150,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Freight Tracking","http://vsas400.witlogistics.com/isbwlk.htm",,"Walker International Transportation LLC - Freight Tracking",1
	,"Order Management","http://www.witlogistics.com:9080/walker/validator/welcome.do",,"Walker International Transportation LLC  - Order Management",1
		,"HostLink Access","http://hostlink.witlogistics.com/rweb/RWebSession.do?link=web1",,"Walker International LLC - HostLink Access",1
	])
	
	addmenu(menu=["client",,356,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Walker's Client List","client.htm",,"Walker International Transportation LLC  - Client List",1
	,"Logistics Optimization Center Case Study","locstudy.htm",,"Walker International Transportation LLC  - Logistics Optimization Center Case Study",1
	,"Air & Ocean Case Study","aostudy.htm",,"Walker International Transportation LLC  - Air & Ocean Case Study",1
   ,"Supply Chain Integration Case Study","scistudy.htm",,"Walker International Transportation LLC  - Supply Chain Integration Case Study",1	
   ,"WIT Freight Services Case Study","frtstudy.htm",,"Walker International Transportation LLC  - WIT Freight Services Case Study",1	
	//,"Testimonials","testimonials.htm",,"Walker International Transportation LLC  - Testimonials",1
	])
	

	addmenu(menu=["contact",,417,150,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//addmenu(menu=["contactus",,660,113,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Headquarters Address","contact.htm",,"Walker International Transportation LLC- Headquarters Address",1
	,"Directions And Map","direction.htm",,"Walker International Transportation LLC - Directions And Map",1
	])

	


///////////////////////////////




    }
    else if (an == "Netscape")
    {
        bNetscape = true;
        appVer = parseInt(navigator.appVersion);
        if (appVer >= 4)
            bNetscape_4 = true;
        else if (appVer >= 3)
            bNetscape_3 = true;
        else
            bNetscape_2 = true;
     	
     	//alert("netscape browser");
///////////////////////////////



	addmenu(menu=["who",,1,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Executive Profiles","whoweare.htm",,"Walker International Transportation LLC  - Executive Profiles",1
	,"History & Vital Statistics","history.htm",,"Walker International Transportation LLC  - History & Vital Statistics",1
	,"What can Walker do?","capablty.htm",,"Walker International Transportation LLC  - What Can Walker Can Do For Me?",1
	,"Walker's Global Footprint","footprint.htm",,"Walker International Transportation LLC  - Global Footprint",1
	])
	
	addmenu(menu=["Services",,97,180,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Overview","services.htm",,"Walker International Transportation LLC  - Overview",1				
	,"Logistics Optimization Centers","locs.htm",,"Walker International Transportation LLC  - Logistics Optimization Centers",1
	,"Air & Ocean","airocean.htm",,"Walker International Transportation LLC  - Air & Ocean",1
	,"Supply Chain Integration","spplychn.htm",,"Walker International Transportation LLC  - Supply Chain Integration",1
		,"WIT Freight Services","frgtsvcs.htm",,"Walker International Transportation LLC  - WIT Freight Services",1
		,"Terms & Conditions","terms.htm",,"Walker International Transportation LLC  - Terms & Conditions",1
	])
	
	
	addmenu(menu=["clientinter",,233,150,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Freight Tracking","http://vsas400.witlogistics.com/isbwlk.htm",,"Walker International Transportation LLC - Freight Tracking",1
	,"Order Management","http://www.witlogistics.com:9080/walker/validator/welcome.do",,"Walker International Transportation LLC  - Order Management",1
		,"HostLink Access","https://hostlink.witlogistics.com/rweb/RWebSession.do?link=web1",,"Walker International LLC - HostLink Access",1
	])
	
	addmenu(menu=["client",,356,140,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Walker's Client List","client.htm",,"Walker International Transportation LLC  - Client List",1
	,"Logistics Optimization Center Case Study","locstudy.htm",,"Walker International Transportation LLC  - Logistics Optimization Center Case Study",1
	,"Air & Ocean Case Study","aostudy.htm",,"Walker International Transportation LLC  - Air & Ocean Case Study",1
   ,"Supply Chain Integration Case Study","scistudy.htm",,"Walker International Transportation LLC  - Supply Chain Integration Case Study",1	
   ,"WIT Freight Services Case Study","frtstudy.htm",,"Walker International Transportation LLC  - WIT Freight Services Case Study",1	
	//,"Testimonials","testimonials.htm",,"Walker International Transportation LLC  - Testimonials",1
	])
	

	addmenu(menu=["contact",,417,150,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//addmenu(menu=["contactus",,660,113,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Headquarters Address","contact.htm",,"Walker International Transportation LLC- Headquarters Address",1
	,"Directions And Map","direction.htm",,"Walker International Transportation LLC - Directions And Map",1
	])

	


///////////////////////////////

    }



dumpmenus()