//--- Common
var isHorizontal=0;
var smColumns=1;
var smOrientation=1;
var smViewType=2;
var dmRTL=1;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="blank image filename";

//--- Dimensions
var menuWidth="140px";
var menuHeight="310px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="";
var posY="";
var topDX="";
var topDY="";
var DX="";
var DY="";

//--- Font
var fontStyle="BOLD 10px Trebuchet MS";
var fontColor=["#666666","#DDDDDD"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="no-repeat";
var menuBorderColor="transparent";
var menuBorderWidth="";
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["none","none"];
var itemSpacing=4;
var itemPadding="1px";
var itemAlignTop="right";
var itemAlign="center";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="2px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="2px";
var separatorVHeight="100%";
var separatorPadding="px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#AA0000";
var moveImage="";
var moveCursor="default";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=24;
var transOptions="";
var transDuration=300;
var transDuration2=200;
var shadowLen=0;
var shadowColor="";
var shadowTop=1;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

// EDIT THIS to change path

//var webpath = 'http://192.168.0.46/filcomsg/'
var webpath = 'http://www.fil.com.sg/'


var menuItems = [
    ["HOME",webpath + "index.asp", , , , , , , , ],
	["ABOUT US",webpath +"new_fil_aboutus.asp?title=About%20Us", , , , , , , , ],
    ["THE DIFFERENCE",webpath + "new_fil_thedifference.asp", , , , , , , , ],
    ["OUR PRODUCTS",webpath + "new_fil_ourproducts.asp?title=our%20products", , , , , , , , ],
    ["LIFESTYLE",webpath + "new_fil_lifestyle.asp?title=lifestyle", , , , , , , , ],
<!--["EXCLUSIVE DEALS",webpath + "new_fil_exclusive.asp?title=Exclusive Deals", , , , , , , , ], -->
    ["EXCLUSIVE DEALS",webpath + "new_fil_freebonus.asp?title=Exclusive%20Deals", , , , , , , , ],
	["WHAT'S NEW",webpath + "new_fil_whatsnew.asp?title=what's%20new", , , , , , , , ],
    ["PRESS ROOM",webpath + "new_fil_pressroom.asp?TITLE=PRESS%20ROOM", , , , , , , , ],
    ["TV COMMERCIAL",webpath + "new_fil_tvcommercial.asp?TITLE=TV%20COMMERCIAL", , , , , , , , ],
    ["PARTNERS",webpath + "new_fil_partners.asp?TITLE=PARTNERS", , , , , , , , ],
    ["FAQ",webpath + "new_fil_faq.asp?title=faq", , , , , , , , ],
    ["CAREERS",webpath + "new_fil_careers.asp?title=careers", , , , , , , , ],
    ["TESTIMONIALS",webpath + "new_fil_testimonials.asp?title=testimonials", , , , , , , , ],
    ["FEEDBACK",webpath + "new_fil_feedback.asp?title=feedback", , , , , , , , ],
    ["SITE MAP",webpath + "new_fil_sitemap.asp?title=sitemap", , , , , , , , ],
	["LOCATE US",webpath + "new_fil_locateus.asp?title=Locate%20Us", , , , , , , , ],
	["FIL BEAUTY & SPA ACADEMY",webpath + "academy/" + "new_academy_main.asp", , , , , , , , ],
];

dm_init();
