<!--

function TourWindow(url, width_in, height_in) {
    new_window = window.open(url,'tour','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=' + width_in + ',height=' + height_in);
    new_window.focus();
} // function TourWindow

function TourPopup () {
//    alert('During week commencing Nov 18th, the tour is being updated.\n\nSome pages may be missing or incomplete.\n\nApologies for any inconvenience.');
    TourWindow("http://www.arp3.com/tour/1.html", 500, 517);
} // function ToupPopup

//-->
