<!--
// 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.aqua.org/archivedfrogs/index.html&image1=naib_frogs_big_1.jpg&caption1=Interactive flash audio game&image2=naib_frogs_big_2.jpg&caption2=Frog info and videos&caption3=Project Description&imageCount=2&description=&description=<font color= \'#65655a\' size=\'15\'><b>A Chorus of Colors</b></font><br><br>The Berndt Group designed the exhibits section of the National Aquarium in Baltimore\'s (NAIB) web site for \&quot;Frogs: A Chorus of Colors,\&quot; a new interactive exhibit at the Aquarium. The Frogs exhibit section features high impact Flash and audio on the exhibit\'s Index page. Visitors can turn the audio on or off, and create their own Frogs \&quot;chorus of sound\&quot; by turning on one or more frogs at the same time, in keeping with the exhibit theme. Eight frogs chirp, croak, and yelp as users create unique rhythms and tones.<br><br>We also designed the Flash header on the subpages, as well as the subpage design itself. The exhibit section features detail pages about different frogs\' species, e-postcards, and frog audio clip \'music\' downloads.<br><br>Previous projects include designing the \&quot;Animal Planet Australia: Wild Extremes\&quot; exhibit section of the site, which features Flash for dramatic impact. The Berndt Group has worked with the Aquarium on many projects, including the previous web site design which won multiple awards for design and usability, including a Webby Award (\&quot;The Oscars of the Web\&quot;).<br><br>Speaking of the Webby Awards, The Berndt Group earned its third Webby Award for work on this Frogs microsite for the Aquarium." />'

	+ '<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.aqua.org/archivedfrogs/index.html&image1=naib_frogs_big_1.jpg&caption1=Interactive flash audio game&image2=naib_frogs_big_2.jpg&caption2=Frog info and videos&caption3=Project Description&imageCount=2&description=&description=<font color= \'#65655a\' size=\'15\'><b>A Chorus of Colors</b></font><br><br>The Berndt Group designed the exhibits section of the National Aquarium in Baltimore\'s (NAIB) web site for \&quot;Frogs: A Chorus of Colors,\&quot; a new interactive exhibit at the Aquarium. The Frogs exhibit section features high impact Flash and audio on the exhibit\'s Index page. Visitors can turn the audio on or off, and create their own Frogs \&quot;chorus of sound\&quot; by turning on one or more frogs at the same time, in keeping with the exhibit theme. Eight frogs chirp, croak, and yelp as users create unique rhythms and tones.<br><br>We also designed the Flash header on the subpages, as well as the subpage design itself. The exhibit section features detail pages about different frogs\' species, e-postcards, and frog audio clip \'music\' downloads.<br><br>Previous projects include designing the \&quot;Animal Planet Australia: Wild Extremes\&quot; exhibit section of the site, which features Flash for dramatic impact. The Berndt Group has worked with the Aquarium on many projects, including the previous web site design which won multiple awards for design and usability, including a Webby Award (\&quot;The Oscars of the Web\&quot;).<br><br>Speaking of the Webby Awards, The Berndt Group earned its third Webby Award for work on this Frogs microsite for the Aquarium." /></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
}
// -->
