﻿function vc() {
    document.getElementById('modal').innerHTML = "<div id='vc' style='display: block;' class='modalPage'>" +
    "<div class='modalBackground' style='width:1920px;height:2160px;'></div>" +
    "<div class='modalContainer'>" +
    "<div style='HEIGHT: 420px' class='modal'>" +
    "<div class='modalTop'>" +
    "<div style='FLOAT: left; MARGIN-LEFT: 5px;'>Virtual Classroom Option" +
    "</div><input id='Button2' onclick='hide()' type='button' value=' X ' /></div>" +
    "<div class='modalBody'>" +
    "<p>&nbsp;&nbsp;&nbsp;&nbsp;Some students prefer to attend a site-based classroom, but we understand that sometimes it's just not possible. Therefore, at ATP we have an equivalent alternative for you...our Virtual Classrooms. This option gives you the same advantages as a site-based classroom but you can attend class from the convenience of your home!<br /><br />" +
    "&nbsp;&nbsp;&nbsp;&nbsp;Just like a site-based class, there is a set schedule, a teacher, attendance is taken, and there are other students in the class. Only it’s over the Internet. You will be able to communicate with your instructor and classmates. You can see and hear your teacher. And you can even raise your hand! Do you have a web cam? Then, if you choose you can also be seen by your instructor and classmates.<br /><br />" +
    "&nbsp;&nbsp;&nbsp;&nbsp;99% of those students who try our Virtual Classroom option are satisfied with their learning experience, finding it equal to attending a site-based class. There's one more very important detail about the Virtual Classroom: it comes with a <a onclick='mbg()' href='#'>Money Back Guarantee</a> on your first class. We will refund your money (minus the registration fee) if it's not the perfect substitute for attending a site-based class.</p>" +
    "</div></div></div></div>";
}

function mbg() {
    document.getElementById('modal').innerHTML = "<div id='vc' style='display: block;' class='modalPage'>" +
    "<div class='modalBackground' style='width:1920px;height:2160px;'></div>" +
    "<div class='modalContainer'>"+
    "<div style='HEIGHT: 200px' class='modal'>"+
    "<div class='modalTop'>"+
    "<div style='FLOAT: left; MARGIN-LEFT: 5px;'>Our Virtual Class Money Back Guarantee "+
    "</div><input id='Button2' onclick='hide()' type='button' value=' X ' /></div>"+
    "<div class='modalBody'>"+
    "<p>&nbsp;&nbsp;&nbsp;&nbsp;Take two sessions in our Virtual Classroom and see for yourself. If you're still not convinced, you will receive a complete refund, minus the $35 enrollment fee. Another option, for those located near one of our site-based classroom facilities, can register again to take the classes in a site-based classroom for no additional cost.<br /><br /></p>"+
    "<p align='center'><a onclick='vc()' href='#'>Virtual Classroom Option</a></p>"+
    "</div></div></div></div>";
}

function sb() {
    document.getElementById('modal').innerHTML = "<div id='vc' style='display: block;' class='modalPage'>" +
    "<div class='modalBackground' style='width:1920px;height:2160px;'></div>" +
    "<div class='modalContainer'>" +
    "<div style='HEIGHT: 300px' class='modal'>" +
    "<div class='modalTop'>" +
    "<div style='FLOAT: left; MARGIN-LEFT: 5px;'>Site-based Classroom Option " +
    "</div><input id='Button2' onclick='hide()' type='button' value=' X ' /></div>" +
    "<div class='modalBody'>" +
    "<p>&nbsp;&nbsp;&nbsp;&nbsp;Some students prefer to attend a site-based classroom. Other students prefer the virtual classroom. At ATP we cater to every student's learning needs. That is why we offer both classroom settings. Students can take a class from wherever is most convenient for them.<br /><br /></p>" +
    "<p>&nbsp;&nbsp;&nbsp;&nbsp;Site-based classes are where we run our classes in the typical classroom environment with students and a teacher in a physical classroom. To see which campus is most convenient for you, <a href='http://www.achievetestprep.com/location.html'>click here</a>. And remember if one our site-based locations doesn’t work for you, you can take classes in our Virtual classroom.<br /><br /></p>" +
    "<p align='center'><a onclick='vc()' href='#'>Virtual Classroom Option</a></p>" +
    "</div></div></div></div>";
}

function pp() {
    document.getElementById('modal').innerHTML = "<div id='vc' style='display: block;' class='modalPage'>" +
    "<div class='modalBackground' style='width:1920px;height:2160px;'></div>" +
    "<div class='modalContainer'>" +
    "<div style='HEIGHT: 200px' class='modal'>" +
    "<div class='modalTop'>" +
    "<div style='FLOAT: left; MARGIN-LEFT: 5px;'>$200 Promotional Price " +
    "</div><input id='Button2' onclick='hide()' type='button' value=' X ' /></div>" +
    "<div class='modalBody'>" +
    "<p>&nbsp;&nbsp;&nbsp;&nbsp;For a limited time we are offering a promotional price of only $200 for new students for their first Virtual Class, if you enroll over the web. That’s over 60% off the regular price! We have made the price very enticing because we know that once you learn how great our program works, you will want to continue with Achieve. And there is virtually no risk with our <a onclick='mbg()' href='#'>Money Back Guarantee</a>.<br /><br /></p>" +
    "<p align='center'><a onclick='vc()' href='#'>Virtual Classroom Option</a></p>" +
    "</div></div></div></div>";
}

function hide() {
    document.getElementById('modal').innerHTML="";
}
