// JavaScript Document
//	Random photos for sidebars
var Photo = new Array();
var Legend = new Array();
Photo[0] = "<img src='graphics/fall_picture.jpg' width=149 alt='Trail passing by Cochituate Brook Reservation' border=1>";
Photo[1] = "<img src='graphics/TJX_building_and_trail.jpg' width=149 alt='Trail passing by TJX headquarters' border=1>";
Photo[2] = "<img src='graphics/Turnpike_underpass.jpg' width=149 alt='Trail passing under MassPike' border=1>";
Photo[3] = "<img src='graphics/10-20-01_Cleanup.jpg' width=149 alt='Clean-up - 10/20/2001' border=1>";
Photo[4] = "<img src='graphics/5-12-01_Cleanup.jpg' width=149 alt='Clean-up - 5/12/2001' border=1>";
Photo[5] = "<img src='graphics/8-23-03_Cleanup.jpg' width=149 alt='Clean-up - 8/23/2003' border=1>";
Photo[6] = "<img src='graphics/Img47a.jpg' width=149 alt='The snow covered trail' border=1>";
Photo[7] = "<img src='graphics/Maraskiing.jpg' width=149 alt='Skiing along the trail in the winter' border=1>";
Photo[8] = "<img src='graphics/Near-Nissan.jpg' width=149 alt='Fall foliage along the trail' border=1>";
Photo[9] = "<img src='graphics/t-tour-2004.jpg' width=149 alt='Enjoying a tour of the CRT' border=1>";
Photo[10] = "<img src='graphics/t-trailsnow.jpg' width=149 alt='Section of trail covered with snow' border=1>";
Photo[11] = "<img src='graphics/t-beaver.jpg' width=149 alt='Beavers!! ... What beavers??' border=1>";
Photo[12] = "<img src='graphics/t-lake1.jpg' width=149 alt='Section of trail along Lake Cochituate' border=1>";
Photo[13] = "<img src='graphics/Route_9_bridge.jpg' width=149 alt='Trail passing over Route 9' border=1>";
Photo[14] = "<img src='graphics/Rail_line_and_lake.jpg' height=149 alt='Scenic section of trail in Natick' border=1>";
Photo[15] = "<img src='graphics/Natick2.jpg' width=149 alt='Scenic section of trail in Natick' border=1>";

Legend[0] = "Trail passing by Cochituate Brook Reservation";
Legend[1] = "Trail passing by TJX headquarters";
Legend[2] = "Trail passing under MassPike";
Legend[3] = "Clean-up - 10/20/2001";
Legend[4] = "Clean-up - 5/12/2001";
Legend[5] = "Clean-up - 8/23/2003";
Legend[6] = "The snow covered trail";
Legend[7] = "Skiing along the trail in the winter";
Legend[8] = "Fall foliage along the trail";
Legend[9] = "Enjoying a tour of the Cochituate Rail Trail";
Legend[10] = "Section of trail covered with snow";
Legend[11] = "Beavers!! ... What beavers??";
Legend[12] = "Section of trail along Lake Cochituate";
Legend[13] = "Trail passing over Route 9";
Legend[14] = "Scenic section of trail in Natick";
Legend[15] = "Scenic section of trail in Natick";

//	display random photos on sidebars
function display(x)	{
	if(!/Safari/.test(navigator.userAgent)){
	var random1=Math.floor(Math.random()*Photo.length);
	var random2=Math.floor(Math.random()*Photo.length);
	var random3=Math.floor(Math.random()*Photo.length);
	var random4=Math.floor(Math.random()*Photo.length);
	var random5=Math.floor(Math.random()*Photo.length);
	var random6=Math.floor(Math.random()*Photo.length);
	if (x==1)	{	// for Framingham photos
		while (random1 > 11)
			random1=Math.floor(Math.random()*Photo.length);
		while ((random2 > 11) || (random1==random2))
				random2=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'><a href='FraminghamSection.htm'><img src='Images/framingham_section_thumbnail3.gif' border='0' width='150' alt='Framingham' /></a><span class='style7'>Click on this map for a larger view.</span></div></div>");    
	}
	else if (x==2)	{	// for Natick photos
		while (random1 < 12)
			random1=Math.floor(Math.random()*Photo.length);
		while ((random2 < 12) || (random1==random2))
				random2=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'><a href='FraminghamSection.htm'><img src='Images/framingham_section_thumbnail3.gif' border='0' width='150' alt='Framingham' /></a><span class='style7'>Click on this map for a larger view.</span></div></div>");    
	}
	else if (x==3)	{	// for 3 photos
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		while ((random3 == random2) || (random3 == random1))
			random3=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'>" + Photo[random3] + "<span class='style7'>" + Legend[random3] + "</div></div>");    
	}
	else if (x==4)	{	// for 4 photos
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		while ((random3 == random2) || (random3 == random1))
			random3=Math.floor(Math.random()*Photo.length);
		while ((random4 == random3) || (random4 == random2) || (random4 == random1))
			random4=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;'valign='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'>" + Photo[random3] + "<br><span class='style7'>" + Legend[random3] + "</div><div style='padding-bottom:8px;'>" + Photo[random4] + "<br><span class='style7'>" + Legend[random4] + "</div></div>");
	}
	else if (x==5)	{	// for 2 photos
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px; align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div></div>");    
	}
	else if (x==6)	{	// for 5 photos
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		while ((random3 == random2) || (random3 == random1))
			random3=Math.floor(Math.random()*Photo.length);
		while ((random4 == random3) || (random4 == random2) || (random4 == random1))
			random4=Math.floor(Math.random()*Photo.length);
		while ((random5 == random4) || (random5 == random3) || (random5 == random2) || (random5 == random1))
			random5=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'>" + Photo[random3] + "<br><span class='style7'>" + Legend[random3] + "</div><div style='padding-bottom:8px;'>" + Photo[random4] + "<br><span class='style7'>" + Legend[random4] + "</div><div style='padding-bottom:8px;'>" + Photo[random5] + "<br><span class='style7'>" + Legend[random5] + "</div></div>");
	}
	else if (x==7)	{	// for 6 photos
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		while ((random3 == random2) || (random3 == random1))
			random3=Math.floor(Math.random()*Photo.length);
		while ((random4 == random3) || (random4 == random2) || (random4 == random1))
			random4=Math.floor(Math.random()*Photo.length);
		while ((random5 == random4) || (random5 == random3) || (random5 == random2) || (random5 == random1))
			random5=Math.floor(Math.random()*Photo.length);
		while ((random6 == random5) || (random6 == random4) || (random6 == random3) || (random6 == random2) || (random6 == random1))
			random6=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'>" + Photo[random3] + "<br><span class='style7'>" + Legend[random3] + "</div><div style='padding-bottom:8px;'>" + Photo[random4] + "<br><span class='style7'>" + Legend[random4] + "</div><div style='padding-bottom:8px;'>" + Photo[random5] + "<br><span class='style7'>" + Legend[random5] + "</div><div style='padding-bottom:8px;'>" + Photo[random6] + "<br><span class='style7'>" + Legend[random6] + "</div></div>");
	}
	else if (x==8)	{	// for 2 photos and map
		while (random2 == random1)
			random2=Math.floor(Math.random()*Photo.length);
		document.write("<div style='width:150px;' align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div><div style='padding-bottom:8px;'>" + Photo[random2] + "<br><span class='style7'>" + Legend[random2] + "</div><div style='padding-bottom:8px;'><a href='FraminghamSection.htm'><img src='Images/framingham_section_thumbnail3.gif' border='0' width='150' alt='Framingham' /></a><span class='style7'>Click on this map for a larger view.</span></div></div>");    
	}
	else {	// for 1 photo
		document.write("<div style='width:150px; align='center'><div style='padding-bottom:8px;'>" + Photo[random1] + "<br><span class='style7'>" + Legend[random1] + "</div></div>");
	}}
}

//	------------------------------------------------------------------------------

//	Photos on photos.htm
var Photo_ = new Array();
var Legend_ = new Array();
Photo_[0]= "<img src='Images/Work_Day_5-12-07/Originals/image0002.jpg' border='2' alt='View of the Trail' />";
Photo_[1]= "<img src='Images/Inspection_2-19-07/image0028-1.jpg' border='2' alt='View of the Trail' />";
Photo_[2]= "<img src='Images/Work_Day_5-12-07/Originals/image0034.jpg' border='2' alt='View of the Trail' />";
Photo_[3]= "<img src='Images/Inspection_2-19-07/image0015-1.jpg' border='2' alt='View of the Trail' />";
Photo_[4]= "<img src='Images/Inspection_2-19-07/image0001-1.jpg' border='2' alt='View of the Trail' />";
Photo_[5]= "<img src='Images/Inspection_2-19-07/image0021-1.jpg' border='2' alt='View of the Trail' />";
Photo_[6]= "<img src='Images/Inspection_2-19-07/image0012-1.jpg' border='2' alt='View of the Trail' />";
Photo_[7]= "<img src='Images/Inspection_2-19-07/image0033-1.jpg' border='2' alt='View of the Trail' />";
Photo_[8] = "<img src='Images/Work_Day_5-12-07/Originals/image0004.jpg' border='2' alt='View of the Trail' />";
Photo_[9] = "<img src='Images/Inspection_2-19-07/image0022-1.jpg' border='2' alt='View of the Trail' />";
Photo_[10] = "<img src='Images/Inspection_2-19-07/image0011-1.jpg' border='2' alt='View of the Trail' />";
Photo_[11] = "<img src='Images/Work_Day_5-12-07/Originals/image0035.jpg' border='2' alt='View of the Trail' />";
Photo_[12] = "<img src='Images/Inspection_2-19-07/image0034-1.jpg' border='2' alt='View of the Trail' />";
Photo_[13] = "<img src='Images/Older_pics/10-20-2.jpg' border='2' alt='Trail Work Day' />";
Photo_[14] = "<img src='Images/Older_pics/2004-05-01_cleanup1-1.jpg' border='2' alt='Trail Work Day' />";
Photo_[15] = "<img src='Images/Older_pics/2004-05-01_cleanup2-1.jpg' border='2' alt='Trail Work Day' />";
Photo_[16] = "<img src='Images/Older_pics/Img029-1.jpg' border='2' alt='View of the Trail' />";
Photo_[17] = "<img src='Images/Older_pics/Natick2-1.jpg' border='2' alt='View of the Trail' />";
Photo_[18] = "<img src='Images/Older_pics/Near-Nissan-1.jpg' border='2' alt='View of the Trail' />";
Photo_[19] = "<img src='Images/Work_Day_5-12-07/Originals/crt2007mayReadyToWork.jpg' border='2' alt='Trail Work Day' />";
Photo_[20] = "<img src='Images/Older_pics/2004-05-01_cleanup3-1.jpg' border='2' alt='Trail Work Day' />";
Photo_[21] = "<img src='Images/Older_pics/5-12-01_Cleanup-1.jpg' border='2' alt='Trail Work Day' />";
Photo_[22] = "<img src='Images/Older_pics/8-23-03_Cleanup-1.jpg' border='2' alt='Trail Work Day' />";
Photo_[23] = "<img src='Images/Older_pics/fall_picture-1.jpg' border='2' alt='View of the Trail' />";
Photo_[24] = "<img src='Images/Work_Day_5-12-07/Originals/crt2007maypano.jpg' width='1080' border='2' alt='View of the Trail' />";

Legend_[0]= "Fall foliage near Old Connecticut Path";
Legend_[1]= "View of the Trail";
Legend_[2]= "View of the Trail";
Legend_[3]= "Lake Cochituate in Natick";
Legend_[4]= "Lake Cochituate in Natick";
Legend_[5]= "Along Cochituate Brook in Framingham";
Legend_[6]= "Lake Cochituate";
Legend_[7]= "Cochituate Brook";
Legend_[8]= "Cochituate Brook";
Legend_[9]= "Cochituate Brook";
Legend_[10]= "Lake Cochituate";
Legend_[11]= "View of bridge over Cochituate Brook";
Legend_[12]= "Cochituate Brook";
Legend_[13]= "Work day";
Legend_[14]= "Work day";
Legend_[15]= "Work day";
Legend_[16]= "Near the Mass Pike";
Legend_[17]= "Along Lake Cochituate in Natick";
Legend_[18]= "Fall foliage in Framingham";
Legend_[19]= "Work day";
Legend_[20]= "Work day";
Legend_[21]= "Work day";
Legend_[22]= "Work day";
Legend_[23]= "Fall foliage along the trail in Framingham";
Legend_[24]= "View of the Trail";


//	Enlarge photos from photos.htm to new page
function present_photo(i)
{
	if(/Safari/.test(navigator.userAgent))
//window.location.reload();
present_photo = window.open();
present_photo.document.write("<html xmlns='http://www.w3.org/1999/xhtml' lang='en' xml:lang='en'>" +
"<!-- InstanceBegin template='/Templates/css-left-fixed for photos.dwt' codeOutsideHTMLIsLocked='false' -->" +
"<head>" +
"<link rel='shortcut icon' href='CRTlogo.ico' />" +
"<meta http-equiv='title' content='Cochituate Rail Trail' />" +
"<meta name='resource-type' content='document' />" +
"<meta name='revisit-after' content='15 days' />" +
"<meta name='classification' content='consumer' />" +
"<meta name='description' content='Cochituate Rail Trail' />" +
"<meta name='Keywords' content='Cochituate Rail Trail, rails to trails, Saxonville, Natick, Cochituate' />" +
"<meta name='title' content='Cochituate Rail Trail' />" +
"<meta name='robots' content='all' />" +
"<meta name='distribution' content='global' />" +
"<meta name='rating' content='general' />" +
"<meta http-equiv='content-language' content='en-us' />" +
"<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />" +
"<!-- InstanceBeginEditable name='doctitle' -->" +
"<title>Photos from the Trail</title>" +
"<!-- InstanceEndEditable -->" +
"<script type='text/javascript' src='include/photos.js'></script>" +
"<script type='text/javascript' src='include/new.js'></script>" +
"<link type='text/css' href='include/CRT-style.css' rel='stylesheet' />" +
"<link type='text/css' href='include/style.css' rel='stylesheet' />" +
"<link type='text/css' href='include/fluid-style.css' rel='stylesheet' />" +
"<link type='text/css' href='include/new.css' rel='stylesheet' />" +
"<!-- InstanceBeginEditable name='head' -->" +
"<!-- InstanceEndEditable -->" +
"<style type='text/css'>" +
".menu {" +
"	padding-top:0px;" +
"}" +
"</style>" +
"</head>" +
"<body>" +
"<div id='maincontainer'>" +
"<div id='topsection'><div class='innertube'>" +
"<img src='Images/sub_page_header_v1.jpg' alt='Cochituate Rail Trail' width='814' border='0' usemap='#Map' />" +
"<map name='Map' id='Map'><area shape='rect' coords='7,4,784,95' href='index.htm' alt='&nbsp;'/>" +
"</map></div>" +
"</div>" +
"<div id='contentwrapper'>" +
"<div id='contentcolumn'>" +  
"			<div align='center'>" +
"			<!-- InstanceBeginEditable name='Title graphic' -->" +
"			<!-- InstanceEndEditable -->" +
"			</div>" +
"			<div align='center'>" +
"			<!-- InstanceBeginEditable name='Main Content' -->" +
			Photo_[i] + "<br />" + Legend_[i] +
"			<!-- InstanceEndEditable -->" +
"			</div>" +
"</div>" +
"</div>" +
"<div id='leftcolumn'>" +
"<div class='innertube'>" +
"			<div id='navigation'>" +
 "<ul> " +
    "<li><a class='top-level' href='' onmouseout='image1.src=loadImage1.src;' onmouseover='image1.src=staticImage1.src;'><img src='Images/vertical/information.gif' name='image1' alt='Information' /></a>" + 
    	"<ul class='sub-level'>" +
	    "<li><a href='../overview.htm' onmouseout='image2.src=loadImage2.src;' onmouseover='image2.src=staticImage2.src;'><img src='Images/vertical/overview.gif' name='image2' alt='Overview' /></a> </li>" +
    	"<li><a href='Framingham.htm' onmouseout='image3.src=loadImage3.src;' onmouseover='image3.src=staticImage3.src;'><img src='Images/vertical/Framingham.gif' name='image3' alt='Framingham' /></a></li>" +
    	"<li><a href='Natick.htm' onmouseout='image4.src=loadImage4.src;' onmouseover='image4.src=staticImage4.src;'><img src='Images/vertical/Natick.gif' name='image4' alt='Natick' /></a></li>" +
	    "<li><a href='tour.htm' onmouseout='image5.src=loadImage5.src;' onmouseover='image5.src=staticImage5.src;'><img src='Images/vertical/tour.gif' name='image5' alt='Tour' /></a></li>" +
    	"<li><a href='' onmouseout='image6.src=loadImage6.src;' onmouseover='image6.src=staticImage6.src;'><img src='Images/vertical/maps.gif' name='image6' alt='Maps' /></a>" +
        	"<ul class='sub-level'>" +
	    	"<li><a href='trail_map.htm' onmouseout='image7.src=loadImage7.src;' onmouseover='image7.src=staticImage7.src;'><img src='Images/vertical/crt.gif' name='image7' alt='Map of the CRT' /></a></li>" +
		    "<li><a href='region_map2.htm' onmouseout='image8.src=loadImage8.src;' onmouseover='image8.src=staticImage8.src;'><img src='Images/vertical/regionalmap.gif' name='image8' alt='Regional Map' /></a></li>" +
            "</ul>" +
        "</li>" +
    	"<li><a href='brochure-164.pdf' onmouseout='image9.src=loadImage9.src;' onmouseover='image9.src=staticImage9.src;'><img src='Images/vertical/brochure.gif' name='image9' alt='Brochure' /></a></li>" + 
    	"<li><a href='contributors.htm' onmouseout='image10.src=loadImage10.src;' onmouseover='image10.src=staticImage10.src;'><img src='Images/vertical/contributors.gif' name='image10' alt='Contributors' /></a></li>" + 
    	"<li><a href='links.htm' onmouseout='image11.src=loadImage11.src;' onmouseover='image11.src=staticImage11.src;'><img src='Images/vertical/links.gif' name='image11' alt='Links' /></a></li>" +
    	"<li><a href='search.htm' onmouseout='image12.src=loadImage12.src;' onmouseover='image12.src=staticImage12.src;'><img src='Images/vertical/search.gif' name='image12' alt='Search' /></a></li>" +
        "</ul>" +
"</li>" +
	"<li><a class='top-level' href='' onmouseout='image13.src=loadImage13.src;' onmouseover='image13.src=staticImage13.src;'><img src='Images/vertical/progress.gif' name='image13' alt='Progress' /></a>" +
		"<ul class='sub-level'>" +
	    "<li><a href='newsletters.htm' onmouseout='image14.src=loadImage14.src;' onmouseover='image14.src=staticImage14.src;'><img src='Images/vertical/newsletters.gif' name='image14' alt='Newletters' /></a></li>" +
    	"<li><a href='construction.htm' onmouseout='image15.src=loadImage15.src;' onmouseover='image15.src=staticImage15.src;'><img src='Images/vertical/construction.gif' name='image15' alt='Construction' /></a></li>" +
	    "<li><a 'href='hot_topics.htm' onmouseout='image16.src=loadImage16.src;' onmouseover='image16.src=staticImage16.src;'><img src='Images/vertical/hottopics.gif' name='image16' alt='Hot Topics' /></a></li>" +
    	"<li><a href='articles.htm' onmouseout='image17.src=loadImage17.src;' onmouseover='image17.src=staticImage17.src;'><img src='Images/vertical/articles.gif' name='image17' alt='Newspaper Articles' /></a></li>" +
	    "<li><a href='upcoming_events.htm' onmouseout='image18.src=loadImage18.src;' onmouseover='image18.src=staticImage18.src;'><img src='Images/vertical/upcomingevents.gif' name='image18' alt='Upcoming Events' /></a></li>" +
	    "<li><a href='past_events.htm' onmouseout='image19.src=loadImage19.src;' onmouseover='image19.src=staticImage19.src;'><img src='Images/vertical/pastevents.gif' name='image19' alt='Past Events' /></a></li>" +
        "</ul>" +
     "</li>" +
     "<li><a href='' onmouseout='image20.src=loadImage20.src;' onmouseover='image20.src=staticImage20.src;'><img src='Images/vertical/committees.gif' name='image20' alt='Trail Committees' /></a>" +
     	"<ul class='sub-level' style='width:172px;'>" +
    	"<li style='width:170px !important; height:42px !important;'><a href='framingham_crt_committee.htm' onmouseout='image21.src=loadImage21.src;' onmouseover='image21.src=staticImage21.src;'><img src='Images/vertical/framinghamcrt.gif' name='image21' alt='Framingham Cochituate Rail Trail Committee' /></a></li>" +
	    "<li style='width:170px !important; height:42px !important;'><a href='natick_crt_task_force.htm' onmouseout='image22.src=loadImage22.src;' onmouseover='image22.src=staticImage22.src;'><img src='Images/vertical/natickcrt.gif' name='image22' alt='Natick Cochituate Rail Trail Committee' /></a></li>" +
        "</ul>" +
    "</li>" +
    "<li><a href='photos.htm' onmouseout='image23.src=loadImage23.src;' onmouseover='image23.src=staticImage23.src;'><img src='Images/vertical/photos.gif' name='image23' alt='Photos' /></a></li>" +
    "<li><a href='' onmouseout='image24.src=loadImage24.src;' onmouseover='image24.src=staticImage24.src;'><img src='Images/vertical/contact.gif' name='image24' alt='Contact Us' /></a>" +
    	"<ul class='sub-level'>" +
        "<li><a href='email_us.htm' onmouseout='image25.src=loadImage25.src;' onmouseover='image25.src=staticImage25.src;'><img src='Images/vertical/emailus.gif' name='image25' alt='e-mail Us' /></a></li>" +
        "<li><a href='help_us.htm' onmouseout='image26.src=loadImage26.src;' onmouseover='image26.src=staticImage26.src;'><img src='Images/vertical/helpus.gif' name='image26' alt='Help Us' /></a></li>" +
        "</ul>" +
    "</li>" +
"</ul>" +
"</div>" +
"			<div align='center'><img src='Images/side_address.gif' height='300' alt='&nbsp;' /></div>" +
"</div>" +
"</div>" +
"</div>" +
"<!-- Start of StatCounter Code -->" +
"<script type='text/javascript'>" +
"var sc_project=4155105; " +
"var sc_invisible=1; " +
"var sc_partition=58; " +
"var sc_click_stat=1; " +
"var sc_security='224c7e80'; " +
"var sc_text=1; " +
"</script>" +
"<script type='text/javascript'" +
"src='http://www.statcounter.com/counter/counter.js'></script><noscript><div" +
"class='statcounter'><a title='iweb counter'" +
"href='http://www.statcounter.com/iweb/' target='_blank'><img " +
"class='statcounter' src='http://c.statcounter.com/4155105/0/224c7e80/1/' " +
"alt='iweb counter' /></a></div></noscript>" +
"<!-- End of StatCounter Code -->" +
"</body>" +
"<!-- InstanceEnd --></html>");
present_photo.document.close();
window.location.reload();
}



