//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************

  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }

var menuALIGN = "left";		// alignment mode
var absLEFT = 	((myWidth-723)/2)-11;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 210; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#0066ff";	// main nav cell color
var rCOLOR = 	"#ffffff";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#000000";	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"990000";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Arial, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	11;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#0066ff";	// submenu cell color
var srCOLOR = 	"#ffffff";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"#990000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Arial, Helvetica, sans-serif";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#000000";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 200;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 300;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 755;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************
MI("index.asp","Home",60,"center","","",0,0,"u","#0066ff","","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("overview.asp","General Information",150,"center","","",0,0,"u","#0066ff","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(225,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("Overview.asp","Overview","","");
	SI("fundingallocations.asp","Funding allocations","","");
	SI("financing_assistance.asp","Financial assistance guide","","");
	SI("board_members.asp","Board members","","");
	SI("meetings.asp","Meeting dates","","");
	SI("pressreleases_events.asp","Press releases & Events","","");
	SI("contact_us.asp","Contact us","","");	
	
MI("incentives.asp","Incentives",120,"center","","",0,0,"u","#0066ff","","","");	

MI("frequently_asked_questions.asp","FAQ",64,"center","","",0,0,"x","#0066ff","","","");
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(470,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("frequently_asked_questions.asp#q1","What is the role of the EDA in this initiative?","");
	SI("frequently_asked_questions.asp#q2","Who can participate in ERB financing?","","");
	SI("frequently_asked_questions.asp#q3","What is an eligable revitalization project?","","");
	SI("frequently_asked_questions.asp#q4","What is the application and approval processs for ERB financing?","","");
	SI("frequently_asked_questions.asp#q5","Where can I access a project application to receive assistance through the ERB?","","");
	SI("frequently_asked_questions.asp#q6","Are there any fees associated with ERB financing?","","");
	SI("frequently_asked_questions.asp#q7","Are there incentives for locating in Camden?","_blank","");
	SI("frequently_asked_questions.asp#q8","Who do I contact for more information about the ERB","","");	
	
	
MI("reports_resources.asp","Reports and Resources",175,"center","","",0,0,"b","#0066ff","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(540,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("pdfs/2010_Annual_Financial_Report.pdf","2010 Qualified Municipality Capital and Economic Recovery Financial Plan","","");
	SI("applications.asp","Guide to program funds (PDF Format)","","");

	SI("boardmeeting_minutes.asp","Board meeting minutes","","");
	SI("annual.asp","Annual Qualified Mcp. Capital & Economic Recovery Program Report & ERB Project Lists 2011","","");
	SI("annual_2010.asp","Annual Qualified Mcp. Capital & Economic Recovery Program Report & ERB Project Lists 2010","","");
	SI("annual_2009.asp","Annual Qualified Mcp. Capital & Economic Recovery Program Report & ERB Project Lists 2009","","");
	SI("annual_2008.asp","Annual Qualified Mcp. Capital & Economic Recovery Program Report & ERB Project Lists 2008","","");
	SI("annual_2007.asp","Annual Qualified Mcp. Capital & Economic Recovery Program Report & ERB Project Lists 2007","","");
	//SI("approvedprojects_report.asp","Approved projects report","","");
	SI("pdfs/erbprojects.pdf","Approved projects report","_blank","");
	SI("pdfs/ERB_BLI_BII_ProgramApprovals.pdf","ERB Business Lease and Business Improvement Incentive Program Approvals Report","_blank","");
	SI("/pdfs/ERBFundUse.pdf","ERB Fund Approvals","_blank","");
	SI("TAC_report.asp","TAC report","","");
	SI("pdfs/state_supported_housing.pdf","State Supported Camden Housing Activity","","");
	SI("plans.asp","Capital Improvement and Infrastructure Master Plan","","");
	SI("plans.asp","Strategic Revitalization Plan","","");		
	SI("citycamden_projectlist.asp","City of Camden Revitalization Project List","","");		
	SI("pdfs/camden erb town hall mtg update 6 -27.pdf","Town Hall Meeting Presentation","","");
		
	//SI("","Job opportunities","_blank","");

	
MI("related_links.asp","ERB Related Links",154,"center","","",0,0,"r","#0066ff","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(270,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.njeda.com","New Jersey Economic Development Authority","_blank","");
	SI("http://www.ci.camden.nj.us/","City of Camden","_blank","");
	SI("http://www.state.nj.us/labor/","New Jersey Department of Labor","_blank","");
	SI("http://www.state.nj.us/dca/","New Jersey Department of Community Affairs","_blank","");
	SI("http://www.camdencc.edu","Camden County College","_blank","");
	SI("http://www.camden.rutgers.edu/community.htm","Rutgers-Camden Community Outreach","_blank","");
	SI("http://www.sba.gov","Small Business Administration","_blank","");
	//SI("","Mandated projects","","");
	

//* DO NOT EDIT THIS BIT *
}//***********************
//************************


