function openAdminWindow() {
	window.open("admin/index.htm","admin","toolbar=no, location=yes, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=767, height=600")
}


function writeFooter() {
	document.write("<table width='750' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr height='5'><td width='750' colspan='2'></td></tr>");
	document.write("<tr><td width='375' class='footerText'>&nbsp;&nbsp;North Geelong Real Estate Pty. Ltd.<br>&nbsp;&nbsp;ABN: 66 052 364 931 ACN: 052 364 931</td>");
	document.write("<td width='375' class='footerText' align='right'><a href='privacy_policy.asp' class='footerLink'>Privacy Policy & Disclaimer</a><br>Site design by: Marsnet</td></tr>");
	document.write("<tr height='5'><td width='750' colspan='2'></td></tr></table>");	
}


function mOvr(src,clrOver) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
	}
}

function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = clrIn;
	}
}

function mClk(src) {
	if(event.srcElement.tagName=='TD') {
		src.children.tags('A')[0].click();
	}
}