//*************** DO NOT ALTER THIS DEP STANDARD MENU FILE EXCEPT AS NOTED*******// //TO MEET DEP WEB STANDARDS (Contact DEPWebmaster)*******// var ToolBar_Supported = ToolBar_Supported ; //BEGIN IF STATEMENT if (ToolBar_Supported != null && ToolBar_Supported == true) { //DO NOT ALTER THIS //--To Turn on/off Instrumentation set DoInstrumentation = true/false. //this function, if set true, adds menu URLs to the end of the href //address, DoInstrumentation= false; // Customize DEP TOP MENU AREA toolbar background color //--this colors the page area that lays between the menus setToolbarBGColor("#FFFFFF"); //** REQUIRED DEFAULT STANDARD ID_GRAPHIC FOR UPPER RIGHT HAND AREA OF MENU setDEP_STDBanner("/menu/images/dev.gif","http://depnet/deptop/default.htm","DEP Intranet"); //.............. DEPNET Main Pages addDEP_STDMenu("DEPMENU1", "Destination", "",""); addDEP_STDsubMenu("DEPMENU1","MyFlorida.com","http://www.myflorida.com"); addDEP_STDsubMenu("DEPMENU1","DEP Internet","http://www.dep.state.fl.us"); addDEP_STDsubMenu("DEPMENU1","DEPNET","http://depnet/deptop/"); addDEP_STDsubMenuLine("DEPMENU1"); //addDEP_STDsubMenu("DEPMENU1","Districts","http://depnet/deptop/districts.htm"); addDEP_STDsubMenu("DEPMENU1","Communications","http://depnet/comm/"); addDEP_STDsubMenu("DEPMENU1","Education","http://depnet/education/"); addDEP_STDsubMenu("DEPMENU1","OSPP","http://depnet/ospp/"); addDEP_STDsubMenu("DEPMENU1","Siting","http://depnet/siting/"); addDEP_STDsubMenuLine("DEPMENU1"); addDEP_STDsubMenu("DEPMENU1","Administrative Services","http://depnet/admin/default.htm"); addDEP_STDsubMenu("DEPMENU1","Air Resources","http://depnet/darm/default.htm"); addDEP_STDsubMenu("DEPMENU1","Law Enforcement","http://depnet/law/"); addDEP_STDsubMenu("DEPMENU1","Parks","http://depnet/parks/"); addDEP_STDsubMenu("DEPMENU1","Resource Assessment","http://www.dep.state.fl.us/resource/default.htm"); addDEP_STDsubMenu("DEPMENU1","State Lands","http://depnet/stland/"); addDEP_STDsubMenu("DEPMENU1","Waste Management","http://depnet/dwm/"); addDEP_STDsubMenu("DEPMENU1","Water Resources","http://depnet/dwf/"); addDEP_STDsubMenuLine("DEPMENU1"); addDEP_STDsubMenu("DEPMENU1","BIS","http://depnet/bisnet/"); addDEP_STDsubMenu("DEPMENU1","Geology","http://depnet/geo/default.htm"); addDEP_STDsubMenu("DEPMENU1","GIS","http://depnet/gis/index.htm"); addDEP_STDsubMenu("DEPMENU1","Labs","http://depnet/burlabs/"); //.............Main Topics addDEP_STDMenu("DEPMENU2", "Topics", "",""); addDEP_STDsubMenu("depmenu2", "Conferences","http://www.dep.state.fl.us/conferences/index.htm"); addDEP_STDsubMenu("depmenu2", "DEP Data","http://tlhora4/depdata/"); addDEP_STDsubMenu("depmenu2", "Directives","http://www.dep.state.fl.us/admin/depdirs/directives.htm"); addDEP_STDsubMenu("depmenu2", "External Affairs","http://www.dep.state.fl.us/secretary/dist/index.htm"); addDEP_STDsubMenuLine("depmenu2"); addDEP_STDsubMenu("depmenu2", "Budget & Accounting","http:/depnet/admin/budget/budhome.htm"); addDEP_STDsubMenu("depmenu2", "Forms","http://www.dep.state.fl.us/admin/forms/leadform.htm"); addDEP_STDsubMenu("depmenu2", "Integrated Management System","http://depnet/ospp/ims/ims.htm"); addDEP_STDsubMenu("depmenu2", "Job Opportunities","http://www.dep.state.fl.us/secretary/joa/default.htm"); addDEP_STDsubMenuLine("depmenu2"); addDEP_STDsubMenu("depmenu2", "News","http://depnet/deptop/default.htm"); addDEP_STDsubMenu("depmenu2", "Personnel", "http://www.dep.state.fl.us/legal/"); addDEP_STDsubMenu("depmenu2", "Reports & Publications", "http:/depnet//deptop/publicat/default.htm"); //..............SEARCH addDEP_STDMenu("depmenu3", "Search","", ""); addDEP_STDsubMenu("depmenu3", "Internet","http://www.dep.state.fl.us/search/default.htm"); addDEP_STDsubMenu("depmenu3", "DEPNET","http://depnet.dep.state.fl.us/deptop/search/default.htm"); addDEP_STDsubMenu("depmenu3", "MyFlorida","http://search.myflorida.com/"); //...............Contacts addDEP_STDMenu("depmenu4","Main Contacts", "", ""); addDEP_STDsubMenu("depmenu4", "Contact Us", "http://depnet/deptop/emailus/feedback.htm"); addDEP_STDsubMenu("depmenu4", "Employee Directory", "http://www.myflorida.com/myflorida/411/index.html"); addDEP_STDsubMenu("depmenu4","Help Desk","http://depnet/bisnet/isscpage/hd/helpdesk.htm"); //...............Contacts addDEP_STDMenu("depmenu10","", "", ""); } //END IF STATEMENT