//<!-- 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 id="HotlinePhonecontent">');
document.write('<div style="position: absolute; bottom: 65px; left: 31px; background: url(graphics/TabPhone.jpg); width: 175px; height: 50px; border: solid; border-color:#00000f; border-width:0">');
// document.write('<div style="position: absolute; bottom: 30.0; left: 10px;font-size:14px; color:#000066;font-style:italic; font-family:Georgia, Times New Roman,   Times, serif;">');
// document.write('CALL ANY TIME 24x7');
// document.write('<div style="position: absolute; bottom: -32.0; left: 18px; font-size:18px; font-weight: bold; color:red; font-family:Ariel,Times New Roman,   Times, serif;">');
// document.write('(813) 956-0573');
//document.write('<div style="position: absolute; bottom: -19.0; left: -103px; background: url(graphics/TabRightTriangle.gif); width: 249px; height: 19px; background-repeat:no-repeat;">');
document.write('</div></div>');
}


if (phone_flash == "yes") {

  }



