/*
  CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
  ONLY USE lowercase FOR ALL OPTIONS 
*/
var logo_static	    = "yes"		// SHOW THE STATIC LOGO
var logo_flash 	    = "no"		// SHOW THE FLASH  LOGO

if (logo_flash == "yes") {
  }

if (logo_static   == "yes")	{
  document.write('<div style="position: absolute; top: 20; left: 5; background: url(graphics/kevin-moorefinl-notxt.gif); width: 120px; height: 64px;">');
  document.write('</div>');
  document.write('<div style="position: absolute; top: 5; left: 125px; background: url(graphics/Header-Title3.gif); width: 350px; height:100px;">');
  document.write('</div>');
}
