/*
  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: 20px; left: 7px; background: url(graphics/kevin-moorefinl-notxt.gif); width: 120px; height: 64px;">');
  document.write('</div>');
  document.write('<div style="position: absolute; top: 5px; left: 115px; background: url(graphics/Header-Title-NPI-Home2.gif); width: 420px; height:100px;">');
  document.write('</div>');
}

