/*
   Apycom DHTML Menu data file
   Created by Apycom DHTML Tuner
   http://dhtml-menu.com
*/


// --- DHTML Tuner style names ---
var itemStylesNames=["top","Individual Style","Individual Style","inactive top",];
var menuStylesNames=[];
// --- End of DHTML Tuner style names ---

//------- Common -------
var isHorizontal = 0;
var saveNavigationPath = 1;
var showByClick = 0;
var bottomUp = 0;
var orientation = 0;
var columnPerSubmenu = "";
var pressedItem = -2;
var blankImage = "";
var pathPrefix = "";
var statusString = "link";

//------- Menu -------
var menuWidth = "237px";
var menuBorderWidth = 0.5;
var menuBorderStyle = "solid";
var menuBackImage = "";

//------- Menu Positioning -------
var absolutePos = 0;
var posX = 0;
var posY = 0;
var floatable = 0;
var floatIterations = 10;
var movable = 0;
var moveWidth = 0;
var moveHeight = 0;
var moveCursor = "move";
var moveImage = "";

//------- Submenu Positioning -------
var topDX = 0;
var topDY = 0;
var DX = 0;
var DY = 0;

//------- Font -------
var fontStyle = "bold 12px Arial";
var fontColor = ["#42678C","#f29400"];
var fontDecoration = ["none","none"];

//------- Items -------
var itemBorderWidth = "";
var itemBorderStyle = ["none","none"];
var itemBackImage = ["button.gif",""];
var itemAlign = "left";
var subMenuAlign = "left";
var itemSpacing = 0;
var itemPadding = 10;
var itemCursor = "default";
var itemTarget = "_blank";

//------- Colors -------
var menuBackColor = "";
var menuBorderColor = "";
var itemBackColor = ["",""];
var itemBorderColor = ["#C0C0C0",""];

//------- Icons -------
var iconTopWidth = 0;
var iconTopHeight = 0;
var iconWidth = 0;
var iconHeight = 0;
var arrowImageMain = ["spacer.gif",""];
var arrowImageSub = ["",""];
var arrowWidth = "";
var arrowHeight = "";

//------- Separators -------
var separatorWidth = "100%";
var separatorHeight = "";
var separatorAlignment = "left";
var separatorImage = "";
var separatorVWidth = "";
var separatorVHeight = "100%";
var separatorVImage = "";

//------- Visual Effects -------
var transparency = "100";
var transition = 12;
var transDuration = 400;
var transOptions = "";
var shadowLen = 0;
var shadowTop = 1;
var shadowColor = "";

//------- CSS Mode -------
var cssStyle = 0;
var cssClass = "";

//------- MAC OS Additional -------
var macIEoffX = 10;
var macIEoffY = 15;
var macIEtopDX = 0;
var macIEtopDY = 2;
var macIEDX = -3;
var macIEDY = 0;

var itemStyles = [
    ["fontStyle=bold 12px Arial","fontColor=#42678C,#f29400","fontDecoration=none,none","itemBorderStyle=none,"],
    ["fontColor=#4D9F4A,#66B764",],
    ["fontColor=#ED8B8B,#F3AFAF",],
    ["fontStyle=bold 12px Arial","fontColor=#666666,#666666","fontDecoration=none,none","itemBorderWidth=0","itemBorderStyle=none,"],
];

var menuItems = [

    ["HOME","index.htm", "images/spacer.gif", , "Home page", "_top", "0", , , , , ],
    ["PROJECT","project_whyDhe.php", "images/spacer.gif", , "Project", "_top", "0", , , , , ],
        ["|Why DHErgo?","project_whyDhe.php", , , "Why DHErgo?", "_top", "-1", , , , , ],
        ["|What DHErgo aims to?","project_aims.php", , , "What DHErgo aims to?", "_top", , , , , , ],
        ["|What is DHErgo workplan?","project_workplan.php", , , "What is DHErgo workplan?", "_top", , , , , , ],
    ["CONSORTIUM","consortium.php", "images/spacer.gif", , "Consortium", "_top", "0", , , , , ],
    ["USEFUL LINKS","useful-links.php", "images/spacer.gif", , "Useful links", "_top", "0", , , , , ],
    ["CONTACT US","contact.php", "images/spacer.gif", , "Contact us", "_top", "0", , , , , ],
    ["[MEMBERS]","http://private.dhergo.org/", "images/spacer.gif", , "Members only", "_top", "0", , , , , ],
];

apy_init();
