/*
   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 = [

["VACRO Home Page","http://www.vacro.org.au/index.html", "", "", "", "", "", "", "", ],
["About VACRO","http://www.vacro.org.au/Administration/About_VACRO.htm", "", "", "", "", "", "", "", ],
["News","http://www.vacro.org.au/news.htm", "", "", "", "", "", "", "", ],
["Family Services Home Page","http://www.vacro.org.au/Family_Services/", "", "", "", "", "", "", "", ],
["Site Directory","http://www.vacro.org.au/Family_Services/Directory.htm", "", "", "", "", "", "", "", ],
["Fact Sheets Directory","http://www.vacro.org.au/Family_Services/Fact_Sheets_Directory.htm", "", "", "", "", "", "", "", ],
["Booklets Directory","http://www.vacro.org.au/Family_Services/Booklets_Directory.htm", "", "", "", "", "", "", "", ],
["Blake Cottage","http://www.vacro.org.au/Family_Services/Blake_Cottage.htm", "", "", "", "", "", "", "", ],
["Youth","http://www.vacro.org.au/youth/", "", "", "", "", "", "", "", ],
["Childrens Support","http://www.vacro.org.au/Family_Services/Childrens_Support.htm", "", "", "", "", "", "", "", ],
["Counselling and Support","http://www.vacro.org.au/Family_Services/Counselling_and_Support.htm", "", "", "", "", "", "", "", ],
["Family Support Group","http://www.vacro.org.au/Family_Services/Family_Support_Group.htm", "", "", "", "", "", "", "", ],
["Information Sessions","http://www.vacro.org.au/Family_Services/Information_Sessions.htm", "", "", "", "", "", "", "", ],
["School Holiday Program","http://www.vacro.org.au/Family_Services/School_Holiday_Program.htm", "", "", "", "", "", "", "", ],
["PILCH Clinic","http://www.vacro.org.au/Family_Services/PILCH.htm", "", "", "", "", "", "", "", ],
["Prison Visitors Centres","http://www.vacro.org.au/Family_Services/Prison_Visitors_Centres.htm", "", "", "", "", "", "", "", ],
["SKY Program","http://www.vacro.org.au/Family_Services/SKY_Program.htm", "", "", "", "", "", "", "", ],
["Video Visits Program","http://www.vacro.org.au/Family_Services/Video_Visits_Program.htm", "", "", "", "", "", "", "", ],
["Travel and Accomodation","http://www.vacro.org.au/Family_Services/Travel_and_Accomodation.htm", "", "", "", "", "", "", "", ],
["Disclaimer","javascript:open('http://www.vacro.org.au/windows/disclaimer.htm','_blank','scrollbars,width=700,height=400'),_", "", "", "", "", "", "", "", ],
    
];

dm_init();