  /*<![CDATA[*/
    pageList=new Array("index.php","driving_test.php","areas_covered.php","prices.php","pass_plus.php","gift_vouchers.php","contact.php");
    function gotoPage(page){
        document.getElementById('mask').style.display='block';
        document.getElementById('mask').style.top='0px';
        document.getElementById('mask').style.width=document.body.offsetWidth+'px';
        document.getElementById('mask').style.height=document.body.offsetHeight+'px';
        document.getElementById('mask').style.left=-(document.body.offsetWidth-780)/2+'px';
        document.getElementById('loadscreen').style.display='block';
        self.location=pageList[page];
    }
    function hideDiv(divname){
        document.getElementById(divname).style.display='none';
    }
    function showDiv(divname){
        document.getElementById(divname).style.display='inline';
    }


  /*]]>*/