/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Level",];
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="";
var statusString="Apycom DHTML Menu";
var blankImage="data.files/blank.gif";

//--- Dimensions
var menuWidth="";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="20";
var posY="120";
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 10px Verdana";
var fontColor=["#808080","#FF8000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#000000";

//--- Appearance
var menuBackColor="#ffffff";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#AAAAAA";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["#ffffff","#4792E6"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#6655ff","#665500"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="8";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["data.files/arrv_anim_1.gif","data.files/arrv_anim_1o.gif"];
var arrowImageSub=["data.files/arr_double_1.gif","data.files/arr_double_1o.gif"];

//--- Separators
var separatorImage="data.files/sep_grey.gif";
var separatorWidth="80%";
var separatorHeight="3";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="0";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=5;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=24;
var moveColor="#AAAAAA";
var moveImage="data.files/movepic2.gif";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="85";
var transition=25;
var transOptions="bands=20, direction=down";
var transDuration=300;
var transDuration2=200;
var shadowLen=0;
var shadowColor="#C4C4C4";
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=1;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemWidth=106","fontStyle=normal 12px Verdana","fontDecoration=none,none","itemBackImage=data.files/New Picture.jpg,data.files/New Picture.jpg"],
];

var menuItems = [

    ["Home","index.html", , , , , "0", , , ],
    ["Products","Products.html", , , , , "0", , , ],
        ["|Square Trays","Products square.html", , , , , , , , ],
        ["|Round Trays","Products round.html", , , , , , , , ],
        ["|Multi-cavity Trays","Products multi.html", , , , , , , , ],
            ["||Square Multi-cavity","Products multi square.html", , , , , , , , ],
            ["||Round Multi-cavity","Products multi round.html", , , , , , , , ],
        ["|Hinge Lid trays","Products hinge.html", , , , , , , , ],
        ["|Other Trays","Products other.html", , , , , , , , ],
        ["|Variations","", , , , , , , , ],
    ["Services","", , , , , "0", , , ],
        ["|Larger orders","HigherQty.html", , , , , , , , ],
        ["|Delivery","", , , , , , , , ],
            ["||M & H Carriers","http://www.mhcarriers.co.uk", , , , "_blank", , , , ],
        ["|Catalogue","Catalogue.html", , , , , , , , ],
        ["|Samples","Samples.html", , , , "_blank", , , , ],
        ["|Links","Links.html", , , "Click to submit your own page", , , , , ],
            ["||Almond Engineering","http://www.almond.co.uk", , , , "_blank", , , , ],
            ["||Atlantic Formes","http://www.atlanticformes.com", , , , "_blank", , , , ],
            ["||Deans of Huntly","http://www.deans.co.uk", , , , "_blank", , , , ],
            ["||GM Packaging","http://www.gmpackaging.co.uk/home_gm.html", , , , "_blank", , , , ],
            ["||Hall Morrice","http://kilo.xnoc.net/~hallmor/welcome/", , , , "_blank", , , , ],
            ["||MacLeans Highland Bakery","http://www.highlandbakery.co.uk/", , , , "_blank", , , , ],
            ["||Reynards","http://www.reynards.com", , , , "_blank", , , , ],
            ["||SAMB","http://samb.co.uk", , , , "_blank", , , , ],
            ["||Strathmore Foods","http://www.strathmore-foods.com/", , , , "_blank", , , , ],
            ["||WeyFringe","http://www.weyfringe.co.uk/index.htm", , , , "_blank", , , , ],
    ["News","", , , , , "0", , , ],
        ["|New Premeises","", , , , , , , , ],
        ["|New Products","New Products.html", , , , , , , , ],
        ["|Keifel","Kiefel.html", , , , , , , , ],
    ["Contact us","contactus.html", , , , , "0", , , ],
];

dm_init();