<!--
// 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=md_artsrc_site_big_1.jpg&caption1=Homepage&image2=md_artsrc_site_big_2.jpg&caption2=Artists section&image3=md_artsrc_site_big_3.jpg&caption3=Maryland Historical Society online collection&image4=md_artsrc_site_big_4.jpg&caption4=Maryland Historical Society online collection item&image5=md_artsrc_site_big_5.jpg&caption5=News section&caption6=Project Description&imageCount=5&description=&description=<font color= \'#65655a\' size=\'15\'><b>Award-Winning Online Service About the Arts in Maryland</b></font><br><br>The Berndt Group developed Maryland ArtSource, a large scale, highly ambitious project that resulted in a premier online service for the arts (contemporary and historic) in Maryland. The site features extremely high usability, compatibility, excellence in design, and is powered by an extremely sophisticated XML-based data engine that permits unusually complex searching and information retrieval.<br><br>For this project, The Berndt Group employed a multi-leveled and complex research strategy. Beginning with extensive, Web based research of \&quot;competing\&quot; sites nationally and unearthing \&quot;best practices,\&quot; the project was structured to contain three levels of focus group review, beginning with brand development, followed by design and usability, and ending with focus group beta-testing of the finished system.<br><br>The project was also challenging in that the client, BAROC (Baltimore Art Research and Outreach Consortium), was comprised of library professionals from 8 organizations: the Baltimore Museum of Art, Enoch Pratt Free Library, Johns Hopkins University, Maryland Institute College of Art, Maryland Historical Society, the Division of Library Development and Services of the Maryland State Department of Education, the University of Maryland, Baltimore County and the Walters Art Museum - all with a variety of opinions and ideas. We worked with the institutions to provide focus and help formulate a unified agenda and goals for the web site.<br><br>All in all, the site accomplishes the client\'s goals for the site: dynamic and eye catching design, clear organization of content, high usability for all audiences, and a web site that serves as both a marketing piece and an information tool.<br><br>The Berndt Group won two international design awards for this site: a Horizon Interactive Design Award and a Summit Award." />'

	+ '<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=md_artsrc_site_big_1.jpg&caption1=Homepage&image2=md_artsrc_site_big_2.jpg&caption2=Artists section&image3=md_artsrc_site_big_3.jpg&caption3=Maryland Historical Society online collection&image4=md_artsrc_site_big_4.jpg&caption4=Maryland Historical Society online collection item&image5=md_artsrc_site_big_5.jpg&caption5=News section&caption6=Project Description&imageCount=5&description=&description=<font color= \'#65655a\' size=\'15\'><b>Award-Winning Online Service About the Arts in Maryland</b></font><br><br>The Berndt Group developed Maryland ArtSource, a large scale, highly ambitious project that resulted in a premier online service for the arts (contemporary and historic) in Maryland. The site features extremely high usability, compatibility, excellence in design, and is powered by an extremely sophisticated XML-based data engine that permits unusually complex searching and information retrieval.<br><br>For this project, The Berndt Group employed a multi-leveled and complex research strategy. Beginning with extensive, Web based research of \&quot;competing\&quot; sites nationally and unearthing \&quot;best practices,\&quot; the project was structured to contain three levels of focus group review, beginning with brand development, followed by design and usability, and ending with focus group beta-testing of the finished system.<br><br>The project was also challenging in that the client, BAROC (Baltimore Art Research and Outreach Consortium), was comprised of library professionals from 8 organizations: the Baltimore Museum of Art, Enoch Pratt Free Library, Johns Hopkins University, Maryland Institute College of Art, Maryland Historical Society, the Division of Library Development and Services of the Maryland State Department of Education, the University of Maryland, Baltimore County and the Walters Art Museum - all with a variety of opinions and ideas. We worked with the institutions to provide focus and help formulate a unified agenda and goals for the web site.<br><br>All in all, the site accomplishes the client\'s goals for the site: dynamic and eye catching design, clear organization of content, high usability for all audiences, and a web site that serves as both a marketing piece and an information tool.<br><br>The Berndt Group won two international design awards for this site: a Horizon Interactive Design Award and a Summit Award." /></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
}
// -->
