
function nav01() {
location.href="index.php";
}

function nav02() {
location.href="aboutus.php";
}

function nav03() {
location.href="services.php";
}

function nav04() {
location.href="qualitycare.php";
}

function nav05() {
location.href="faq.php";
}

function nav06() {
location.href="contactus.php";
}

function nav07() {
location.href="login.php";
}





    function toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'none')
          e.style.display = 'block';
       else
          e.style.display = 'none';
    }



p1 = new Image;
p1.src = "images/btn_learnmore_over.gif";
p2 = new Image;
p2.src = "images/btn_startfree_over.gif";
