<!--
// 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=none&image1=klg_site_big_1.jpg&caption1=Homepage&image2=klg_site_big_2.jpg&caption2=Location Strategy section&image3=klg_site_big_3.jpg&caption3=Real Estate Portfolio Strategy section&image4=klg_site_big_4.jpg&caption4=Quantitative Modeling and Analytics section&image5=klg_site_big_5.jpg&caption5=About KLG section&caption6=Project Description&imageCount=5&description=&description=<font color= \'#65655a\' size=\'15\'><b>A Distinctive Site for a Leading Relocation Consultant </b></font><br><br>Strong design with a modern edge is the hallmark of the web site The Berndt Group created for KLG, Inc, a New York based consulting company that helps corporations with Location and Real Estate Portfolio strategies. KLG wanted to break out of the cookie cutter mold of consulting firms with an edgy design that made users think. The site serves as a marketing and information tool. The Berndt Group recently designed a new logo and business cards for KLG, and updated the site to reflect the new branding. We are currently working on additional collateral materials for KLG to expand their brand development." />'

	+ '<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=none&image1=klg_site_big_1.jpg&caption1=Homepage&image2=klg_site_big_2.jpg&caption2=Location Strategy section&image3=klg_site_big_3.jpg&caption3=Real Estate Portfolio Strategy section&image4=klg_site_big_4.jpg&caption4=Quantitative Modeling and Analytics section&image5=klg_site_big_5.jpg&caption5=About KLG section&caption6=Project Description&imageCount=5&description=&description=<font color= \'#65655a\' size=\'15\'><b>A Distinctive Site for a Leading Relocation Consultant </b></font><br><br>Strong design with a modern edge is the hallmark of the web site The Berndt Group created for KLG, Inc, a New York based consulting company that helps corporations with Location and Real Estate Portfolio strategies. KLG wanted to break out of the cookie cutter mold of consulting firms with an edgy design that made users think. The site serves as a marketing and information tool. The Berndt Group recently designed a new logo and business cards for KLG, and updated the site to reflect the new branding. We are currently working on additional collateral materials for KLG to expand their brand development." /></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
}
// -->
