<!--#include virtual="DB.asp" -->
<!--#include virtual="DB_constants.asp" -->
function cdd_menu992170(){//////////////////////////Start Menu Data/////////////////////////////////

this.menu_background_color = "#07ac71"
this.menu_items_background_color_roll = "transparent"
this.menu_items_text_color = "#ffffff"
this.menu_items_text_decoration = "none"
this.menu_items_font_family = "Verdana"
this.menu_items_font_size = "12px"
this.menu_items_font_style = "normal"
this.menu_items_font_weight = "bold"
this.menu_items_text_align = "left"
this.menu_border_color = "transparent"
this.menu_border_width = "1"
this.menu_padding = "4,5,4,5"
this.menu_items_padding = "4,5,4,5"
this.menu_border_style = "solid"
this.menu_items_border_style = "solid"
this.menu_items_border_color = "#000000"
this.menu_items_border_width = "0"
this.divider_caps = false
this.divider_width = 0
this.divider_height = 0
this.divider_background_color = "#fb2020"
this.divider_border_style = "none"
this.divider_border_width = 0
this.divider_border_color = "#000000"
this.menu_is_horizontal = false
this.menu_is_horizontal_main = false
this.menu_width = "180"
this.menu_items_width = "180"
this.menu_xy = "0,0"

this.item0 = "Historic Communities"
<%
Dim iHC
iHC = 0
Dim connComm, rsComm, strSQLComm
strSQLComm = "Select * from tblCommunity Order by CommName"
Set connComm = GetSQLServerConnection( db_machine, db_userid, db_password, db_database )
Set rsComm = GetSQLServerStaticRecordset( connComm, strSQLComm )
if not rsComm.eof then
	Do while not rsComm.eof
		Response.write "this.item0_" & iHC & " = """ & rsComm("CommName") & """" & vbCrLf
		Response.write "this.url0_" & iHC & " = ""../../community_details.asp?id=" & rsComm("CommunityID") & """" & vbCrLf 
		iHC = iHC + 1
		rsComm.movenext
	loop
else
	'no itineraries
end if
rsComm.close
set rsComm = nothing
connComm.close
set connComm = nothing

%>
this.url0 = ""

//this.item0_0 = "Athens"
//this.item0_1 = "Beardstown"
//this.item0_2 = "Bloomington/Normal"
//this.item0_3 = "Charleston/Lerna"
//this.item0_4 = "Danville"
//this.url0_0 = "sample_link.html"
//this.url0_1 = "sample_link.html"
//this.url0_2 = "sample_link.html"
//this.url0_3 = "sample_link.html"
//this.url0_4 = "sample_link.html"
//this.item0_5 = "Decatur"
//this.url0_5 = "sample_link.html"
//this.item0_6 = "Galesburg"
//this.url0_6 = "sample_link.html"
//this.item0_7 = "Jacksonville"
//this.url0_7 = "sample_link.html"
//this.item0_8 = "Lincoln"
//this.url0_8 = "sample_link.html"
//this.item0_9 = "Mahomet"
//this.url0_9 = "sample_link.html"
//this.item0_10 = "Metamora"
//this.url0_10 = "sample_link.html"
//this.item0_11 = "Mt. Pulaski"
//this.url0_11 = "sample_link.html"
//this.item0_12 = "Petersburg/New Salem"
//this.url0_12 = "sample_link.html"
//this.item0_13 = "Pittsfield"
//this.url0_13 = "sample_link.html"
//this.item0_14 = "Springfield"
//this.url0_14 = "sample_link.html"
//this.item0_15 = "Taylorville"
//this.url0_15 = "sample_link.html"
//this.item0_16 = "Vandalia"
//this.url0_16 = "sample_link.html"

this.item1 = "Stops Along the Way"
this.url1 = "../../community.asp"

this.item2 = "Hub Tours"
<%
Dim iHT
iHT = 0
Dim connDiscLin, rsDiscLin, strSQLDiscLin
strSQLDiscLin = "Select ItineraryID, ItPreTitle, ItTitle, ItCity, ItBrief, PictureImageThumbPath " & _
	"From tblItinerary inner join tblPicture on ItPictureID = PictureID  Order By ItOrd"
Set connDiscLin = GetSQLServerConnection( db_machine, db_userid, db_password, db_database )
Set rsDiscLin = GetSQLServerStaticRecordset( connDiscLin, strSQLDiscLin )
if not rsDiscLin.eof then
	Do while not rsDiscLin.eof
		Response.write "this.item2_" & iHT & " = """ & rsDiscLin("ItTitle") & """" & vbCrLf
		Response.write "this.url2_" & iHT & " = ""../../tour_detail.asp?id=" & rsDiscLin("ItineraryID") & """" & vbCrLf 
		iHT = iHT + 1
		rsDiscLin.movenext
	loop
else
	'no itineraries
end if
rsDiscLin.close
set rsDiscLin = nothing
connDiscLin.close
set connDiscLin = nothing
%>
this.url2 = ""

//this.item2_0 = "Bloomington Hub Tour"
//this.item2_1 = "Charleston Hub Tour"
//this.item2_2 = "Decatur Hub Tour"
//this.item2_3 = "Springfield Hub Tour"
//this.url2_0 = "tour_detail.asp?id=8"
//this.url2_1 = "tour_detail.asp?id=9"
//this.url2_2 = "tour_detail.asp?id=10"
//this.url2_3 = "tour_detail.asp?id=11"

this.item3 = "Management Plan"
this.url3 = "../../heritagemgmt.asp"
this.item3_0 = "Management Plan"
this.url3_0 = "../../heritagemgmt.asp"
this.item3_1 = "Process/Schedule"
this.url3_1 = "../../documents.asp?subcat=1"
this.item3_2 = "Maps"
this.url3_2 = "../../documents.asp?subcat=2"
this.item3_3 = "Existing Conditions"
this.url3_3 = "../../documents.asp?subcat=3"
this.item3_4 = "Meetings"
this.url3_4 = "../../documents.asp?subcat=4"
this.item3_5 = "Alternatives"
this.url3_5 = "../../documents.asp?subcat=5"
this.item3_6 = "Assorted Documents"
this.url3_6 = "../../documents.asp?subcat=7"
this.item3_7 = "FAQs"
this.url3_7 = "../../documents.asp?subcat=6"
this.item3_8 = "Public Comment"
this.url3_8 = "../../heritagemgmt.asp#comm"
this.item3_9 = "Feasibility Study"
this.url3_9 = "../../GetDDoc.aspx?id=8"

this.item4 = "Links"
this.url4 = "../../links.asp"

this.item5 = "Help Us Preserve"
this.url5 = "../../preserve.asp"

this.rel_icon_image0 = "p7PM_light_east.gif"
this.rel_icon_image_wh0 = "8,8"
this.rel_icon_rollover0 = "p7PM_light_east.gif"

this.uid = 992170
this.abs_icon_image0 = "p7PM_light_east.gif"
this.abs_icon_image_wh0 = "8,8"
this.abs_icon_image_xy0 = "-10,7"
this.abs_icon_rollover0 = "p7PM_light_east.gif"
this.divider_border_width_main = "0"
this.divider_border_width0 = "0"
this.icon_abs0 = 0
this.icon_abs2 = 0
this.icon_abs3 = 0
this.item_background_image0_0 = ""
this.item_background_color_roll2_0 = "#fecc01"
this.item_background_color_roll3_0 = "#fecc01"
this.item_border_width0 = "0"
this.item_border_width2 = "0"
this.item_border_width3 = "0"
this.item_border_width2_0 = "0"
this.item_border_width3_0 = "0"
this.item_text_color0 = "#fecc01"
this.item_text_color0_0 = "#ffffff"
this.item_text_color_roll0 = "#fecc01"
this.item_text_color_roll0_0 = "#000000"
this.menu_background_color_main = "transparent"
this.menu_background_color0 = "#07ac71"
this.menu_background_image = ""
this.menu_background_image_main = ""
this.menu_background_image0 = "green.jpg"
this.menu_background_image2 = "green.jpg"
this.menu_background_image3 = "green.jpg"
this.menu_border_color_main = "transparent"
this.menu_border_color0 = "#000000"
this.menu_border_color2 = "#000000"
this.menu_border_color3 = "#000000"
this.menu_border_width_main = "0"
this.menu_border_width2 = "1"
this.menu_border_width3 = "1"
this.menu_items_background_color0 = "transparent"
this.menu_items_background_color_roll0 = "#fecc01"
this.menu_items_background_color_roll2 = "#fecc01"
this.menu_items_background_color_roll3 = "#fecc01"
this.menu_items_background_image_main = ""
this.menu_items_background_image = ""
this.menu_items_background_image0 = ""
this.menu_items_background_image2 = ""
this.menu_items_background_image3 = ""
this.menu_items_border_width_main = "0"
this.menu_items_border_width0 = "0"
this.menu_items_border_width2 = "0"
this.menu_items_border_width3 = "0"
this.menu_items_font_family_main = "Verdana"
this.menu_items_font_family0 = "Arial"
this.menu_items_font_family2 = "Arial"
this.menu_items_font_family3 = "Arial"
this.menu_items_font_family_roll0 = "Arial"
this.menu_items_font_size_main = "12px"
this.menu_items_font_size0 = "12px"
this.menu_items_font_size2 = "12px"
this.menu_items_font_size3 = "12px"
this.menu_items_font_size_roll0 = "12px"
this.menu_items_font_size_roll2 = "12px"
this.menu_items_font_size_roll3 = "12px"
this.menu_items_font_style_main = "normal"
this.menu_items_font_style0 = "normal"
this.menu_items_font_style2 = "normal"
this.menu_items_font_style3 = "normal"
this.menu_items_font_style_roll0 = "normal"
this.menu_items_font_style_roll2 = "normal"
this.menu_items_font_style_roll3 = "normal"
this.menu_items_font_weight_main = "bold"
this.menu_items_font_weight0 = "normal"
this.menu_items_font_weight2 = "normal"
this.menu_items_font_weight3 = "normal"
this.menu_items_font_weight_roll0 = "normal"
this.menu_items_font_weight_roll2 = "normal"
this.menu_items_font_weight_roll3 = "normal"
this.menu_items_padding_main = "4,0,4,0"
this.menu_items_padding0 = "1,5,4,5"
this.menu_items_padding2 = "1,5,4,5"
this.menu_items_padding3 = "1,5,4,5"
this.menu_items_text_color_main = "#fecc01"
this.menu_items_text_color0 = "#ffffff"
this.menu_items_text_color2 = "#ffffff"
this.menu_items_text_color3 = "#ffffff"
this.menu_items_text_color_roll = "#000000"
this.menu_items_text_color_roll_main = "#fecc01"
this.menu_items_text_color_roll0 = "#000000"
this.menu_items_text_color_roll2 = "#000000"
this.menu_items_text_color_roll3 = "#000000"
this.menu_items_text_decoration_roll = "none"
this.menu_items_text_decoration_roll_main = "none"
this.menu_items_text_decoration_roll0 = "none"
this.menu_items_text_decoration_roll2 = "none"
this.menu_items_text_decoration_roll3 = "none"
this.menu_padding_main = "0,0,0,0"
this.menu_padding0 = "0,0,0,0"
this.menu_padding2 = "0,0,0,0"
this.menu_padding3 = "0,0,0,0"
this.menu_width_main = "160"
this.menu_width0 = "140"
this.menu_width2 = "140"
this.menu_width3 = "140"
this.menu_xy0 = "-12,-23"
this.menu_xy2 = "-12,-23"
this.menu_xy3 = "-12,-23"


}///////////////////////// END Menu Data /////////////////////////////////////////



//Document Level Settings

cdd__activate_onclick = false
cdd__showhide_delay = 0
cdd__url_target = "_self"
cdd__url_features = "resizable=1, scrollbars=1, titlebar=1, menubar=1, toolbar=1, location=1, status=1, directories=1, channelmode=0, fullscreen=0"
cdd__display_urls_in_status_bar = false
cdd__default_cursor = "hand"
cdd__go = true


//NavStudio Code (Warning: Do Not Alter!)

if (window.showHelp){b_type = "ie"; if (!window.attachEvent) b_type += "mac";}if (document.createElementNS) b_type = "dom";if (navigator.userAgent.indexOf("afari")>-1) b_type = "safari";if (window.opera) b_type = "opera"; qmap1 = "\<\script language=\"JavaScript\" vqptag='loader_sub' src=\""; qmap2 = ".js\">\<\/script\>";;function iesf(){};;function vqp_error(val){alert(val)}
if (b_type){document.write(qmap1+cdd__codebase+"pbrowser_"+b_type+qmap2);document.close();}


