<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var flashheight      = "100"     // HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth       = "750"     // WIDTH OF THE FLASH (IN PIXELS)
var headerlayer      = "yes"     // LAYER THE FLASH OVER THE PAGE IMAGE
var topPos           = 0;        // TOP POSITION OF THE LAYER
var leftPos          = 0;        // LEFT POSITION OF THE LAYER
var showflash        = "no"      // INDICATES FLASH SHOULD BE SHOWN

// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

if (showflash == "yes")
{
   if (headerlayer == "yes") 
   {
      if (navigator.appName.indexOf("Microsoft")!=-1) 
      {
         topPos = 0;
         leftPos = ( document.body.clientWidth / 2 ) - ( flashwidth / 2);
      }
      else
      {
         topPos = 0;
         leftPos = 0;
      }

      document.write('<div style="position: absolute; top:' + topPos + '; left:' + leftPos + '; z-index:3; width: 100%; border:#FFFFFF 0px solid;">');
   }
   document.write('<center><TABLE cellpadding="0" cellspacing="0" border="0" width="750"><tr><td align="center">');
   document.write('<EMBED src="/flash/logo.swf" quality=high wmode=transparent bgcolor=#000000  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
   document.write('</EMBED>');
   document.write('</td></tr></table></center>');
   if (headerlayer == "yes") 
   {
      document.write('</div>');
   }
}

//  End -->
