function generateQuote(){var a=bidenQuote[Math.floor(Math.random()*bidenQuote.length)];document.getElementById("quoteSpot").innerHTML=a;if(a.length>110){document.getElementById("quoteSpot").style.fontSize="1.2em"}else{if(a.length>80){document.getElementById("quoteSpot").style.fontSize="1.3em";document.getElementById("quoteSpot").style.lineHeight="16px"}else{document.getElementById("quoteSpot").style.fontSize="1.6em";document.getElementById("quoteSpot").style.lineHeight="22px"}}$("quoteSpot").appear()}function newQuote(){$("quoteSpot").fade();setTimeout("generateQuote()",1200)}function viewMore(a){if(a=="smiles"){document.getElementById(a).style.zIndex="1";document.getElementById(a+"-tab").style.className=a;document.getElementById("submit").style.zIndex="0";$(a+"-tab").removeClassName("off");$("submit-tab").addClassName("off");$("testimonies").setStyle({overflowY:"hidden"})}else{document.getElementById(a).style.zIndex="1";document.getElementById(a+"-tab").style.className=a;document.getElementById("smiles").style.zIndex="0";$(a+"-tab").removeClassName("off");$("smiles-tab").addClassName("off");$("testimonies").setStyle({overflowY:"auto"})}}function tipOff(a){if(a=="one"){$("tip").innerHTML="Oh, yesssss, that is a Joe Biden signature tooth. Well done."}if(a=="two"){$("tip").innerHTML="Protecting your gums is a lot like protecting our borders. It is a matter of national security."}if(a=="three"){$("tip").innerHTML="Get in there! You're going to get cavities!!! Drill baby, drill!!!... err, wait, what?"}if(a=="four"){$("tip").innerHTML="THAT, is where the grit is.  Just like Scranton, PA."}if(a=="five"){$("tip").innerHTML="The war on plaque insurgency starts right here. Oh you're good,.. you're very good."}if(a=="out"){$("tip").innerHTML="Treat your cursor like a tooth brush and get useful tips!"}}function doValidation(){if(document.getElementById("smile_terms").checked==false){document.getElementById("errormessage").innerHTML="You must confirm that your image meets Trident's terms and conditions.";return false}else{return true}}function openToc(){$("tocwrapper").show()}function initFrame(){document.getElementById("smiles").style.height=document.getElementById("submit").offsetHeight+"px"}function showTime(d,b){var c=new Array("stage-one","stage-two","stage-three","stage-four","stage-five","stage-six");for(var a=0;a<c.length;a++){document.getElementById(c[a]).style.display="none";document.getElementById(c[a]+"-tab").className=""}b.className="on";document.getElementById(d).style.display="block"};
