//UDMv3.8.3
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8 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 menuALIGN = "center";	// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP =    63; 		// 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 = 	"#000000";	// main nav cell color
var rCOLOR = 	"#000066";	// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"#FFFFFF";	// main nav border color
var aLINK = 	"#FFFFFF";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	11;		// 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 = 	1;		// 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 = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#000066";	// submenu cell color
var srCOLOR = 	"#ececec";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#3333FF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,arial,sans-serif";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// 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 =	0;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// 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 = 3;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// 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 = 760;		// 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 ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("index.html","<span class='u'>H</span>ome",60,"center","","",0,0,"h","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	// SP(184,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	// SI("http://www.brothercake.com/dropdown/index.html","Script home","","");
	// SI("http://www.brothercake.com/dropdown/service.php","Customisation Service","","");
	// SI("http://www.brothercake.com/dropdown/terms.php","Licensing / Terms of use","","");
	// SI("http://www.brothercake.com/dropdown/install.html","Download and Installation","","");
	// SI("http://www.brothercake.com/dropdown/custom.php","Customisation","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		// CP(178,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		// CI("http://www.brothercake.com/dropdown/custom.php?v=menuALIGN","Global style definitions","","");
		// CI("http://www.brothercake.com/dropdown/custom.php?v=menuBuilding","Menu and link definitions","","");
		// CI("http://www.brothercake.com/dropdown/free_tutorial.html","Using free alignment","","");
		// CI("http://www.brothercake.com/dropdown/relative.html","Relative positioning","","");
		// CI("http://www.brothercake.com/dropdown/triggers.html","Virtual alignment","","");

	// SI("http://www.brothercake.com/dropdown/advanced.html","Advanced customisation","","");

		// CP(154,"left","center",-20,0,"","","","","","","");
		// CI("http://www.brothercake.com/dropdown/grid.html","Controlling the<br>event-handling layer","","");
		// CI("http://www.brothercake.com/dropdown/accessibility.html","Accessibility guide","","");
		// CI("http://www.brothercake.com/dropdown/navbar_tutorial.html","Making an<br>image-based navbar","","");
		// CI("http://www.brothercake.com/dropdown/interact_tutorial.html","Making an<br>interactive navbar","","");
		

	// SI("http://www.brothercake.com/dropdown/dynamic.html","Dynamic customisation","","");
	// SI("http://www.brothercake.com/dropdown/sniffer.html","Variables from the<br>sniffer script","","");
	// SI("http://www.brothercake.com/dropdown/browsers.html","Browser support","","");
	// SI("http://www.brothercake.com/dropdown/faq.html","FAQ","","F A Q");
	// SI("http://www.brothercake.com/dropdown/feedback.php","Feedback","","");
	// SI("http://www.brothercake.com/dropdown/contributors.html","Contributors","","");
	// SI("http://www.brothercake.com/dropdown/versions.html","Version cross-compatibility","","");
	// SI("http://www.brothercake.com/dropdown/archives.html","Version archives","","");



MI("history.html","H<span class='u'>i</span>story",70,"center","WINDOW-1","",27,0,"w","","","","");

	// SP(182,"left","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");

	// SI("","Style examples","","");

		// CP(127,"left","center",11,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");
		// CI("http://www.brothercake.com/dropdown/original.html","'Original Skin'","_blank","");
		// CI("javascript:openWindow('http://www.brothercake.com/dropdown/retrotech.html',640,400)","'Retro Tech'","","");
		// CI("javascript:openWindow('http://www.brothercake.com/dropdown/hidden.html',758,457)","'Hidden Links'","","");
		// CI("javascript:openWindow('http://www.brothercake.com/dropdown/play.html',708,457)","'Playschool'","","");
		// CI("javascript:openWindow('http://www.brothercake.com/dropdown/notebook.html',578,467)","'Notebooks'","","");
		// CI("javascript:openWindow('http://www.brothercake.com/dropdown/scatter.html',648,477)","'Scattered links'","","");
		// CI("http://www.brothercake.com/dropdown/brothercake.html","'Brothercake'","_blank","");
		// CI("http://www.brothercake.com/dropdown/msdn.html","'MSDN'","_blank","");
		// CI("http://www.brothercake.com/dropdown/darkside.html","'Dark Side'","_blank","");

	// SI("","Configuration examples","","");
		
		// CP(164,"left","center",-9,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");
		// CI("http://www.brothercake.com/dropdown/free_tutorial_demo4.html","Vertical navbar","_blank","");
		// CI("http://www.brothercake.com/dropdown/free_tutorial_demo3.html","Double navbar","_blank","");
		// CI("http://www.brothercake.com/dropdown/relative_demo.html","Relatively positioned<br>horizontal navbar","_blank","");
		// CI("http://www.brothercake.com/dropdown/relative_free_demo.html","Relatively positioned<br>vertical navbar","_blank","");
		// CI("http://www.brothercake.com/dropdown/triggers_demo.html","Virtual alignment","_blank","");
		// CI("http://www.brothercake.com/dropdown/triggers_absolute_demo.html","... with absolute menus","_blank","");
		// CI("http://www.brothercake.com/dropdown/triggers_relative_demo.html","... with relative menus","_blank","");
		// CI("http://www.brothercake.com/dropdown/scaling_demo.html","Scaleable text","_blank","");
		// CI("http://www.brothercake.com/dropdown/navbar_tutorial_demo4.html","Image-based navbar","_blank","");
		// CI("http://www.brothercake.com/dropdown/interact_tutorial_demo1b.html","... with rollover images","_blank","");
		// if(ie) { CI("http://www.brothercake.com/dropdown/interact_tutorial_demo2.html","... with audio rollovers","_blank",""); }
		// CI("http://www.brothercake.com/dropdown/split_frame.html","Menus across frames","_blank","");
		// CI("http://www.brothercake.com/dropdown/arrows_img.html","Images for arrows","_blank","");
		// CI("http://www.brothercake.com/dropdown/interact_tutorial_demo3.html","UDM as a layers API","_blank","U D M as a layers A P I");

	// SI("~","","","");
	// SI("http://www.brothercake.com/dropdown/gallery.html",">>> The Gallery <<<","","The Gallery");


MI("services.html","<span class='u'>S</span>ervices",70,"center","WINDOW-1","",54,0,"p","","","","");

	 SP(120,"left","center",0,0,"","","","","","","");

	 SI("water.html","Civil Engineering","","");

         	CP(130,"left","center",11,-2,"","#FFFFFF","#000066","","","#000000","#FFFFFF");
		CI("water.html","Water","","");
		CI("waste.html","Wastewater","","");
		CI("streets.html","Streets","","");
		CI("drainage.html","Drainage","","");
                CI("index.html","Commercial Development","","");
		CI("airports.html","Airports","","");
		CI("parks.html","Parks and<br>Recreational Facilities","","");

	 // SI("elect.html","Electrical Engineering","","");
	 SI("site.html","Planning","","");

		CP(80,"left","center",11,-2,"","#FFFFFF","#000066","","","#000000","#FFFFFF");
		CI("site.html","Site","","");
		CI("mun.html","Municipal","","");
		CI("regional.html","Regional","","");

	 SI("survey.html","Surveying","","");
	 SI("admin.html","Grants & Loans","","");

		CP(100,"left","center",11,-2,"","#FFFFFF","#000066","","","#000000","#FFFFFF");
		CI("admin.html","Administration","","");
		CI("app.html","Applications","","");

	 SI("web.html","Website Design","","");
	 SI("permit.html","Other Services","","");

		CP(110,"left","center",11,-2,"","#FFFFFF","#000066","","","#000000","#FFFFFF");
		CI("permit.html","Wastewater<br>Permitting","","");
		CI("drought.html","Drought<br>Contingency Plans","","");
		CI("stmwat.html","Storm Water<br>Pollution Prevention","","");
		CI("phase.html","Phase I ESAs","","");
		CI("environ.html","Environmental<br>Site Assessments","","");
		CI("mapping.html","Mapping","","");
	

MI("general.html","Career <span class='u'>O</span>pportunities",130,"center","WINDOW-1","",81,0,"i","","","","");

	 SP(140,"left","center",0,0,"","","","","","","");

	 SI("engineer.html","Professional Engineer","","");
	 SI("intern.html","Engineer Intern","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		// CP(100,"left","center",11,0,"","","","","","","");
		// CI("m021004.htm","Current","","");
		// CI("minutes.html","Historical","","");

	 SI("cad.html","Autocad Technician","",""); 
	 SI("surveyor.html","Surveyor","","");
	 SI("assist.html","Administrative Assistant","","");
	// SI("http://www.brothercake.com/library/","Library","","");
	// SI("http://www.brothercake.com/samples/","Samples","","");
	// SI("http://www.brothercake.com/gear/","Gear","","");
	// SI("http://www.brothercake.com/freeware/","Freeware","","");
	// SI("http://www.brothercake.com/links/","Links","","");
	// SI("http://www.brothercake.com/contact/","Contact","","");


MI("news.html","<span class='u'>N</span>ews",60,"center","WINDOW-1","",108,0,"s","","","","");

	// SP(110,"center","center","","","","","","","","","");

	// SI("janfebmarapr.html","Jan/Feb/March/April","WINDOW-1","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		// CP(140,"left","center",11,0,"","","","","","","");
		// CI("water.html","Rates","","");
		// CI("util.html","Utility Related Fees","","");		
		// CI("wtapp.html","Application for Service","","");

	// SI("mayjune.html","May/June","WINDOW-1","");

		// CP(140,"left","center",11,0,"","","","","","","");
		// CI("admin.html","General Information","","");
		// CI("staff.html","Staff","","");
		// CI("http://www.winnsborotexas.com","Contact Info","","");

	// SI("julyaugsept.html","July/Aug/Sept","WINDOW-1","");
	// SI("octnovdec.html","Oct/Nov/Dec","WINDOW-1","");

		// CP(140,"left","center",11,0,"","","","","","","");
		// CI("http://www.winnsborotexas.com","Location","","");
		// CI("http://www.winnsborotexas.com","Contact Info","","");

	// SI("animalfee.html","Animal Shelter","","");

		// CP(140,"left","center",11,0,"","","","","","","");
		// CI("http://www.winnsborotexas.com","Infomation/Location","","");
		// CI("animalfee.html","Fees","","");

	// SI("airport.html","Airport","","");

	// CP(140,"left","center",11,0,"","","","","","","");
		// CI("airport.html","Information/Location","","");
		// CI("airfees.html","Fees","","");

	// SI("auditor.html","Auditorium and Pavilion","","");

		// CP(140,"left","center",11,0,"","","","","","","");
		// CI("http://www.winnsborotexas.com","Use Policy","","");

	// SI("garbage.html","Garbage Collection","","");

		// CP(140,"left","center",-50,0,"","","","","","","");
		// CI("http://www.winnsborotexas.com","Days","","");
		// CI("http://www.winnsborotexas.com","Fees","","");
		// CI("http://www.winnsborotexas.com","Application for Service","","");
		// CI("http://www.winnsborotexas.com","Bulk Pick-up","","");
	
	// SI("http://www.brothercake.com/","Home","","");
	// SI("http://www.brothercake.com/scripts/","Scripts","","");
	// SI("http://www.brothercake.com/games/","Games","",""); 
	// SI("http://www.brothercake.com/music/","Music","","");
	// SI("http://www.brothercake.com/cooking/","Cooking","","");
	// SI("http://www.brothercake.com/library/","Library","","");
	// SI("http://www.brothercake.com/samples/","Samples","","");
	// SI("http://www.brothercake.com/gear/","Gear","","");
	// SI("http://www.brothercake.com/freeware/","Freeware","","");
	// SI("http://www.brothercake.com/links/","Links","","");
	// SI("http://www.brothercake.com/contact/","Contact","","");


// MI("location.html","Loc<span class='u'>a</span>tion",70,"center","WINDOW-1","",135,0,"o","","","","");

	// SP(120,"left","center",8,0,"","","","","","","");

	// SI("http://www.brothercake.com/","Home","","");
	// SI("http://www.brothercake.com/scripts/","Scripts","","");
	// SI("http://www.brothercake.com/games/","Games","",""); 
	// SI("http://www.brothercake.com/music/","Music","","");
	// SI("http://www.brothercake.com/cooking/","Cooking","","");
	// SI("http://www.brothercake.com/library/","Library","","");
	// SI("http://www.brothercake.com/samples/","Samples","","");
	// SI("http://www.brothercake.com/gear/","Gear","","");
	// SI("http://www.brothercake.com/freeware/","Freeware","","");
	// SI("http://www.brothercake.com/links/","Links","","");
	// SI("http://www.brothercake.com/contact/","Contact","","");


MI("links.html","<span class='u'>L</span>inks",70,"center","WINDOW-1","",162,0,"m","","","","");

	// SP(110,"center","center","","","","","","","","","");

	// SI("tri1.html","Jan/Feb/March/April","WINDOW-1","");
        // SI("tri2.html","April/May/June","WINDOW-1","");
        // SI("tri3.html","July/Aug/Sept","WINDOW-1","");
        // SI("tri4.html","Oct/Nov/Dec","WINDOW-1","");
	// SI("http://www.brothercake.com/scripts/","Scripts","","");
	// SI("http://www.brothercake.com/games/","Games","",""); 
	// SI("http://www.brothercake.com/music/","Music","","");
	// SI("http://www.brothercake.com/cooking/","Cooking","","");
	// SI("http://www.brothercake.com/library/","Library","","");
	// SI("http://www.brothercake.com/samples/","Samples","","");
	// SI("http://www.brothercake.com/gear/","Gear","","");
	// SI("http://www.brothercake.com/freeware/","Freeware","","");
	// SI("http://www.brothercake.com/links/","Links","","");
	// SI("http://www.brothercake.com/contact/","Contact","","");


// MI("left.html","<span class='u'>L</span>inks",90,"center","WINDOW-1","",189,0,"l","","","","");

	// SP(90,"center","center","","","","","","","","","");

	// SI("linksnews.html","Cycling News","WINDOW-1","");
        // SI("linksmerch.html","Merchandise","WINDOW-1","");
        // SI("linksclubs.html","Clubs","WINDOW-1","");
        // SI("linkscool.html","Other Cool Sites","WINDOW-1","");
        // SI("http://www.codingforums.com/","Coding Forums","","");
	// SI("http://www.dynamicdrive.com/","Dynamic Drive","","");
	// SI("http://www.javascriptkit.com/","JavaScript Kit","","");
	// SI("http://javascript.internet.com/","JavaScript Source","","");
	// SI("http://www.upsdell.com/BrowserNews/","Browser News","","");
	// SI("http://dgl.microsoft.com/","Design Gallery Live","","");
	// SI("http://www.worldwidemart.com/scripts/","Matt's Script Archive","","");
	// SI("","Javascript References","");

		// CP(184,"right","right",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");

		// CI("http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/","JS 1.5 Core Reference","","");
		// CI("http://developer.netscape.com/evangelism/","Netscape (Netscape)","","");
		// CI("http://www.opera.com/docs/specs/js/","Opera (Opera)","","");
		// CI("http://msdn.microsoft.com/workshop/author/dhtml/dhtml_node_entry.asp","Internet Explorer (MSDN)","","");
		// CI("http://www.dansteinman.com/","Netscape 4 (Dan Steinman)","","");
		// CI("http://www.xs4all.nl/~ppk/js/version5.html","DOM Cross Reference","","");



// MI("contact.html","Contact <span class='u'>U</span>s",130,"center","","",216,0,"u","","","","");

	// SP(130,"left","right",0,0,"","","","","","","");

	// if (win&&ie5) { SI("http://www.brothercake.com/games/frogger.php","Frogger","",""); }
	// SI("http://www.brothercake.com/games/fishrace.php","FishRace","","");
	// if (ie5||ns6||mz7||ns4) { SI("http://www.brothercake.com/games/hangman.php","HangMan","",""); }
	// if (win&&ie5) {
		// SI("http://www.brothercake.com/games/physjig.php","Physical Jigsaw","","");
			// CP(148,"right","center",-2,-16,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","","","","","","");
			// CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?bubbles.gif',462,420)","Bubbles &amp; Pikachu","","");
			// CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?landscape.gif',462,420)","Painted Landscape","","");
			// CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?eggneb.jpg',462,420)","Egg Nebula","","");
			// CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?tinybunny.gif',462,420)","Tiny Bunny","","");
			// CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?squirrel.jpg',462,420)","Squirrel","","");
		// }
	
	// if (ie) { SI("http://www.brothercake.com/games/countdown.php","Countdown","",""); }
	// SI("http://www.ntk.net/","NTK","");












//* DO NOT EDIT THIS BIT *
}//***********************
//************************

