// JavaScript Document
if(navigator.userAgent.indexOf('Mac') != -1) {
	if(navigator.appName.indexOf("Netscape") != -1){
		document.write("<link REL='stylesheet' HREF='/Landcom/NSW/ASP/include/main_mac.css' TYPE='text/css'>");
	}
	else{
		document.write("<link REL='stylesheet' HREF='/Landcom/NSW/ASP/include/main.css' TYPE='text/css'>");
	}
}
else {
	document.write("<link REL='stylesheet' HREF='/Landcom/NSW/ASP/include/main.css' TYPE='text/css'>");
}
function showpopup(popup_url, pheight, pwidth) {
	strpopup_url = new String(popup_url)
	myWindow = window.open(strpopup_url, "popup", 'height=' + pheight + ', width=' + pwidth + ', toolbar=no, scrollbars=yes') 
}
