//Written by Lawrence colman
//Copyright 2009, All Rights Reserved.


function goHome() {
        window.location="http://www.vatl.org.au/";
}


function doARselect() {
        document.getElementById("NLAR").style.visibility="visible";
}