// Milonic DHTML Menu
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.

// 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

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)" 
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

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

plain_style=[				// Menu Properties Array
"EFEFEF",					// Off Font Color
"730000",					// Off Back Color
"EFEFEF",					// On Font Color
"B5924A",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"images/arrow.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"9C6531"					// 3D High Color
,"310031"					// 3D Low Color
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
120,						// Top
7,							// left
136,						// Width
1,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,				// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
0, 							// 1=Horizontal Menu - 0=Vetical Menu, Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,
,
, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Agricultural","show-menu=agricultural",,"",1 
,"Craft","/ing/Pag_sectorial.asp?Sector=3",,"",1
,"Chemicals and plastics","/ing/Pag_Sectorial.asp?Sector=9",,"",1
,"Jewelry & silverware","/ing/Pag_Sectorial.asp?Sector=417",,"",1
,"Leather and footwear","/ing/Pag_sectorial.asp?Sector=4",,"",1
,"Metalworking","show-menu=metalworking",,"",1
,"Printing services & software","/ing/Pag_Sectorial.asp?Sector=11",,,1 
,"Seafood products","/ing/Pag_Sectorial.asp?Sector=8",,,1 
,"Services","/ing/Pag_Sectorial.asp?Sector=801",,,1 
,"Textiles & apparel","/ing/Pag_Sectorial.asp?Sector=12",,,1 
,"Wood & wood products","/ing/Pag_Sectorial.asp?Sector=5",,,1 



])

addmenu(menu=["metalworking",
,,160,1,"",plain_style,,,effect,,,,,,,,"form1",,,,
,"Metalworking", "/ing/Pag_Sectorial.asp?Sector=7",,,0
,"Iron & steel Metallurgy", "/ing/Pag_Sectorial.asp?Sector=10",,,0
,"Hardware & Building materials", "/ing/Pag_Sectorial.asp?Sector=6",,,0
,"Non Ferrous Metals", "/ing/Pag_Sectorial.asp?Sector=1452",,,0
,"Non Metal Mining", "/ing/Pag_Sectorial.asp?Sector=1540",,,0
])

addmenu(menu=["agricultural",
,,170,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"Agricultural (farming)","/ing/Pag_Sectorial.asp?Sector=1",,,0
,"Natural & organic products","/ing/Pag_Sectorial.asp?Sector=298",,,0 
,"Coffe, cocoa & tobacco","/ing/Pag_Sectorial.asp?Sector=295",,,0
,"Food & beverage","/ing/Pag_Sectorial.asp?Sector=297",,,0
,"Wines and Liquors","/ing/Pag_Sectorial.asp?Sector=1453",,,0
])

dumpmenus()