function loadflashtopbanner(ksstore) {
	
var flashbanner= document.getElementById('topbarflash');
	
if(ksstore == "greenbelt") {
flashbanner.innerHTML= '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="400" height="83" id="test1"><param name="loop" value="false"><param name="movie" value="images/kstopbar_test.swf" /><embed src="images/kstopbar_test.swf" loop="false" width="400" height="83" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><script language="JScript" type="text/jscript" src="NoIEActivate.js"></script>';
}

if (ksstore !== "greenbelt") {
flashbanner.innerHTML= '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="400" height="83" id="test1"><param name="loop" value="false"><param name="movie" value="../images/kstopbar_test.swf" /><embed src="../images/kstopbar_test.swf" loop="false" width="400" height="83" name="test1" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><script language="JScript" type="text/jscript" src="NoIEActivate.js"></script>';
}

}


function loadgooglemapssect(kslocation) {

var mapsection= document.getElementById('googlemapsect');

if (kslocation=="greenbelt") {
mapsection.innerHTML= '<iframe width="365" height="159" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&amp;gl=us&amp;ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=113726917161388611305.00047f0e8666d88e1a95a&amp;ll=38.989836,-76.850395&amp;spn=0.010607,0.031242&amp;z=14&amp;output=embed"></iframe><br/>';
}

if (kslocation=="laurel") {
mapsection.innerHTML='<iframe width="365" height="159" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&amp;gl=us&amp;ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=113726917161388611305.00047f0e8666d88e1a95a&amp;ll=39.096896,-76.844559&amp;spn=0.021182,0.062485&amp;z=13&amp;output=embed"></iframe><br/>';
}

if (kslocation=="rockville") {
mapsection.innerHTML='<iframe width="365" height="159" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&amp;gl=us&amp;ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=113726917161388611305.00047f0e8666d88e1a95a&amp;ll=39.058583,-77.118874&amp;spn=0.010597,0.031242&amp;z=14&amp;output=embed"></iframe><br/>';
}

}
