// JavaScript Document
// check version of flash under "flash tab" in the publish settings of the fla
// change the value of the flashversion variable if necessary
if ( flashversion >= 10 ) {
document.write('<!--[if !IE]><--> ');
// change the data="", width="", and height="" values
document.write('<object type="application/x-shockwave-flash" data="/Zollner/Flash/ZollnerIntro.swf" width="440" height="330">');
document.write('<param name="base" value="." />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
// change value=""
document.write('<param name="movie" value="/Zollner/Flash/ZollnerIntro.swf" />');
// if using a different image for "no-flash" change the path to the image, as well as height and width
document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BUIGP" id="NoFlashImage" title="Please download flash for an even better experience"><img src="/Zollner/images/images/NoFlash.jpg" alt="Please download flash for an even better experience" height="438" width="328" /></a>');
document.write('</object>');
document.write('<!--><![endif]--> ');
document.write('<!--[if IE]> ');
// only change width="" and height="" values
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" wmode="transparent" width="330" height="440" id="HomeFlash">');
document.write('<param name="base" value="." />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
// change value=""
document.write('<param name="movie" value="/Zollner/Flash/ZollnerIntro.swf" />');
// if using a different image for "no-flash" change the path to the image, as well as height and width
document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BUIGP" id="NoFlashImage" title="Please download flash for an even better experience"><img src="/Zollner/images/images/NoFlash.jpg" alt="Please download flash for an even better experience" height="438" width="328" /></a>');
document.write('</object>');
document.write('<![endif]--> ');
} else {
// if using a different image for "no-flash" change the path to the image, as well as height and width
document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BUIGP" id="NoFlashImage" title="Please download flash for an even better experience"><img src="/Zollner/images/images/NoFlash.jpg" alt="Please download flash for an even better experience" height="438" width="328" /></a>');
}