<!--
// 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://aquademo.berndtgroup.net&image1=naib_site_big_1.jpg&caption1=Homepage&image2=naib_site_big_2.jpg&caption2=Homepage showing rollover exhibit image&image3=naib_site_big_3.jpg&caption3=Ticket section&image4=naib_site_big_4.jpg&caption4=Events and Programs section&image5=naib_site_big_5.jpg&caption5=Mission statement&image6=naib_site_big_6.jpg&caption6=Animals and Exhibits section&image7=naib_site_big_7.jpg&caption7=Animals section&image8=naib_site_big_8.jpg&caption8=Special Exhibit: Dolphin Play&caption9=Project Description&imageCount=8&description=&description=<font color= \'#65655a\' size=\'15\'><b>Webby-Award Winning Web Site for the National Aquarium</b></font><br><br>This was a large-scale, ambitious project by The Berndt Group that resulted in the successful development of a new, more intuitive information architecture and high-end creative design for the National Aquarium in Baltimore\'s (NAIB) web site. The site featured extremely high usability, compatibility, excellence in design, and is powered by the RedDot Content Management System.<br><br>In designing the new site, we sought to simulate the immersive, magical experience of an Aquarium visit. Noteworthy features of the site included the special Shark Quest exhibit section with a Flash game, and the high-impact design of the Animals and Exhibits section.<br><br>The Berndt Group won a number of awards for this site, including a Webby for \'People\'s Voice\' (the Webby is the Oscars of the Web). Other awards included an international WebAward for outstanding design as well as \&quot;Best in Category: Consumer Information\&quot; in the international Horizon Interactive Design Awards competition.<br><br>We have worked on a number of other projects for the Aquarium, including designing Aqua Mail, the Aquarium\'s email newsletter, kiosk sequences and Web components for the Dolphin Play Show and Shark Quest exhibit, and an interactive CD-ROM about the Chesapeake Bay. We also designed microsites for the Australia and Frogs exhibits and a Flash-based Trip Planner application." />'

	+ '<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://aquademo.berndtgroup.net&image1=naib_site_big_1.jpg&caption1=Homepage&image2=naib_site_big_2.jpg&caption2=Homepage showing rollover exhibit image&image3=naib_site_big_3.jpg&caption3=Ticket section&image4=naib_site_big_4.jpg&caption4=Events and Programs section&image5=naib_site_big_5.jpg&caption5=Mission statement&image6=naib_site_big_6.jpg&caption6=Animals and Exhibits section&image7=naib_site_big_7.jpg&caption7=Animals section&image8=naib_site_big_8.jpg&caption8=Special Exhibit: Dolphin Play&caption9=Project Description&imageCount=8&description=&description=<font color= \'#65655a\' size=\'15\'><b>Webby-Award Winning Web Site for the National Aquarium</b></font><br><br>This was a large-scale, ambitious project by The Berndt Group that resulted in the successful development of a new, more intuitive information architecture and high-end creative design for the National Aquarium in Baltimore\'s (NAIB) web site. The site featured extremely high usability, compatibility, excellence in design, and is powered by the RedDot Content Management System.<br><br>In designing the new site, we sought to simulate the immersive, magical experience of an Aquarium visit. Noteworthy features of the site included the special Shark Quest exhibit section with a Flash game, and the high-impact design of the Animals and Exhibits section.<br><br>The Berndt Group won a number of awards for this site, including a Webby for \'People\'s Voice\' (the Webby is the Oscars of the Web). Other awards included an international WebAward for outstanding design as well as \&quot;Best in Category: Consumer Information\&quot; in the international Horizon Interactive Design Awards competition.<br><br>We have worked on a number of other projects for the Aquarium, including designing Aqua Mail, the Aquarium\'s email newsletter, kiosk sequences and Web components for the Dolphin Play Show and Shark Quest exhibit, and an interactive CD-ROM about the Chesapeake Bay. We also designed microsites for the Australia and Frogs exhibits and a Flash-based Trip Planner application." /></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
}
// -->
