/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

/*********** mainmenu_data.js ************
 * This javascript file contains the     *
 * menu structure information for the    *
 * top level of the milonic menu. It is  *
 * created dynamically by the navWriter. *
 * Please refer to menu_styles.js for    *
 * the style information for each menu.  *
 *****************************************/

with(milonic=new menuname("mainmenu")){
	style=topMenuStyle;
	alwaysvisible=1;
	position="relative";
}

drawMenus();

