<!--
// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {  // if we've detected an acceptable version
	var oeTags = '<!-- ************** FLASH ************** -->'
	+ '<div id="indent42flash"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="545" height="385" id="index" align="middle">'
	+ '<param name="allowScriptAccess" value="sameDomain" />'
	+ '<param name="wmode" value="opaque">'
	+ '<param name="movie" value="/flash/portfolio.swf" />'
	+ '<param name="quality" value="high" />'
	+ '<param name="bgcolor" value="#ffffff" />'

	+ '<PARAM NAME=FlashVars VALUE="&site=http://www.brightviewseniorliving.com&image1=bvsl_site_big_1.jpg&caption1=Homepage&image2=bvsl_site_big_2.jpg&caption2=Events Sub Section&caption3=Project Description&imageCount=2&description=&description=<font color= \'#65655a\' size=\'15\'><b>Vibrant People Creating Vibrant Communities</b></font><br><br>The Shelter Group, a long-time client of The Berndt Group, approached us in 2004 to create a comprehensive Web presence for their Brightview Senior Living brand. Previously, Brightview communities maintained their own web sites with individual \&quot;look and feels.\&quot;<br><br>We took the Brightview brand and created a unified \&quot;look and feel\&quot; for the community sites that ties into a main Brightview corporate site. Brightview Senior Living offers Independent Living, Assisted Living and Alzheimer\'s Care in several states on the East coast, from Massachusetts to Florida, and our challenge was to design a site template that would focus on a clean, simple layout to offer high usability for seniors, but would also be easy to update and duplicate as communities were added to the Brightview portfolio.<br><br>The Brightview online brand is currently 16 plus communities strong, and Brightview Senior Living is still expanding. In 2006, we revisited the Brightview online brand to give it a fresh face and focus even more on senior usability issues such as text readability (with the implementation of the text size changer), senior-friendly colors and contrasts, and customer relations features such as \&quot;Email this Page\&quot;, \&quot;Schedule Private Tours.\&quot; A new section also features Testimonials which reinforce the brand credibility and recognition.<br><br>Another focus point for the redesign endeavor was Search Engine Optimization to provide the Brightview brand with improved visibility across the Web. Particular emphasis was put on keyword placement and relevance, as well as cross-linking and fresh, updated content on homepages and targeted sections of the sites.<br><br>We are currently embarking on the next chapter, redesigning the corporate and Brightview sites again to give them a fresh face." />'

	+ '<embed src="/flash/portfolio.swf" wmode="opaque" quality="high" bgcolor="#ffffff" width="545" height="385" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="&site=http://www.brightviewseniorliving.com&image1=bvsl_site_big_1.jpg&caption1=Homepage&image2=bvsl_site_big_2.jpg&caption2=Events Sub Section&caption3=Project Description&imageCount=2&description=&description=<font color= \'#65655a\' size=\'15\'><b>Vibrant People Creating Vibrant Communities</b></font><br><br>The Shelter Group, a long-time client of The Berndt Group, approached us in 2004 to create a comprehensive Web presence for their Brightview Senior Living brand. Previously, Brightview communities maintained their own web sites with individual \&quot;look and feels.\&quot;<br><br>We took the Brightview brand and created a unified \&quot;look and feel\&quot; for the community sites that ties into a main Brightview corporate site. Brightview Senior Living offers Independent Living, Assisted Living and Alzheimer\'s Care in several states on the East coast, from Massachusetts to Florida, and our challenge was to design a site template that would focus on a clean, simple layout to offer high usability for seniors, but would also be easy to update and duplicate as communities were added to the Brightview portfolio.<br><br>The Brightview online brand is currently 16 plus communities strong, and Brightview Senior Living is still expanding. In 2006, we revisited the Brightview online brand to give it a fresh face and focus even more on senior usability issues such as text readability (with the implementation of the text size changer), senior-friendly colors and contrasts, and customer relations features such as \&quot;Email this Page\&quot;, \&quot;Schedule Private Tours.\&quot; A new section also features Testimonials which reinforce the brand credibility and recognition.<br><br>Another focus point for the redesign endeavor was Search Engine Optimization to provide the Brightview brand with improved visibility across the Web. Particular emphasis was put on keyword placement and relevance, as well as cross-linking and fresh, updated content on homepages and targeted sections of the sites.<br><br>We are currently embarking on the next chapter, redesigning the corporate and Brightview sites again to give them a fresh face." /></object>';
	document.write(oeTags); // embed the Flash Content SWF when all tests are passed
} else {  // flash is too old or we can't detect the plugin
	var alternateContent = '<!-- ************** NO FLASH ************** -->'
	+ '<div class="content" id="noh1">'
	+ '<div id="banner"><a href="http://www.macromedia.com/go/getflashplayer" target="tbg" ><a href="http://www.macromedia.com/go/getflashplayer" target="tbg" ><img src="/images/sub/portfolio/getflash.jpg" alt="Looks Like You Need Flash!  Get Macromedia Flash Player" width="554" height="71" border="0"></a>'
	+ '<div id="getflash">'
	+ '<p><a href="http://www.macromedia.com/go/getflashplayer" target="tbg">Get Macromedia Flash Player &#8250;</a></p>'
	+ '</div>'
	+ '</div>'
	+ '</div>'
	+ '<!-- end ************** NO FLASH ************** -->';
	document.write(alternateContent);  // insert non-flash content
}
// -->