/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=0;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="dkk_menu.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="25px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="bold 13px Verdana";
var fontColor=["#000000","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FF0000";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#FF0000";
var menuBorderWidth=1;
var menuBorderStyle="groove";

//--- Item Appearance
var itemBackColor=["#FF0000","#FFFFFF"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCE7E0","#FFC0B7"];
var itemBorderStyle=["solid","none"];
var itemSpacing=2;
var itemPadding="2px 5px 2px 10px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="right";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["dkk_menu.files/arr_black.gif",""];
var arrowImageSub=["dkk_menu.files/arr_black.gif",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="5px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
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=39;
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 smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
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=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#363636,#000000","itemBackImage=dkk_menu.files/btn_whitered.gif,dkk_menu.files/btn_white_orange.gif"],
];
var menuStyles = [
    ["itemBorderStyle=none,"],
];

var menuItems = [

    ["Home","/index.htm", "", "", "", "", "", "", "", ],
    ["Males","", "", "", "", "", "", "", "", ],
        ["|Pimpy","/pimpy.htm", "", "", "", "", "", "", "", ],
        ["|Rhino","/rhino.htm", "", "", "", "", "", "", "", ],
        ["|KahnKilla","/kahnkilla.htm", "", "", "", "", "", "", "", ],
    ["Female","", "", "", "", "", "", "", "", ],
        ["|Bluky","/bluky.htm", "", "", "", "", "", "", "", ],
        ["|Upcoming","/upcoming.htm", "", "", "", "", "", "", "", ],
    ["Breedings","", "", "", "", "", "", "", "", ],
        ["|Rhino & ???","/breedings/rhino_unknown.htm", "", "", "", "", "", "", "", ],
        ["|KahnKilla & Envy","/breedings/kahnkilla_envy.htm", "", "", "", "", "", "", "", ],
        ["|Bluky & Mojo","/breedings/bluky_mojo.htm", "", "", "", "", "", "", "", ],
    ["Puppies","", "", "", "", "", "", "", "", ],
        ["|Bluky & Mojo","/puppies/bluky_mojo.htm", "", "", "", "", "", "", "", ],
        ["|KahnKilla & Star","/puppies/kahnkilla_star.htm", "", "", "", "", "", "", "", ],
    ["Photos","", "", "", "", "", "", "", "", ],
        ["|Pimpy","/photogallery/photo14391/real.htm", "", "", "", "", "", "", "", ],
        ["|Rhino","/photogallery/photo410/real.htm", "", "", "", "", "", "", "", ],
        ["|KahnKilla","/photogallery/photo4554/real.htm", "", "", "", "", "", "", "", ],
        ["|Bluky","/photogallery/photo21529/real.htm", "", "", "", "", "", "", "", ],
    ["Produced","/produced.htm", "", "", "", "", "", "", "", ],
        ["|Dixie & Rhino","/produced/dixie_rhino_pups.htm", "", "", "", "", "", "", "", ],
    ["Testimonials","/testimonials.htm", "", "", "", "", "", "", "", ],
    ["Products","/products.htm", "", "", "", "", "", "", "", ],
    ["Links","/links.htm", "", "", "", "", "", "", "", ],
];

dm_init();