// -- Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="img/blank.gif";

//--- Dimensions
var menuWidth="";
var menuHeight="21px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 11px Trebuchet MS, Tahoma";
var fontColor=["#FFF4F4","#343303"];
var fontDecoration=["none","none"];
var fontColorDisabled="#C96D6D";

//fontColor=["#FFF4F4","#343303"];

//--- Appearance
var menuBackColor="#668899";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#1D1D1D";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#668899","#DAD50C"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#668899","#979409"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=2;
var itemPadding="2px 5px 2px 10px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_white.gif",""];
var arrowImageSub=["arr_black.gif","arr_white.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- 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="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="85";
var transition=27;
var transOptions="gradientSize=0.7, wipestyle=1, motion=forward";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- 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="http://www.azulwasi.org/js/img/";
var pathPrefix_link="http://www.azulwasi.org/";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=1;

//--- 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;

var itemStyles = [
    ["itemWidth=129px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=normal 12px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_dark.gif,btn_light.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 5px"],
];

var menuItems = [

    ["Home","index.html", , , , , "0", "0", , ],
    ["About Us","about/about.html", , , , , "0", , , ],
    ["Meet Azul Wasi","AzulWasi/MeetAzulWasi.html", , , , , "0", , , ],
        ["|Meet Kids","AzulWasi/MeetKids.html", , , , , , , , ],
    ["Projects","Projects/ProjectsOverview.html", , , , , "0", , , ],
    	["|Bathhouse","Projects/bathhouse.html", , , , , , , , ],
    	["|Greenhouse","Projects/greenhouse.html", , , , , , , , ],
    	["|The Water Project","Projects/waterproject.html", , , , , , , , ],
    ["Benefactors","Benefactors/Benefactors.html", , , , , "0", , , ],
    ["Contact Us","Contact/Contact.html", , , , , "0", , , ],
];

dm_init();