<!--

function flipImage(url)
{
    if (window.event.srcElement.tagName == "IMG" ) {
        window.event.srcElement.src = url;
    }
}

function home_onclick() {
	window.location.href="../index.htm";
}

function properties_onclick() {
	window.location.href="Properties.htm";
}

function renovation_onclick() {
	window.location.href="Renovation.htm";
}

function thearea_onclick() {
	window.location.href="TheArea.htm";
}

function gettinghere_onclick() {
	window.location.href="GettingHere.htm";
}

function prices_onclick() {
	window.location.href="Prices.htm";
}

function contactus_onclick() {
	window.location.href="ContactUs.htm";
}
//-->
