/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://coolmenus.dhtmlcentral.com/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

var menu=new makeCM("menu");

menu.pxBetween=0;
menu.fromTop=65;                       /*  Height from top of page  */
menu.fromLeft=0;
menu.menuPlacement="center"; // this is what triggers the menu to work from the center outwards
menu.wait=300;
menu.fillImg="cm_fill.gif";
menu.zIndex=100;
menu.resizeCheck=1;

menu.onlineRoot="";
menu.offlineRoot="";

menu.rows=1;
menu.useBar=0;

menu.barWidth="100%";
menu.barHeight="menu";
menu.barX=0;
menu.barY="menu";
menu.barClass="menu_bar";
menu.barBorderX=0;
menu.barBorderY=2;
//#menu.barBorderClass="clB3";;

menu.level[0]=new cm_makeLevel(1,20,"menu_tab","menu_tab_over",1,1,"menu_level_0",0,"bottom",0,0,0,0,0);
menu.level[1]=new cm_makeLevel(1,20,"menu_dropdown","menu_dropdown_over",1,1,"menu_level_1",0,"right",0,0,0,10,10);

menu.makeMenu('m1','','','','',1,0); // Spacer

menu.makeMenu('m2','','Home','index.php','',55,0); 

menu.makeMenu('m3','','About Us','about_us.php','',75,0);

menu.makeMenu('m4','','Collections','coming_soon.php','',90,0);

menu.makeMenu('m5','','Satisfied Customers','coming_soon.php','',145,0);

menu.makeMenu('m6','','How To Buy','','',90,0);
menu.makeMenu('','m6','Retail','retail.php','',90,0);
menu.makeMenu('','m6','Wholesale','wholesale.php','',90,0);


menu.makeMenu('m7','','Contact Us','contact_us.php','',80,0);

menu.makeMenu('m8','','','','',220,0); // Spacer

menu.construct();
