function OpenClientConnect()
{
	var height = screen.availHeight - 58;
	var width = screen.availWidth - 8;
	window.open("https://clientconnect.austbook.net/security/login_external.aspx?fld_LoginType=Client_External", "ClientConnect", "width=" + width + ",height=" + height + ",scrollbars=0,status=1,resizable=0,screenX=0,screenY=0,left=0,top=0");
}