function comments() { window.open("/California-online-traffic-school/src/English/comments.html", "comments", "left=50, top=50, width=730, height=550, resizable=yes, scrollbars=yes"); } function faq() { window.open("http://help.onlinetraffic.com/admin/traffic/knowledge_search.php?l=admin&x=1&deptid=1&", "faq", "left=50, top=50, width=480, height=500, resizable=yes, scrollbars=yes"); } function bbb() { window.open("https://www.santabarbara.bbb.org/BusinessReport.aspx?CompanyID=92010046&source=ctc", "BBB", "left=50, top=50, width=480, height=500, resizable=yes, scrollbars=yes"); } function giveawayContestRules() { window.open("/California-online-traffic-school/src/English/giveaway-contest-rules.html", "FreeGiveaway", "left=50, top=50, width=450, height=400, resizable=yes, scrollbars=yes"); } function verify() { window.open("/California-online-traffic-school/verifylogo.html", "verifylogo", "left=50, top=50, width=450, height=400, resizable=no, scrollbars=no"); } function mcle() { window.open("/California-online-traffic-school/mcleoffer.html", "mcle", "left=50, top=50, width=400, height=380, resizable=no, scrollbars=no"); } function osupport() { window.open("http://support.onlinetraffic.com/ots.html", "osupport", "left=50, top=50, width=550, height=625, resizable=no, scrollbars=no"); } function SSL_Encrypted_Secured() { window.open("https://www.onlinetraffic.com/thawte/SSL/SSL_Encrypted_Secured.html", "secured", "left=50, top=50, width=500, height=585, resizable=no, scrollbars=no"); } function forgotpassword() { window.open("/California-online-traffic-school/newforgotpassword/forgotpassword.php", "faq", "left=50, top=50, width=710, height=700, resizable=no, scrollbars=yes"); } function initRollovers() { if (!document.getElementById) return var aPreLoad = new Array(); var sTempSrc; var aImages = document.getElementsByTagName('img'); for (var i = 0; i < aImages.length; i++) { if (aImages[i].className == 'imgover') { var src = aImages[i].getAttribute('src'); var ftype = src.substring(src.lastIndexOf('.'), src.length); var hsrc = src.replace(ftype, '-ovr'+ftype); aImages[i].setAttribute('hsrc', hsrc); aPreLoad[i] = new Image(); aPreLoad[i].src = hsrc; aImages[i].onmouseover = function() { sTempSrc = this.getAttribute('src'); this.setAttribute('src', this.getAttribute('hsrc')); } aImages[i].onmouseout = function() { if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('-ovr'+ftype, ftype); this.setAttribute('src', sTempSrc); } } } } function enlargeText1() { x = document.getElementById('textarea'); x.style.fontSize = '1em'; } function enlargeText2() { x = document.getElementById('textarea'); x.style.fontSize = '1.5em'; } function enlargeText3() { x = document.getElementById('textarea'); x.style.fontSize = '2em'; } var imageon0, imageon1, imageon2, imageon3, imageon4, x, z; function load_people() { imageon0 = new Image(); imageon0.src = "/California-online-traffic-school/images/homepage/comment1.jpg"; imageon1 = new Image(); imageon1.src = "/California-online-traffic-school/images/homepage/comment2.jpg"; imageon2 = new Image(); imageon2.src = "/California-online-traffic-school/images/homepage/comment3.jpg"; imageon3 = new Image(); imageon3.src = "/California-online-traffic-school/images/homepage/comment4.jpg"; imageon4 = new Image(); imageon4.src = "/California-online-traffic-school/images/homepage/comment5.jpg"; x = 0; z = 0; setTimeout('rotatepeople()', 5000); } function rotatepeople() { document.getElementById('testimonial').src = eval('imageon'+x).src; setTimeout( 'rotatepeople()', z == 0 ? 20000 : 25000 ); if( ++x == 5 ){ x = 0; ++z; } }