// 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 //
////////////////////////////////////


timegap=300					// 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


style2=[					// 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.
"FBFF9B",					// Mouse Off Font Color
"ED950F",					// Mouse Off Background Color
"FBFF9B",					// Mouse On Font Color
"E7651A",					// Mouse On Background Color
"003366",					// Menu Border Color 
12,							// Font Size in pixels
"normal",					// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;",	// 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
"Purple",					// Current Page Item Font Color (leave this blank to disable)
"pink",						// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"000000",						// Menu Header Font Color (Leave blank if headers are not needed)
"ffffff",					// Menu Header Background Color (Leave blank if headers are not needed)
]
effect = "Fade(duration=0.2);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

addmenu(menu=[				// This is the array that contains your menu properties and details
"glasgow",					// Menu items Name
,							// Top
,							// left
80,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
style2,						// Properties Array - this is set higher up, as above
0,							// 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
effect,						// Filter - Text variable for setting transitional effects on menu activation
,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// Horizontal 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
,
,
,
,"<b>Mens wear</b>","# type=header;align=center",,,
//,"","# type=header;align=center;offbackcolor=ffffff;",,,1
,"&nbsp;&nbsp;<b>Shirts</B>","mens_shirts_main.htm",,,1
,"&nbsp;&nbsp;<b>Pyjamas</B>","mens_pyjamas_main.htm",,,1
,"&nbsp;&nbsp;<b>Shorts</B>","mens_shorts_main.htm",,,1
//,"Sub Menus Are allowed","show-menu=submenu",,,1
])

addmenu(menu=["womenswear",
,,100,1,"",style2,,,effect,,,,,,,,,,,,
,"<b>Womens Wear</b>","# type=header;align=center",,,
//,"<img border=1 src=/images/worldflags/sweden.gif>","# type=header;align=center;offbackcolor=ffffff;",,,1
,"&nbsp;&nbsp;<b>Shirts</b>","Womens_shirts_main.htm",,,1
,"&nbsp;&nbsp;<b>Skirts</b>","Womens_skirts_main.htm",,,1
,"&nbsp;&nbsp;<b>Shorts</b>","womens_shorts_main.htm",,,1
,"&nbsp;&nbsp;<b>Pyjamas</b>","womens_pyjamas_main.htm",,,1
,"&nbsp;&nbsp;<b>Beach Wear</b>","Womens_beachwear_main.htm",,,1
,"&nbsp;&nbsp;<b>Dresses</b>","Womens_dresses_main.htm",,,1
,"&nbsp;&nbsp;<b>Home Textile</b>","htext_main.htm",,,1
//,"Sub Menus Are allowed","show-menu=submenu",,,1
])

addmenu(menu=["kidswear",
,,80,1,"",style2,,,effect,,,,,,,,,,,,
,"<b>Kids Wear</b>","# type=header;align=center",,,
//,"<img border=1 src=/images/worldflags/sweden.gif>","# type=header;align=center;offbackcolor=ffffff;",,,1
,"&nbsp;&nbsp;<b>Skirts</b>","kids_skirts_main.htm",,,1
,"&nbsp;&nbsp;<b>Shirts</b>","kids_shirts_main.htm",,,1
,"&nbsp;&nbsp;<b>Pants</b>","kids_pants_main.htm",,,1
,"&nbsp;&nbsp;<b>Tops</b>","kids_tops_main.htm",,,1
,"&nbsp;&nbsp;<b>Acceseries</b>","access_main.htm",,,1
//,"Sub Menus Are allowed","show-menu=submenu",,,1
])


addmenu(menu=["submenu",
,,140,1,"",style2,,,effect,,,,,,,,,,,,
,"Dummy Menu Item 1","#",,,1
,"Dummy Menu Item 2","#",,,1
,"Dummy Menu Item 3","#",,,1
])



dumpmenus()
