<!--
// 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://69.7.74.39&image1=md_sci_site_big_1.jpg&caption1=Homepage&image2=md_sci_site_big_2.jpg&caption2=Homepage, showing interactive magnifying glass&image3=md_sci_site_big_3.jpg&caption3=Trip Planner application&image4=md_sci_site_big_4.jpg&caption4=Online tickets&image5=md_sci_site_big_5.jpg&caption5=Shows section&image6=md_sci_site_big_6.jpg&caption6=Exhibits section&image7=md_sci_site_big_7.jpg&caption7=Exhibits section, showing interactive homework helper&image8=md_sci_site_big_8.jpg&caption8=Newsroom&caption9=Project Description&imageCount=8&description=&description=<font color= \'#65655a\' size=\'15\'><b>Touch Wonder!</b></font><br><br>The Berndt Group undertook this large-scale, ambitious project with an accelerated timeline, that resulted in the successful development of a new, more intuitive information design and high-end creative design for the Maryland Science Center\'s web site. Key goals for the project included ease of use for visitors in finding the information they need like hours and how to buy tickets; driving attendance; making it easy to become a member online; and using the site as more of a marketing tool.<BR><BR>In designing the new site, we wanted to showcase MSC\'s top selling points: the amazing exhibits and shows; exploration and interactivity; education, entertainment and science; and the architecture/physicality of the actual building, which is memorable and evokes a strong sense of atmosphere. Through the site, we wanted to capture and simulate the interactive and dynamic experience of an actual visit to the Science Center.Noteworthy features of the site include the \'pull and drag\' interactivity of the magnifying glass Flash piece on the homepage; the Homework Helper icons in the Exhibits section; high impact photography throughout the site; and the Trip Planner.<BR><BR>The Berndt Group earned a number of awards for this site, including an International Summit Creative Award, an ADDY from the Advertising Association of Baltimore, an \'Official Honoree\' distinction from the Webby Awards, a Davey Award and a WebAward.<br><br>This site was live from 2005 - 2008; in 2008, the Science Center reassessed its goals and needs for the web site. The Berndt Group completed a second redesign project in early 2009, unveiling a new (and hopefully) award-winning site, like its predecessor." />'

	+ '<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://69.7.74.39&image1=md_sci_site_big_1.jpg&caption1=Homepage&image2=md_sci_site_big_2.jpg&caption2=Homepage, showing interactive magnifying glass&image3=md_sci_site_big_3.jpg&caption3=Trip Planner application&image4=md_sci_site_big_4.jpg&caption4=Online tickets&image5=md_sci_site_big_5.jpg&caption5=Shows section&image6=md_sci_site_big_6.jpg&caption6=Exhibits section&image7=md_sci_site_big_7.jpg&caption7=Exhibits section, showing interactive homework helper&image8=md_sci_site_big_8.jpg&caption8=Newsroom&caption9=Project Description&imageCount=8&description=&description=<font color= \'#65655a\' size=\'15\'><b>Touch Wonder!</b></font><br><br>The Berndt Group undertook this large-scale, ambitious project with an accelerated timeline, that resulted in the successful development of a new, more intuitive information design and high-end creative design for the Maryland Science Center\'s web site. Key goals for the project included ease of use for visitors in finding the information they need like hours and how to buy tickets; driving attendance; making it easy to become a member online; and using the site as more of a marketing tool.<BR><BR>In designing the new site, we wanted to showcase MSC\'s top selling points: the amazing exhibits and shows; exploration and interactivity; education, entertainment and science; and the architecture/physicality of the actual building, which is memorable and evokes a strong sense of atmosphere. Through the site, we wanted to capture and simulate the interactive and dynamic experience of an actual visit to the Science Center.Noteworthy features of the site include the \'pull and drag\' interactivity of the magnifying glass Flash piece on the homepage; the Homework Helper icons in the Exhibits section; high impact photography throughout the site; and the Trip Planner.<BR><BR>The Berndt Group earned a number of awards for this site, including an International Summit Creative Award, an ADDY from the Advertising Association of Baltimore, an \'Official Honoree\' distinction from the Webby Awards, a Davey Award and a WebAward.<br><br>This site was live from 2005 - 2008; in 2008, the Science Center reassessed its goals and needs for the web site. The Berndt Group completed a second redesign project in early 2009, unveiling a new (and hopefully) award-winning site, like its predecessor." /></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
}
// -->