//function NoError(){return(true);} onerror=NoError;
//function status(txt){return(1);}


document.title += ' | ' + _client_;


function header()	{
document.writeln('<img src="'+_baseref_ + '/images/logo.jpg" border=0 alt=" Albury Apartments " align=middle width=770 height=115>');
}


function left()
{
document.writeln('<a href="'+_baseref_+ '/office/contact.htm">Contact Us</a>');
//document.writeln('<a href="'+_baseref_+ '/office/privacy.htm">Privacy Statement</a>');
document.writeln('<a href="'+_baseref_+ '/home/index.htm">Home Page</a>');
}


function footer()
{
for(var i=0;i<address.length;i++)	document.writeln(address[i]+'<br>');
}


var adminVar = '';
function popup(url)
{
adminVar=window.open(url,'adWin','width=340,height=200,top=0,left=0,resizable=1,scrollbars=1,menubar=0,location=0');
adminVar.focus();
}


function login()	{
var url = _baseref_ + '/ez/login.htm';
popup(url);
}





_loaded_ = true;


