<!--
// 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://ats.demo.berndtgroup.net&image1=ats_site_big_1.jpg&caption1=Homepage&image2=ats_site_big_2.jpg&caption2=ATS and Trauma section&image3=ats_site_big_3.jpg&caption3=Programs section&image4=ats_site_big_4.jpg&caption4=Trauma Information Exchange Program Subsite&caption5=Project Description&imageCount=4&description=&description=<font color= \'#65655a\' size=\'15\'><b>Complex Web Resources for Growing Professional Association</b></font><br><br>The American Trauma Society chose The Berndt Group for a full Association rebranding and to do web site development. We enabled this critical national association to reach out to the medical trauma society in many important ways. After proceeding with a complete rebranding and web site design, we implemented a java-based Web application allowing users to join online, sign-up for courses and events and purchase items from an online store. For ATS members, we built a special extranet containing information regarding employment opportunities, grants and funding alerts as well as special legislative information. The site also includes a full custom content management system.<br><br>As part of the ATS Web project, we also provided our services to brand and build the Trauma Information Exchange Program web site. The Trauma Information Exchange Program (TIEP) contains specialized Web content and a secure extranet for trauma centers nationwide. This crucial program helps gather and track data regarding trauma centers in the United States.<br><br>The Berndt Group won an international Horizon Interactive Design Award for our work on the site." />'

	+ '<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://ats.demo.berndtgroup.net&image1=ats_site_big_1.jpg&caption1=Homepage&image2=ats_site_big_2.jpg&caption2=ATS and Trauma section&image3=ats_site_big_3.jpg&caption3=Programs section&image4=ats_site_big_4.jpg&caption4=Trauma Information Exchange Program Subsite&caption5=Project Description&imageCount=4&description=&description=<font color= \'#65655a\' size=\'15\'><b>Complex Web Resources for Growing Professional Association</b></font><br><br>The American Trauma Society chose The Berndt Group for a full Association rebranding and to do web site development. We enabled this critical national association to reach out to the medical trauma society in many important ways. After proceeding with a complete rebranding and web site design, we implemented a java-based Web application allowing users to join online, sign-up for courses and events and purchase items from an online store. For ATS members, we built a special extranet containing information regarding employment opportunities, grants and funding alerts as well as special legislative information. The site also includes a full custom content management system.<br><br>As part of the ATS Web project, we also provided our services to brand and build the Trauma Information Exchange Program web site. The Trauma Information Exchange Program (TIEP) contains specialized Web content and a secure extranet for trauma centers nationwide. This crucial program helps gather and track data regarding trauma centers in the United States.<br><br>The Berndt Group won an international Horizon Interactive Design Award for our work on the site." /></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
}
// -->
