
/*
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  *******
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=20              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
separatorcolor="#FFFFFF";
separatorsize="0";

//  Style Reference - http://www.milonic.com/styleproperties.php
// *** this code in this block for the Main Menu

  /* offbgcolor="#F88295"; */
  offbgcolor="#EC8791";
  offcolor="#000000";

  /* onbgcolor="#FCBDCE"; */
  onbgcolor="#F5B8BE";
  oncolor="#000000";

  fontfamily="Verdana, Tahoma, Arial";
  fontsize="12";
  fontstyle="bold";
  fontweight="500";

  separatorsize="1";
  separatorpadding="1";
  separatorheight="14";
  separatorcolor="#666666";
  separatoralign="center";

padding="5px";


}

//*** code below for Sub-Menu **********

with(submenuStyle=new mm_style()){

offclass="menusub";
onclass="menusub";
offcolor="#000000";
oncolor="#000000";
    /* bgimage="images/MENU-backing.jpg"; */
    /* overbgimage="images/MENU-backselected.jpg"; */

  offbgcolor="#FFD5DA";
  onbgcolor="#F5B8BE";

fontsize="12px";
fontstyle="normal";
  fontfamily="Verdana, Tahoma, Arial";
bordercolor="#999999";
borderstyle="solid";
borderwidth="1px";
padding="7px";
separatorcolor="#999999";
separatorsize="1";
}


with(milonic=new menuname("Ladies")){
itemwidth="200"
style=submenuStyle;
aI("text=Khaki / Green Collection;title=View the Khaki and Green Collection;url=index.php?main_page=page&id=36");
aI("text=Purple / Lilac Collection;title=View the Purple and Lilac Collection;url=index.php?main_page=page&id=34;");
aI("text=Black / White Collection;title=View the Black and White Collection;url=index.php?main_page=page&id=38");
aI("text=Black / Magenta Collection;title=View the Black and Magenta Collection;url=index.php?main_page=page&id=40;");
aI("text=Royal / Blue Collection;title=View the Royal and Blue Collection;url=index.php?main_page=page&id=42;");
aI("text=Tropical Collection;title=View the Tropical Collection;url=index.php?main_page=page&id=44;");
}

with(milonic=new menuname("Specials")){
itemwidth="150"
style=submenuStyle;
//aI("text=Classic Collection;title=View the Classic Collection;url=index.php?main_page=page&id=46");
aI("text=Classic Collection (Sold Out);title=View the Classic Collection;url=#");
//aI("text=Spring / Summer Collection;title=View the Spring / Summer Collection;url=index.php?main_page=page&id=48");
aI("text=Spring / Summer Collection (Sold Out);title=View the Spring / Summer Collection;url=#");
}

with(milonic=new menuname("Girls")){
itemwidth="150"
style=submenuStyle;
//aI("text=Girls Pink/Green Collection;title=View the Girls Pink/Green Collection;url=index.php?main_page=page&id=50");
aI("text=Girls Pink/Green Collection (Sold Out);title=View the Girls Pink/Green Collection;url=#");
//aI("text=Girls Blue/Mellon Collection;title=View the Girls Blue/Mellon Collection;url=index.php?main_page=page&id=51");
aI("text=Girls Blue/Mellon Collection (Sold Out);title=View the Girls Blue/Mellon Collection;url=#");
}

with(milonic=new menuname("CustomerCare")){
itemwidth="200"
style=submenuStyle;
aI("text=Fitting Information;title=View fitting information;url=index.php?main_page=page&id=28");
aI("text=Size Chart;title=View the size chart (2007);url=index.php?main_page=page&id=28;");
aI("text=Shipping Information;title=View the shipping information;url=index.php?main_page=page&id=26");
aI("text=Return Policy;title=View the return policy;url=index.php?main_page=page&id=25;");
aI("text=Frequently Asked Questions;title=View the frequently asked questions;url=index.php?main_page=page&id=24;");
}

with(milonic=new menuname("AboutUs")){
itemwidth="200"
style=submenuStyle;
aI("text=The Connoisseur Customer;url=index.php?main_page=page&id=21");
aI("text=Philosophy;url=index.php?main_page=page&id=22");
aI("text=The Story;url=index.php?main_page=page&id=23");
aI("text=About Irene;url=index.php?main_page=page&id=52");
aI("text=About Connoisseur;url=index.php?main_page=page&id=59");
aI("text=Latest News;url=index.php?main_page=page&id=18");
aI("text=Contact Us;url=index.php?main_page=page&id=56");
}

drawMenus();


