

//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="<scr"+"ipt language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_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

effect = "Fade(duration=0.4);" 

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

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

EasySampleStyle=[             // EasySampleStyle is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"CCCCCC",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFFFF",                     // Mouse On Font Color
"EB3D1B",                     // 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)
"normal",                     // Font Weight (bold or normal)
"Arial,Verdana,Helvetica",    // Font Name
3,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
2,                            // 3D Border & Separator bar
"FFFFFF",                     // 3D High Color
"FFFFFF",                     // 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
]





addmenu(menu=["aboutus",86,234,120,2,,EasySampleStyle,0,,effect,0,0,0,,,0,0,,,0,,
,"Our&nbsp;History","/index.php?ps_pagename=aboutus_history",,,1
,"Our&nbsp;Vision","/index.php?ps_pagename=aboutus_vision",,,1
,"Our&nbsp;Services","/index.php?ps_pagename=aboutus_services",,,1
])

addmenu(menu=["resources",86,402,160,2,,EasySampleStyle,0,,effect,0,0,0,,,0,0,,,0,,
,"Measurements&nbsp;&&nbsp;Conversions","/index.php?ps_pagename=info_measurements",,,1
,"Freight&nbsp;Terms","/index.php?ps_pagename=info_terms",,,1
,"Incoterms","/index.php?ps_pagename=info_incoterms",,,1
,"Dangerous Goods","/index.php?ps_pagename=info_dangerous",,,1
,"More Terms","/index.php?ps_pagename=info_moreterms",,,1
])

addmenu(menu=["links",86,486,120,2,,EasySampleStyle,0,,effect,0,0,0,,,0,0,,,0,,
,"Airline&nbsp;Sites","/index.php?ps_pagename=info_airlinesites",,,1
,"Shipping&nbsp;Sites","/index.php?ps_pagename=info_shippingsites",,,1
,"Other&nbsp;Useful&nbsp;Sites","/index.php?ps_pagename=info_otherlinks",,,1
])

addmenu(menu=["contactus",86,570,140,2,,EasySampleStyle,0,,effect,0,0,0,,,0,0,,,0,,
,"Contact&nbsp;Details&nbsp;&&nbsp;Feedback","/index.php?ps_pagename=contactdetails",,,1
,"Request&nbsp;a&nbsp;Quote","/index.php?ps_pagename=contactus_requestquote",,,1
])

addmenu(menu=["intranet",86,655,120,2,,EasySampleStyle,0,,effect,0,0,0,,,0,0,,,0,,
,"Item 1","",,,1
])


dumpmenus();