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

var key="163b1504exid";

// -- Deluxe Tuner Style Names
var itemStylesNames=["ceramics","painting","furniture","drawing","jewelry","stolen","wine",];
var menuStylesNames=["ceramics","painting","Furniture","drawing","jewelry","stolen","wine",];
// -- 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="menu-protection.files/blank.gif";

//--- Dimensions
var menuWidth="200";
var menuHeight="18";
var smWidth="200";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=0;
var DX=0;
var DY=-1;

//--- Font
var fontStyle="bolder 12px Verdana";
var fontColor=["#000033","#000033"];
var fontDecoration=["none","underline"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#996699","#FFFFFF"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FFFFFF","#FFFFFF"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=1;
var itemPadding="5";
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=["menu-protection.files/arr_white_2.gif","menu-protection.files/arr_red_1.gif"];
var arrowImageSub=["menu-protection.files/arr_white_2.gif","menu-protection.files/arr_red_1.gif"];

//--- Separators
var separatorImage="menu-protection.files/spacer.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=21;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=4;
var shadowColor="#B1B1B1";
var shadowTop=1;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=1;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="http://www.gazette-art.com/en/";
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 itemStyles = [
    ["itemBackColor=#EA661D,#FFFFFF","fontColor=#FFFFFF,#EA661D"],
    ["itemBackColor=#053466,#FFFFFF","fontColor=#FFFFFF,#053466"],
    ["itemBackColor=#61556F,#FFFFFF","fontColor=#FFFFFF,#61556F"],
    ["itemBackColor=#734473,#FFFFFF","fontColor=#FFFFFF,#734473"],
    ["itemBackColor=#981066,#FFFFFF","fontColor=#FFFFFF,#981066"],
    ["itemBackColor=#990000,#FFFFFF","fontColor=#FFFFFF,#990000"],
    ["itemBackColor=#651314,#FFFFFF","fontColor=#FFFFFF,#651314"],
];
var menuStyles = [
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#EA661D"],
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#053466"],
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#61556F"],
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#053466"],
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#053466"],
    ["smWidth=200","menuBackColor=#FFFFFF","menuBorderWidth=0","menuBorderStyle=solid","menuBorderColor=#990000"],
    ["itemBackColor=#651314,#FFFFFF","fontColor=#FFFFFF,#651314"],
];

var menuItems = [

    ["Ceramics","auction-introduction.php", , , "Auction results of ceramics", , "0", "0", , ],
    ["Drawings","drawing.php?id=A", , , , , "3", "3", , ],
    ["Furniture / Objets d'art","auction-introduction.php", , , , , "2", "2", , ],
    ["Jewelery","jewelry-introduction.php", , , , , "4", "4", , ],
    ["Paintings","painting.php?id=A", , , , , "1", "1", , ],
    ["Wine","wine-introduction.php", , , , , "6", "6", , ],
    ["Primitive Art","primitive-art-introduction.php", , , , , "5", "5", , ],
];

dm_init();