// JavaScript Document


	

var displayHead = "";
if (window.location.href.indexOf('about') != -1) {
displayHead = '<div style="margin:0px; padding:0px"><img src="images/sub-about-scg.gif" alt="About SCG" width="616" height="91" border="0" /></div>';
}
else if (window.location.href.indexOf('contact') != -1) {
displayHead = '<img src="images/sub-contact-us.gif" alt="Contact Us" width="616" height="91" border="0" />';
}

else if (window.location.href.indexOf('missing') != -1) {
displayHead = '<img src="images/sub-filenotfound.gif" alt="File Not Found" width="616" height="91" border="0" />';
}


else if (window.location.href.indexOf('moving') != -1) {
displayHead = '<img src="images/sub-moving-resources.gif" alt="Moving Resources" width="616" height="91" border="0" />';
}
else if (window.location.href.indexOf('apartment') != -1) {
displayHead = '<img src="images/sub-apartment-com.gif" alt="Apartment Communities" width="616" height="91" border="0" />';
}
else if (window.location.href.indexOf('corner.html') != -1) {
displayHead = '<img src="images/sub-tenants-corner.gif" alt="Tenants Corner" width="616" height="91" border="0" />';
}

else if (window.location.href.indexOf('prop-cliffside') != -1) {
displayHead = '<img src="images/sub-prop-cliffside.gif" alt="Properties: Cliffside at Cherry Hill" width="616" height="91" border="0" usemap="#Map" />';
}
else if (window.location.href.indexOf('prop-cherryhill') != -1) {
displayHead = '<img src="images/sub-prop-cherryhill.gif" alt="Properties: Cherry Hill Apartments" width="616" height="91" border="0" usemap="#Map" />';
}
else if (window.location.href.indexOf('prop-esquire') != -1) {
displayHead = '<img src="images/sub-prop-esquire.gif" alt="Properties: Esquire Apartments" width="616" height="91" border="0" usemap="#Map" />';
}
else if (window.location.href.indexOf('prop-natick') != -1) {
displayHead = '<img src="images/sub-prop-natick.gif" alt="Properties: Natick Village" width="616" height="91" border="0" usemap="#Map" />';
}
else if (window.location.href.indexOf('prop-riverview') != -1) {
displayHead = '<img src="images/sub-prop-riverview.gif" alt="Properties: Riverview Apartments" width="616" height="91" border="0" usemap="#Map" />';
}

else if (window.location.href.indexOf('corner-cliffside') != -1) {
displayHead = '<img src="images/sub-corner-cliffside.gif" alt="Tenants Corner: Cliffside at Cherry Hill" width="616" height="91" border="0" usemap="#MapCorner" />';
}

else if (window.location.href.indexOf('corner-cherryhill') != -1) {
displayHead = '<img src="images/sub-corner-cherryhill.gif" alt="Tenants Corner: Cherry Hill Apartments" width="616" height="91" border="0" usemap="#MapCorner" />';
}

else if (window.location.href.indexOf('corner-esquire') != -1) {
displayHead = '<img src="images/sub-corner-esquire.gif" alt="Tenants Corner: Esquire Apartments" width="616" height="91" border="0" usemap="#MapCorner" />';
}
else if (window.location.href.indexOf('corner-riverview') != -1) {
displayHead = '<img src="images/sub-corner-riverview.gif" alt="Tenants Corner: Riverview Apartments" width="616" height="91" border="0" usemap="#MapCorner" />';
}
else if (window.location.href.indexOf('corner-natick') != -1) {
displayHead = '<img src="images/sub-corner-natick.gif" alt="Tenants Corner: Natick Village" width="616" height="91" border="0" usemap="#MapCorner" />';
}
            
var displayHeadTable = "";

if (window.location.href.indexOf('prop-cliffside') != -1) {
displayHeadTable = '<a href=prop-cliffside.html><img src=images/subnav-prop-features.gif alt=apartment features name=features width=62 height=21 border=0 id=features onmouseover=MM_swapImage("features","","images/subnav-prop-features-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cliffside-floorplan.html><img src=images/subnav-prop-floorplan.gif alt=apartment floorplans name=floorplan width=65 height=21 border=0 id=floorplan onmouseover=MM_swapImage("floorplan","","images/subnav-prop-floorplan-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cliffside-directions.html><img src=images/subnav-prop-directions.gif alt=directions to appartment community name=directions width=69 height=21 border=0 id=directions onmouseover=MM_swapImage("directions","","images/subnav-prop-directions-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cliffside-application.html><img src=images/subnav-prop-app.gif alt=rental application name=application width=80 height=21 border=0 id=application onmouseover=MM_swapImage("application","","images/subnav-prop-app-o.gif",1) onmouseout=MM_swapImgRestore() /></a>';
}

else if (window.location.href.indexOf('prop-cherryhill') != -1) {
displayHeadTable = '<a href=prop-cherryhill.html><img src=images/subnav-prop-features.gif alt=apartment features name=features width=62 height=21 border=0 id=features onmouseover=MM_swapImage("features","","images/subnav-prop-features-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cherryhill-floorplan.html><img src=images/subnav-prop-floorplan.gif alt=apartment floorplans name=floorplan width=65 height=21 border=0 id=floorplan onmouseover=MM_swapImage("floorplan","","images/subnav-prop-floorplan-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cherryhill-directions.html><img src=images/subnav-prop-directions.gif alt=directions to appartment community name=directions width=69 height=21 border=0 id=directions onmouseover=MM_swapImage("directions","","images/subnav-prop-directions-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-cherryhill-application.html><img src=images/subnav-prop-app.gif alt=rental application name=application width=80 height=21 border=0 id=application onmouseover=MM_swapImage("application","","images/subnav-prop-app-o.gif",1) onmouseout=MM_swapImgRestore() /></a>';
}

else if (window.location.href.indexOf('prop-esquire') != -1) {
displayHeadTable = '<a href=prop-esquire.html><img src=images/subnav-prop-features.gif alt=apartment features name=features width=62 height=21 border=0 id=features onmouseover=MM_swapImage("features","","images/subnav-prop-features-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-esquire-floorplan.html><img src=images/subnav-prop-floorplan.gif alt=apartment floorplans name=floorplan width=65 height=21 border=0 id=floorplan onmouseover=MM_swapImage("floorplan","","images/subnav-prop-floorplan-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-esquire-directions.html><img src=images/subnav-prop-directions.gif alt=directions to appartment community name=directions width=69 height=21 border=0 id=directions onmouseover=MM_swapImage("directions","","images/subnav-prop-directions-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-esquire-application.html><img src=images/subnav-prop-app.gif alt=rental application name=application width=80 height=21 border=0 id=application onmouseover=MM_swapImage("application","","images/subnav-prop-app-o.gif",1) onmouseout=MM_swapImgRestore() /></a>';
}

else if (window.location.href.indexOf('prop-natick') != -1) {
displayHeadTable = '<a href=prop-natick.html><img src=images/subnav-prop-features.gif alt=apartment features name=features width=62 height=21 border=0 id=features onmouseover=MM_swapImage("features","","images/subnav-prop-features-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-natick-floorplan.html><img src=images/subnav-prop-floorplan.gif alt=apartment floorplans name=floorplan width=65 height=21 border=0 id=floorplan onmouseover=MM_swapImage("floorplan","","images/subnav-prop-floorplan-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-natick-directions.html><img src=images/subnav-prop-directions.gif alt=directions to appartment community name=directions width=69 height=21 border=0 id=directions onmouseover=MM_swapImage("directions","","images/subnav-prop-directions-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-natick-application.html><img src=images/subnav-prop-app.gif alt=rental application name=application width=80 height=21 border=0 id=application onmouseover=MM_swapImage("application","","images/subnav-prop-app-o.gif",1) onmouseout=MM_swapImgRestore() /></a>';
}

else if (window.location.href.indexOf('prop-riverview') != -1) {
displayHeadTable = '<a href=prop-riverview.html><img src=images/subnav-prop-features.gif alt=apartment features name=features width=62 height=21 border=0 id=features onmouseover=MM_swapImage("features","","images/subnav-prop-features-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-riverview-floorplan.html><img src=images/subnav-prop-floorplan.gif alt=apartment floorplans name=floorplan width=65 height=21 border=0 id=floorplan onmouseover=MM_swapImage("floorplan","","images/subnav-prop-floorplan-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-riverview-directions.html><img src=images/subnav-prop-directions.gif alt=directions to appartment community name=directions width=69 height=21 border=0 id=directions onmouseover=MM_swapImage("directions","","images/subnav-prop-directions-o.gif",1) onmouseout=MM_swapImgRestore() /></a><a href=prop-riverview-application.html><img src=images/subnav-prop-app.gif alt=rental application name=application width=80 height=21 border=0 id=application onmouseover=MM_swapImage("application","","images/subnav-prop-app-o.gif",1) onmouseout=MM_swapImgRestore() /></a>';
}


var displayMap = "";
if (window.location.href.indexOf('cliffside') != -1) {
displayMap = '<img src="images/map-cherry.gif" alt="Map of property locations" name="map" width="319" height="193" border="0" id="map" />';
}

else if (window.location.href.indexOf('cherry') != -1) {
displayMap = '<img src="images/map-cherry.gif" alt="Map of property locations" name="map" width="319" height="193" border="0" id="map" />';
}

else if (window.location.href.indexOf('esquire') != -1) {
displayMap = '<img src="images/map-esquire.gif" alt="Map of property locations" name="map" width="319" height="193" border="0" id="map" />';
}

else if (window.location.href.indexOf('natick') != -1) {
displayMap = '<img src="images/map-natick.gif" alt="Map of property locations" name="map" width="319" height="193" border="0" id="map" />';
}

else if (window.location.href.indexOf('riverview') != -1) {
displayMap = '<img src="images/map-riverview.gif" alt="Map of property locations" name="map" width="319" height="193" border="0" id="map" />';
}

var displayLeftPhoto = "";
if (window.location.href.indexOf('cliffside') != -1) {
displayLeftPhoto = '<img src="images/left-cliffside.jpg" alt="" width="319" height="83" border="0" />';
}

else if (window.location.href.indexOf('cherry') != -1) {
displayLeftPhoto = '<img src="images/left-cherryhill.jpg" alt="" width="319" height="83" border="0" />';
}

else if (window.location.href.indexOf('esquire') != -1) {
displayLeftPhoto = '<img src="images/left-esquire.jpg" alt="" width="319" height="83" border="0" />';
}

else if (window.location.href.indexOf('natick') != -1) {
displayLeftPhoto = '<img src="images/left-natick.jpg" alt="" width="319" height="83" border="0" />';
}

else if (window.location.href.indexOf('riverview') != -1) {
displayLeftPhoto = '<img src="images/left-riverview.jpg" alt="" width="319" height="83" border="0" />';
}