/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.0
   http://deluxe-menu.com
*/
// License key for www.phillyriverinfo.org (only works with this domain)
// You have to generate a license key for another domain
var key="171b2023e93id";

// License key for www.southeastpariverinfo.org (only works with this domain)
var key1="181b2566e93id";

// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="/blank.gif";

//--- Dimensions
var menuWidth="";
var menuHeight="23px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="bold 10px Tahoma";
var fontColor=["#E4EDEF","#FFF4D5"];
//var fontColor=["#FDFDFB","#FBFBFB"];
var fontDecoration=["none","none"];
//var fontColorDisabled="#747D2D";
//var fontColorDisabled="#616321";
var fontColorDisabled="#6F9DAC";


//--- Appearance
//var menuBackColor="#929E38";
var menuBackColor="#4E7785";

var menuBackImage="";
var menuBackRepeat="repeat";
//var menuBorderColor="#666F28";
var menuBorderColor="#558391";

var menuBorderWidth=1;
var menuBorderStyle="groove";

//--- Item Appearance
//var itemBackColor=["#929E38","#4B521D"];
var itemBackColor=["#4E7785","#588898"];


var itemBackImage=["",""];
var itemBorderWidth=1;
//var itemBorderColor=["#929E38","#BECA6C"];
var itemBorderColor=["#6093A4","#4E7785"];

var itemBorderStyle=["solid","groove"];
var itemSpacing=4;
var itemPadding="3px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_white.gif",""];
var arrowImageSub=["arr_white.gif",""];

//--- Separators
var separatorImage="sep_white.gif";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="sep_white.gif";
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=24;
var transOptions="gradientSize=0.4, wipestyle=1, motion=forward";
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;
//the following parameter will be set in the wcMenu.ascx
//var pathPrefix_img="deluxemenu/images/vista3/";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
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;

// Style 1 - Default Top menu style
// Style 2 - Custom Top menu style
// Style 3 - Custom Sub menu style

var itemStyles = [
    ["itemWidth=130px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_cyan_130.gif,btn_cyan2_130_modified.gif"],
    ["itemWidth=130px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10px Tahoma","fontColor=#FFFD8A,#FFFD8A","itemBackImage=btn_cyan_130.gif,btn_cyan2_130_modified.gif"],
    ["fontColor=#FFFD8A,#FFFD8A"],
    ["itemWidth=130px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10px Tahoma","fontColor=#FFA500,#FFA500","itemBackImage=btn_cyan_130.gif,btn_cyan2_130_modified.gif"],
    -
	["itemBackColor=#FFFFFF,#FFFFFF","itemBorderWidth=1","fontStyle=bold 10px Tahoma","itemBorderColor=#6F9DAC,"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=0","itemPadding=5px 6px 5px 6px"],
];


var pathPrefix_img="deluxemenu/images/vista3/";
var menuItems = [
["Home","home.aspx", , , "PWD Development Review Home", , "0", "0", ,"Home Page" ],
["Apply Online", , , "Submit new application or open existing one" , , , "1", "0", , ],
['|Submit New Application',"ERSAIntro.aspx", , , "Submit new application", , "2", , , ],
["|-"],
["|Edit Existing Application","ApplicationQuery.aspx", , , "Edit an existing application", , "2", , , ],
["Check Status","StormwaterProjectStatus.aspx", , , "Check the status of your application", , "1", "0", , ],
["Technical Library","RequirementsLibrary.aspx", , , "Technical Library", , "0", "0", , ],
["Review Performance","PerformanceGraphs.aspx", , , "View graphs with historical performance of processing times", , "0", "0", , ],
['Example Site Plan','SamplePlan.aspx', , ,"Example Site Plan" , , "0", "0", , ],
['Contact Us',"Contact.aspx", , ,"Contact Us" , , "0", "0", , ]
];

//["Events","Events.aspx", , , , , "0", "0", , "View calendar of events"],

dm_init();
