

function OpenAboutUs()
{	
	newwindow=window.open("http://www.leighmardon.com.au/about/index.html","AboutUs","toolbar=0,resizable=1,title=0,width=1020,scrollbars=1,alwaysRaised=1");
	if (window.focus) {newwindow.focus()}
	

}


function OpenContactUs()
{	
	newwindow=window.open("http://www.leighmardon.com.au/contact/index.html","ContactUs","toolbar=0,resizable=1,title=0,width=1020,scrollbars=1,alwaysRaised=1");
	if (window.focus) {newwindow.focus()}
	

}
