
/*
  Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
*/ 
 
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=250                   // The time delay for menus to remain visible
followspeed=100                // Follow Scrolling speed
followrate=100                 // Follow Scrolling Rate
suboffset_top=0               // Sub menu offset Top position
suboffset_left=0            // Sub menu offset Left position


// DEFAULT MENUS STYLE - These values will be default for menus unless a value is given in menu arrays
ScrollingSampStyleMAG=[		// ScrollingSampStyleMAG is an array of properties. You can have as many property arrays as you need
"white",			// Mouse Off Font Color
"0",				// Mouse Off Background Color (use zero for transparent in Netscape 6)
"white",			// Mouse On Font Color
"0",				// Mouse On Background Color
,				// Menu Border Color
"20",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"arial,helvetica,verdana,sans-serif",    // Font Name
2,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
,                             // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]

// SUB MENU STYLE - These values will be default for sub menus unless a value is given in menu arrays
SubMenuStyleMAG=[             // SubMenuStyleMAG is an array of properties. You can have as many property arrays as you need
"667899",                     // Mouse Off Font Color
"e0e4eb",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"e0e4eb",                     // Mouse On Background Color
"667899",                     // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"arial,helvetica,verdana,sans",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
"660000",                             // 3D High Color
"003366",                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                     // Menu Item Separator Color
]

// MAIN MENU
addmenu(menu=[
"MAG",                 // Menu Name - This is needed in order for this menu to be called
385,                          // Menu Top - The Top position of this menu in pixels
26,                           // Menu Left - The Left position of this menu in pixels
120,                          // Menu Width - The width of this menu in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
ScrollingSampStyleMAG,        // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.5)",        // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,".","show-menu=1_M",'http://www.americanshipper.com/paid/MAY06/ASversion0506.asp target="_blank"',,1
,".","show-menu=1_M",'http://www.americanshipper.com/paid/MAY06/ASversion0506.asp target="_blank"',,1
,".","show-menu=1_M",'http://www.americanshipper.com/paid/MAY06/ASversion0506.asp target="_blank"',,1
,".","show-menu=1_M",'http://www.americanshipper.com/paid/MAY06/ASversion0506.asp target="_blank"',,1
])

// 1 Magazine Sub-menu 
addmenu(menu=[ 
"1_M", 
410, 
40, 
180, 
1, 
, 
SubMenuStyleMAG, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"<b>Subscribers:</b> View/Download Current Issue",'http://www.americanshipper.com/paid/MAY06/ASversion0506.asp target="_blank"',,,1
,"<b>Non-Subscribers:</b> Download <b>FREE PDF</b> of Current Issue","http://www.americanshipper.com/subscribe/PDF_form.htm",,,1
,"<b>Archives/Back Issues</b>",'http://www.americanshipper.com/paid/ASarchive.asp target="_blank"',,,1
])

dumpmenus();

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=250                   // The time delay for menus to remain visible
followspeed=100                // Follow Scrolling speed
followrate=100                 // Follow Scrolling Rate
suboffset_top=16             // Sub menu offset Top position
suboffset_left=0           // Sub menu offset Left position


// DEFAULT MENUS STYLE - These values will be default for menus unless a value is given in menu arrays
ScrollingSampStyleDP=[          // ScrollingSampStyleNS is an array of properties. You can have as many property arrays as you need
"667899",                     // Mouse Off Font Color
"ffffff",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"e0e4eb",                     // Mouse On Background Color
"ffffff",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                     // Font Weight (bold or normal)
"Georgia,Times,Times New Roman,serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
,                             // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                             // Menu Item Separator Color
]

// SUB MENU STYLE - These values will be default for sub menus unless a value is given in menu arrays
SubMenuStyleDP=[                // SubMenuStyleDP is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"e0e4eb",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"ffffff",                     // Mouse On Font Color
"667899",                     // Mouse On Background Color
"667899",                     // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"Georgia,Times,Times New Roman,serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                             // 3D Border & Separator bar
"660000",                             // 3D High Color
"003366",                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                             // Menu Item Separator Color
]

// MAIN MENU
addmenu(menu=[
"DP",                 // Menu Name - This is needed in order for this menu to be called
570,                          // Menu Top - The Top position of this menu in pixels
27,                           // Menu Left - The Left position of this menu in pixels
110,                          // Menu Width - The width of this menu in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
ScrollingSampStyleDP,           // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.5)",        // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"DP WORLD","show-menu=0_DP","http://www.americanshipper.com/dpworld",,1
])

// 0 DP World Sub-menu 
addmenu(menu=[ 
"0_DP", 
, 
80, 
250, 
1, 
, 
SubMenuStyleDP, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"All of our DP World-related news items are available for FREE to all website visitors","http://www.americanshipper.com/dpworld",,,1
])

dumpmenus();

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=250                   // The time delay for menus to remain visible
followspeed=100                // Follow Scrolling speed
followrate=100                 // Follow Scrolling Rate
suboffset_top=16             // Sub menu offset Top position
suboffset_left=0           // Sub menu offset Left position


// DEFAULT MENUS STYLE - These values will be default for menus unless a value is given in menu arrays
ScrollingSampStyleNS=[          // ScrollingSampStyleNS is an array of properties. You can have as many property arrays as you need
"667899",                     // Mouse Off Font Color
"ffffff",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"e0e4eb",                     // Mouse On Background Color
"ffffff",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                     // Font Weight (bold or normal)
"Georgia,Times,Times New Roman,serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
,                             // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                             // Menu Item Separator Color
]

// SUB MENU STYLE - These values will be default for sub menus unless a value is given in menu arrays
SubMenuStyleNS=[                // SubMenuStyleNS is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"e0e4eb",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"ffffff",                     // Mouse On Font Color
"667899",                     // Mouse On Background Color
"667899",                     // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"Georgia,Times,Times New Roman,serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                             // 3D Border & Separator bar
"660000",                             // 3D High Color
"003366",                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                             // Menu Item Separator Color
]

// MAIN MENU
addmenu(menu=[
"NS",                 // Menu Name - This is needed in order for this menu to be called
605,                          // Menu Top - The Top position of this menu in pixels
27,                           // Menu Left - The Left position of this menu in pixels
110,                          // Menu Width - The width of this menu in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
ScrollingSampStyleNS,           // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.5)",        // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"SHIPPER","show-menu=1_S","http://www.americanshipper.com/news/news_shipper_merch.asp",,1
,"INTERMEDIARY","show-menu=2_I","http://www.americanshipper.com/news/news_intermed_forward.asp",,1
,"CARRIER","show-menu=3_C","http://www.americanshipper.com/news/news_carrier_ocean.asp",,1
,"GOVERNMENT","show-menu=4_G","http://www.americanshipper.com/news/news_govt_customs.asp",,1
,"REGIONAL","show-menu=5_R","http://www.americanshipper.com/news/news_regional_cal.asp",,1
,"INTERNATIONAL","show-menu=6_I","http://www.americanshipper.com/news/news_intl_asia.asp",,1
])

// 1 Shipper News Sub-menu 
addmenu(menu=[ 
"1_S", 
, 
80, 
85, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Merchandise","http://www.americanshipper.com/news/news_shipper_merch.asp",,,1
,"Industrial","http://www.americanshipper.com/news/news_shipper_indust.asp",,,1 
,"Commodities","http://www.americanshipper.com/news/news_shipper_commod.asp",,,1
])

// 2 Intermediary News Sub-menu 
addmenu(menu=[ 
"2_I", 
, 
80, 
85, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Forwarder","http://www.americanshipper.com/news/news_intermed_forward.asp",,,1
,"NVO","http://www.americanshipper.com/news/news_intermed_NVO.asp",,,1
,"Broker","http://www.americanshipper.com/news/news_intermed_broker.asp",,,1
,"3PL","http://www.americanshipper.com/news/news_intermed_3pl.asp",,,1
])

// 3 Carrier News Sub-menu 
addmenu(menu=[ 
"3_C", 
, 
80, 
75, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Ocean","http://www.americanshipper.com/news/news_carrier_ocean.asp",,,1
,"Air","http://www.americanshipper.com/news/news_carrier_air.asp",,,1
,"Inland","http://www.americanshipper.com/news/news_carrier_inland.asp",,,1
,"Ports","http://www.americanshipper.com/news/news_carrier_ports.asp",,,1
])

// 4 Government News Sub-menu 
addmenu(menu=[ 
"4_G", 
, 
80, 
120, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Customs","http://www.americanshipper.com/news/news_govt_customs.asp",,,1
,"Multinational","http://www.americanshipper.com/news/news_govt_multi.asp",,,1
,"Bi-Lateral","http://www.americanshipper.com/news/news_govt_bilat.asp",,,1
,"U.S. Departments","http://www.americanshipper.com/news/news_govt_usdepts.asp",,,1
])

// 5 Regional News Sub-menu 
addmenu(menu=[ 
"5_R", 
, 
80, 
140, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"California","http://www.americanshipper.com/news/news_regional_cal.asp",,,1
,"Gulf","http://www.americanshipper.com/news/news_regional_gulf.asp",,,1
,"Midwest","http://www.americanshipper.com/news/news_regional_mid.asp",,,1
,"North Atlantic","http://www.americanshipper.com/news/news_regional_natl.asp",,,1
,"Pacific Northwest","http://www.americanshipper.com/news/news_regional_pnw.asp",,,1
,"South Atlantic","http://www.americanshipper.com/news/news_regional_satl.asp",,,1
,"South Florida, Caribbean &amp; Central America","http://www.americanshipper.com/news/news_regional_sfcaribb.asp",,,1
,"Canada","http://www.americanshipper.com/news/news_regional_can.asp",,,1
,"Mexico","http://www.americanshipper.com/news/news_regional_mex.asp",,,1
])

// 6 International News Sub-menu 
addmenu(menu=[ 
"6_I", 
, 
80, 
105, 
1, 
, 
SubMenuStyleNS, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Asia","http://www.americanshipper.com/news/news_intl_asia.asp",,,1
,"Europe","http://www.americanshipper.com/news/news_intl_europe.asp",,,1
,"Middle East","http://www.americanshipper.com/news/news_intl_middle.asp",,,1
,"South America","http://www.americanshipper.com/news/news_intl_soamer.asp",,,1
,"Africa","http://www.americanshipper.com/news/news_intl_africa.asp",,,1
])

dumpmenus();

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=250                   // The time delay for menus to remain visible
followspeed=100                // Follow Scrolling speed
followrate=100                 // Follow Scrolling Rate
suboffset_top=16              // Sub menu offset Top position
suboffset_left=30            // Sub menu offset Left position


// DEFAULT MENUS STYLE - These values will be default for menus unless a value is given in menu arrays
ScrollingSampStyle=[          // ScrollingSampStyle is an array of properties. You can have as many property arrays as you need
"e1e1e1",                     // Mouse Off Font Color
"667899",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"e0e4eb",                     // Mouse On Background Color
"667899",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"verdana,arial,helvetica,sans-serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
,                             // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]

// SUB MENU STYLE - These values will be default for sub menus unless a value is given in menu arrays
SubMenuStyle=[                // SubMenuStyle is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"e0e4eb",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"ffffff",                     // Mouse On Font Color
"667899",                     // Mouse On Background Color
"667899",                     // Menu Border Color
"10",                          // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"verdana,arial,helvetica,sans-serif",    // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                             // 3D Border & Separator bar
"660000",                             // 3D High Color
"003366",                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
"667899",                             // Menu Item Separator Color
]

// MAIN MENU
addmenu(menu=[
"Main",                 // Menu Name - This is needed in order for this menu to be called
745,                          // Menu Top - The Top position of this menu in pixels
22,                           // Menu Left - The Left position of this menu in pixels
120,                          // Menu Width - The width of this menu in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
ScrollingSampStyle,           // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.5)",        // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"SCHEDULES","show-menu=1_SS","http://www.americanshipper.com/schedule/index.asp",,1
,"REPORTS","show-menu=2_R","http://www.americanshipper.com/reports/index.asp",,1
,"VENDORS DIRECTORY","show-menu=8_V","http://www.americanshipper.com/vendors/index.asp",,1
,"SUBSCRIPTIONS","show-menu=3_S","http://www.americanshipper.com/subscribe/index.asp",,1
,"MEDIA KIT REQUEST","http://www.americanshipper.com/company/advert/mediakit.htm","",,1
,"EDITORIAL","show-menu=4_E","http://www.americanshipper.com/company/editor/index.asp",,1
,"ADVERTISING","show-menu=5_A","http://www.americanshipper.com/company/advert/index.asp",,1
,"CIRCULATION","show-menu=6_P","http://www.americanshipper.com/company/circulat/index.asp",,1
,"ABOUT US","show-menu=7_AU","http://www.americanshipper.com/company/about/index.asp",,1])

// 1 Schedules Sub-menu 
addmenu(menu=[ 
"1_SS", 
, 
60, 
160, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Global Print Schedules","http://www.americanshipper.com/schedule/index.asp",,,1
,"Global Interactive Schedules","http://www.compairschedules.com",,,1
,"Schedule Tracker","http://www.compairschedules.com/compair/TrackerHelp.asp",,,1])

// 2 Reports Sub-menu 
addmenu(menu=[ 
"2_R", 
, 
60, 
220, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"World Liner Supply Reports","http://www.americanshipper.com/reports/WLS/index.asp",,,1
,"2005 Supply Chain & Logistics Landscape","http://www.americanshipper.com/reports/survey05/index.asp",,,1])

// 3 Subscriptions Sub-menu 
addmenu(menu=[ 
"3_S", 
, 
60, 
160, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Subscribe Online","http://www.americanshipper.com/subscribe/index.asp",,,1
,"Renew/Upgrade Online","http://www.americanshipper.com/subscribe/renew.asp",,,1
,"Change Information Online","http://www.americanshipper.com/subscribe/update1.asp",,,1
,"Trial Subscription","http://www.americanshipper.com/subscribe/trial.asp",,,1
,"Subscriber Help","http://www.americanshipper.com/subscribe/help.asp",,,1
,"Login/Password","http://www.americanshipper.com/subscribe/login.asp",,,1
,"Subscription Type","http://www.americanshipper.com/subscribe/what_type.asp",,,1])

// 8 Vendors Sub-menu 
addmenu(menu=[ 
"8_V", 
, 
60, 
180, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"A New Source of Information","http://www.americanshipper.com/vendors/index.asp",,,1
,"Initial Registry/Signup","http://www.americanshipper.com/vendors/signup.asp",,,1
,"Find by Company Name","http://www.americanshipper.com/vendors/Company_alpha_KH.asp",,,1
,"Find by Industry","http://www.americanshipper.com/vendors/Company_Industry_KH_2.asp",,,1
,"Find by Region","http://www.americanshipper.com/vendors/Company_Region_KH.asp",,,1
])

// 4 Editorial Sub-menu 
addmenu(menu=[ 
"4_E", 
, 
60, 
140, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Editorial Staff","http://www.americanshipper.com/company/editor/index.asp",,,1
,"Letter to the Editor","mailto:cgillis@shippers.com?subj=Letter to the Editor from AS website",,,1
,"2006 Editorial Guide<br><b>DOWNLOAD PDF</b> (55k)",'http://www.americanshipper.com/company/editor/AS_2006_Editorial_Guide.pdf target="_blank"',,,1])

// 5 Advertising Sub-menu 
addmenu(menu=[ 
"5_A", 
, 
60, 
140, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
,
,"Advertising Staff","http://www.americanshipper.com/company/advert/index.asp",,,1
,"Specifications &amp; Requirements<br><b>DOWNLOAD PDF</b> (75k)",'http://www.americanshipper.com/company/advert/AS_ad_specs_2005.pdf target="_blank"',,,1
,"Media Kit Request","http://www.americanshipper.com/company/advert/mediakit.htm",,,1
])

// 6 Circulation Sub-menu 
addmenu(menu=[ 
"6_P", 
, 
60, 
120, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Circulation Staff","http://www.americanshipper.com/company/circulat/index.asp",,,1
,"Circulation Inquiry","mailto:circulation@shippers.com?subj=Circulation Inquiry",,,1])

// 7 About Us Sub-menu 
addmenu(menu=[ 
"7_AU", 
, 
60, 
110, 
1, 
, 
SubMenuStyle, 
0, 
, 
"Fade(duration=0.5);Shadow(color=000000, Direction=135, Strength=5)", 
0, 
0, 
0, 
, 
, 
0, 
0, 
, 
, 
0, 
, 
,"Company","http://www.americanshipper.com/company/about/index.asp",,,1
,"Privacy Policy","http://www.americanshipper.com/company/about/privacy.asp",,,1
,"Copyright Policy","http://www.americanshipper.com/company/about/copyrigh.asp",,,1])

dumpmenus();