//<!-- Begin
//
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
//
// ONLY USE lowercase FOR ALL OPTIONS

//-->
var phone_static 	    = "yes"		// SHOW THE STATIC PHONE
var phone_flash 	    = "no"		// SHOW THE FLASH  PHONE


if (phone_static == "yes") {
document.write('<div style="position: absolute;bottom: 40.0px; left: -1px; background-image: url(graphics/TabPhone.jpg); width: 175px; height: 50px; border: 1px solid; border-color:#0000ff;">');
document.write('<div style="position: absolute;bottom: -20.0px; left:-74px; background-image: url(graphics/TabRightTriangle.gif); width: 249px; height: 20px; background-repeat:no-repeat;">');
document.write('</div></div>');
}


if (phone_flash == "yes") {

  }



