/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=[];
var menuStylesNames=[];
// -- 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="http://www.vacro.org.au/_themes/data.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="bold 13px Calibri";
var fontColor=["#FFFFFF","#FFFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FCFCFC";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#55A1FF";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["0066FF","#409FFF"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#FCEEB0","#4C99AB"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="4px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="right";

//--- Icons
var iconTopWidth=20;
var iconTopHeight=16;
var iconWidth=20;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["http://www.vacro.org.au/_themes/data.files/arr_white_2.gif","data.files/arr_white_2.gif"];
var arrowImageSub=["http://www.vacro.org.au/_themes/data.files/arr_white_2.gif","data.files/arr_white_2.gif"];

//--- Separators
var separatorImage="http://www.vacro.org.au/_themes/data.files/sep_xp.gif";
var separatorWidth="90%";
var separatorHeight="3px";
var separatorAlignment="center";
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="";

//--- Offender Effects & Filters
var transparency="100";
var transition=24;
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=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=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.vacro.org.au/index.html", "", "", "", "", "", "", "", ],
["About VACRO","http://www.vacro.org.au/Administration/About_VACRO.htm", "", "", "", "", "", "", "", ],
["News","http://www.vacro.org.au/Administration/news.htm", "", "", "", "", "", "", "", ],
["Justice System Services","http://www.vacro.org.au/Justice_System_Services/Introduction.htm", "", "", "", "", "", "", "", ],
["Family & Children's Services","http://www.vacro.org.au/Family_Services/", "", "", "", "", "", "", "", ],
["Research & Development", "", "", "", "", "", "", "", ],  
["|Introduction","http://www.vacro.org.au/Research_and_Development/Introduction.htm", "", "", "", "", "", "", "", ],
["|ANZ Trustees Impact Project","http://www.vacro.org.au/Research_and_Development/ANZ_Trustees_Impact_Project.htm", "", "", "", "", "", "", "", ],
["|Problem Gambling","http://www.vacro.org.au/Research_and_Development/Problem_Gambling.htm", "", "", "", "", "", "", "", ],
["|Court Based Family Support","http://www.vacro.org.au/Research_and_Development/Court_Based_Family_Support.htm", "", "", "", "", "", "", "", ],
["Information", "", "", "", "", "", "", "", ],  
["|Information and Resources Directory","http://www.vacro.org.au/Information/Directory.htm", "", "", "", "", "", "", "", ],
["|Youth Web","http://www.vacro.org.au/youth/index.html", "", "", "", "", "", "", "", ],
["Administration","http://www.vacro.org.au/Administration/Introduction.htm", "", "", "", "", "", "", "", ],
["PILCH Clinic","http://www.vacro.org.au/Family_Services/PILCH.htm", "", "", "", "", "", "", "", ],
["Employment Opportunities", "", "", "", "", "", "", "", ],  
["|Positions Available","http://www.vacro.org.au/Administration/Employment_Opportunities.htm", "", "", "", "", "", "", "", ],
["|VACRO Volunteers","http://www.vacro.org.au/Administration/VACRO_Volunteers.htm", "", "", "", "", "", "", "", ],
["Recycled Community Supplier","http://www.vacro.org.au/Administration/Business_to_Community_Recyclers.htm", "", "", "", "", "", "", "", ],
["Disclaimer","javascript:open('http://www.vacro.org.au/windows/disclaimer.htm','_blank','scrollbars,width=700,height=400'),_", "", "", "", "", "", "", "", ],
    
];

dm_init();