/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=[];
var menuStylesNames=[];
// -- 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="allegro.files/blank.gif";

//--- Dimensions
var menuWidth="500";
var menuHeight="";
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=["#000000","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="allegro.files/dka_menubk.jpg";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#FFFFFF","#B70000"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=3;
var itemPadding="3px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=4;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=8;
var arrowHeight=16;
var arrowImageMain=["allegro.files/arrowmain.gif","allegro.files/arrowmaino.gif"];
var arrowImageSub=["allegro.files/arrowsub.gif","allegro.files/arrowsubo.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="80";
var transition=24;
var transOptions="";
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="";
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;


var menuItems = [

    ["Home ","http://www.allegromusiccenter.net", , , , "_self", , , , ],
    ["Music Together","music_together.html", "allegro.files/icon1.gif", "allegro.files/icon1o.gif", , "_self", , , , ],

    ["Musical Instruction","http://www.allegromusiccenter.net/lessons.html", "allegro.files/icon1.gif", "allegro.files/icon1o.gif", , "_self", , , , ],
        ["|Guidelines","http://www.allegromusiccenter.net/guidelines.html", , , , , , , , ],
        ["|Instructors","http://www.allegromusiccenter.net/instructors.html", , , , , , , , ],
        ["|Payment Policy","http://www.allegromusiccenter.net/payment.html", , , , , , , , ],
        ["|Holidays","http://www.allegromusiccenter.net/holidays.html", , , , , , , , ],
        ["|Cancellations","http://www.allegromusiccenter.net/cancellations.html", , , , , , , , ],
        ["|Missed Lessons","http://www.allegromusiccenter.net/miss_lessons.html", , , , , , , , ],
    ["Services & Rentals","http://www.allegromusiccenter.net/services.html", "allegro.files/icon1.gif", "allegro.files/icon1o.gif", , "_self", , , , ],
        ["|Our Services","http://www.allegromusiccenter.net/services.html", , , , , , , , ],
        ["|Rental Policy","http://www.allegromusiccenter.net/rentalpolicy.html", , , , , , , , ],
    ["Sales/Specials","http://www.allegromusiccenter.net/orchestral.html", "allegro.files/icon1.gif", "allegro.files/icon1o.gif", , "_self", , , , ],
        ["|Music Together","music_together.html", , , , , , , , ],
        ["|Orchestral Accessories","http://www.allegromusiccenter.net/orchestral.html", , , , , , , , ],
    ["Info","http://www.allegromusiccenter.net/location.html", "allegro.files/icon1.gif", "allegro.files/icon1o.gif", , "_self", , , , ],
        ["|General Information","http://www.allegromusiccenter.net/location.html", , , , , , , , ],
        ["|Hours & Location","http://www.allegromusiccenter.net/location.html", , , , , , , , ],
		["|Brochure","http://www.allegromusiccenter.net/brochure.html", , , , , , , , ],
];

dm_init();