function openSupportLogin() {
if (window.screen) {
   w = 1200; // window.screen.availWidth - 180;, 800
   h = 700; //window.screen.availHeight - 70;, 560
}
	ServerHost = document.location.host;
	window.open("http://" + "support.veridian.com.au" + "/portal/default.aspx","VeridianSupport","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=0,left=0,width=" + w + ",height=" + h);
}
