// JavaScript Document
// Image meant to preceed the first level menu items.
var first1 = "<img src=\"/images/space.gif\" border=\"0\" width=\"2\" height=\"10\">";
// Image meant to follow the first level menu items.
var last1 = "<img src=\"/images/blue-dots.gif\" border=\"0\">";
// Image used to separate the first level menu items.
var space1 = "<img src=\"/images/space.gif\" border=\"0\" width=\"127\" height=\"6\">";

// Image meant to preceed the second level menu items.
var first2 = "<img src=\"/images/space.gif\" border=\"0\" width=\"7\" height=\"10\">";
// Image meant to follow the second level menu items.
var last2 = "<img src=\"/images/space.gif\" border=\"0\" width=\"1\" height=\"10\">";
// Image used to separate the second level menu items.
var space2 = "<img src=\"/images/space.gif\" border=\"0\" width=\"127\" height=\"6\">";

// Image meant to preceed the third level menu items.
var first3 = "<img src=\"/images/space.gif\" border=\"0\" width=\"16\" height=\"10\">";
// Image meant to follow the third level menu items.
var last3 = "<img src=\"/images/space.gif\" border=\"0\" width=\"1\" height=\"10\">";
// Image used to separate the third level menu items.
var space3 = "<img src=\"/images/space.gif\" border=\"0\" width=\"127\" height=\"6\">";

/*

"1,y,Top Level,null|" +
	"2,n,Second Level One,sl1.asp|" +
		"3,n,Third Level One,tl1.asp|" +

Explaination of menu elements:
"menu level(1, 2, or 3),submenu(y or n),display text,url|" +

*/
var nav = "" +
"1,n,Home,/home.asp|" +
"1,y,New to Alexandria,null|" +
	"2,n,New Resident,/new_to_alexandria/new_resident/new_resident.asp|" +
	"2,n,Visitor,/new_to_alexandria/visitor/visitor.asp|" +
"1,y,City Maps,null|" +
	"2,n,Street View,/maps/streetmaps.asp|" +
	"2,n,Council Districts,/maps/councilmaps.asp|" +
"1,y,Business,null|" +
	"2,n,Economic Development,/business/economic_development/ed.asp|" +
	"2,n,Utilities,/community/city_serv/services_util.asp|" +
"1,n,Building Permits,/community/city_serv/services_plananddevelop.asp|"+
"1,y,Job Skills <br>Training & More,null|" +
	"2,y,Workforce Dev,/business/economic_development/workforce.asp|" +
		"3,n,Consortium,/business/economic_development/w_consortium.asp|" +
	"2,n,Training & Events,/business/economic_development/w_training.asp|" +
"1,y,Community,null|" +
	"2,n,Arts & Culture,/community/arts_culture/visualarts.asp|" +
	"2,n,Senior Services,/community/seniorservices.asp|" +
	"2,n,Community Services,/community/communityservices.asp|" +
	"2,n,Calendar of Events,/community/calendar.asp|" +
	"2,n,Youth Programs,/community/youthprograms.asp|" +
	"2,n,City Services,/community/city_serv/services_firstcall.asp|" +
	"2,n,Sports & Recreation,/community/sports/parks.asp|" +
	"2,n,Animal Shelter,http://www.coaas.org/|" +
	"2,n,History,/community/coahistory/rrandeconomy.htm|" +//*
"1,y,City Government,null|" +
	"2,n,Mayoral Welcome,/citygov/gmayor.asp|" +
	"2,n,City Directory,/citygov/city_directory/citydir.asp|" +
	"2,n,City Council,/citygov/city_council/index.asp|" +
	"2,n,Press Releases,/citygov/press_releases/press_releases.asp|" +
	//"2,n,Notices,/citygov/press_releases/notices.asp|" +
	"2,n,Executive Branch,/citygov/exec_branch/exec_branch.asp|" +
	"2,n,Judical Branch,/citygov/judicial/judicial.asp|" +
	"2,n,City Code,http://www.municode.com/resources/gateway.asp?pid=11767&sid=18|" +
	"2,n,City Services,/community/city_serv/services_firstcall.asp|" +
	"2,n,Job Listings,/citygov/jobs/gjobs.asp|" +
"1,n,RFP/RFQ/BIDs,/citygov/city_council/rfps.asp|" +
"1,y,News,null|" +
	"2,n,Print,/news/nprint.asp|" +
	"2,n,Electronic,/news/nelect.asp|" +
	"2,n,Broadcast,/news/nbroad.asp|" +
"1,n,Job Listings,/citygov/jobs/gjobs.asp|" +
"1,n,Site Map,/sitemap.htm|" +
"1,n,Contact Us,mailto:webmaster@cityofalexandriala.com" +

"";

var address = "City of Alexandria<br>" +
			  "P.O. Box 71<br>" +
			  "Alexandria, LA  71309<br>" +
			  "318-449-5000";