if (xdetect_easyDetect('flash')) {
    // write out parts of the page for including the Flash animation:
    document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" WIDTH="750" HEIGHT="400">');
    document.write('<PARAM NAME="movie" VALUE="maingifs/home.swf">');
    document.write('<PARAM NAME="quality" VALUE="best">');
    document.write('<EMBED SRC="home.swf" TYPE="application/x-shockwave-flash" WIDTH="750" HEIGHT="400" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" QUALITY="best" PLAY="true">');
    document.write('</object>');
} else {
    // HTML-only version
    document.write('<IMG SRC="maingifs/needflash-main.jpg" WIDTH="150" HEIGHT="135" BORDER="0" ALT="YOU NEED THE FLASH PLUG-IN" USEMAP="#noflash-mainbc356898"><BR>');
}