/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
   Navbar Manually Coded
*/


// -- Deluxe Tuner 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="images/blank.gif";

//--- Dimensions
var menuWidth="220";
var menuHeight="26px";
var smWidth="220";
var smHeight="180";

//--- 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 14px Times New Roman";
var fontColor=["#FFFFFF","#F5FDF4"];
var fontDecoration=["none","none"];
var fontColorDisabled="#585858";

//--- Appearance
var menuBackColor="#1B79AF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#727272";
var menuBorderWidth=1;
var menuBorderStyle="ridge";

//--- Item Appearance
var itemBackColor=["#1B79AF","#5AA61D"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#CCCC99","#CCCC99"];
var itemBorderStyle=["solid","groove"];
var itemSpacing=2;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrow.gif",""];
var arrowImageSub=["arrow.gif",""];

//--- Separators
var separatorImage="sep.gif";
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="100";
var transition=24;
var transOptions="gradientSize=0.4, wipestyle=1, motion=forward";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#1474B0";
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="library/";
var pathPrefix_link="";
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=242px","itemBackColor=transparent,transparent","itemBorderWidth=1","fontStyle=bold 14px Times New Roman","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_blue.gif,btn_black_blue.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=0","itemPadding=0px 0px 0px 0px"],
];

var menuItems = [


["About Us","about.html", , , , , "0", "0", , ],
        ["|Company Timeline","company-timeline.html", , , , , , , , ],
        ["|Executive Team","executive-team.html", , , , , , , , ],
        ["|Our Teachers","teachers.html", , , , , , , , ],
        ["|Our Partners","partners.html", , , , , , , , ],



["Online Tutoring Services","online-tutoring-services.html", , , , , "0", , , ],
        ["|Supplemental Educational Services","online-tutoring-services.html", , , , , , , , ],
        ["|SES Programs by State","states.html", , , , , , , , ],
        ["|Speech-Language Therapy","speech-language-therapy.html", , , , , , , , ],
        ["|Academic Intervention Programs","academic-intervention-programs.html", , , , , , , , ],


["Current Students & Parents","students-and-parents.html", , , , , "0", , , ],
       ["|Student & Parent Portal","http://itutor.educate-online.com/Login.aspx", , , , , , , , ],   
       ["|Student & Parent Support","http://www.educate-online.com/support/", , , , , , , , ],  


["School & Districts","schools-and-districts.html", , , , , "0", , , ],
      ["|Principal Portal","http://studentreport.educate-online.com/Login.aspx", , , , , , , , ],  

       

   
        
    


];

dm_init();