// 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.2);Alpha(style=0,opacity=100)" // 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=-1;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position
Frames_Top_Offset=100 		// This is for odd frames behaiour until I can fix it.



mainStyle=["","","","","",11,"normal","normal","Tahoma, Verdana, Arial, Helvetica, sans-serif",0,"",,,]
subStyle=["D8D8D8","7B7B7B","7B7B7B","D8D8D8","FFFFFF",11,"normal","normal","Tahoma, Verdana, Arial, Helvetica, sans-serif",4,"",,,]




//addmenu(menu=[	This is the array that contains your menu properties and details
//"simplemenu1",	Menu items Name
//85,				Top
//145,				left
//110,				Width
//0,				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
//,					Follow Scrolling - Tells the menu item to follow the user down the screen
//0, 				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
//,,,
//,"Home","content.php target=main",,,0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//])



addmenu(menu=["mainnav",
300,0,144,0,"",mainStyle,1,,,,0,,,,,,,,,,
,"<img border=0 src=images/i1.gif>", "default.php swapimage=images/i1_.gif;",,"Home",0
,"<img border=0 src=images/i2.gif>", "show-menu=about","about.php swapimage=images/i2_.gif;","About Us",0
,"<img border=0 src=images/i3.gif>", "show-menu=products","products.php swapimage=images/i3_.gif;","Products & Services",0
,"<img border=0 src=images/i4.gif>", "show-menu=news","news.php swapimage=images/i4_.gif;","News & Resources",0
,"<img border=0 src=images/i5.gif>", "show-menu=contact","contact_contact.php swapimage=images/i5_.gif;","Contact Us",0
])

addmenu(menu=["about",
,,200,1,"",subStyle,,,effect,,0,,,,,,,,,,
,"> CEO Address","about_ceo.php",,"CEO Address",0
,"> Vision", "about_vision.php",,"Vision",0
,"> CM Principles", "about_process.php",,"CM Principles",0
,"> Clients", "about_clients.php",,"Clients",0
,"> Employment", "about_employment.php",,"Employment",0
,"> CM in 2003", "about_CM2003.php",,"CM in 2003",0
,"> Shrine to the Customer", "about_shrine.php",,"Shrine to the Customer",0
])

addmenu(menu=["products",
,,200,1,"",subStyle,,,effect,,0,,,,,,,,,,
,"> Organisation & Customer Value", "products_org.php",,"Organisation & Customer Value",0
,"> Convert Knowledge to Value", "products_conv_know.php",,"Convert Knowledge to Value",0
,"> Customer Knowledge", "products_cust_know.php",,"Customer Knowledge",0
,"> Convert Info to Knowledge", "products_conv_info.php",,"Convert Info to Knowledge",0
,"> Customer Information", "products_cust_info.php",,"Customer Information",0
])

addmenu(menu=["news",
,,200,1,"",subStyle,,,effect,,0,,,,,,,,,,
,"> News Archive", "news_archive.php",,"News Archive",0
,"> Event Calendar", "news_calendar.php",,"Event Calendar",0
,"> Links", "news_links.php",,"Links",0
,"> Questionnaire", "questionnaire.php",,"Questionnaire",0
,"> Glossary", "glossary.php",,"Glossary",0
,"> Site Map", "site_map.php",,"Site Map",0
,"> Recommended Reading", "news_bookcase.php",,"Recommeded Reading",0
])

addmenu(menu=["contact",
,,200,1,"",subStyle,,,effect,,0,,,,,,,,,,
,"> Contact Us", "contact_contact.php",,"Contact Us",0
,"> Update Your Details", "contact_details.php",,"Update Your Details",0
,"> Manage Subscriptions", "contact_subscriptions.php",,"Manage Subscriptions",0
])

dumpmenus()