function LoadGallery(pictureName,imageFile)
{
     
document.getElementById(pictureName).src = imageFile;

}

function showPh(pic) {
begin=window.open("","begin", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,dependent=yes,resizable=0,width=675,height=510");
begin.moveTo(149,55);
begin.document.open();
if (begin){
begin.document.write('<HTML><HEAD>');
begin.document.write('<TITLE>Green Hill Apartments</TITLE>');
begin.document.write('</HEAD><BODY bgcolor="#ECE9D9">');
begin.document.write('<center><table border="0" cellpadding="0" cellspacing="0"><IMG HSPACE=0 VSPACE=0 SRC=' + pic + '></td></tr></table></center>');
begin.document.write('<FORM><CENTER><INPUT TYPE=button class="buttonnb" VALUE="close window" onClick="window.close()"></CENTER></FORM>');
begin.document.write('</BODY></HTML>');
begin.document.close();
}
else {
alert("incompatible browser version! Please upgrage!");
}}

function mailto(account, domain) 
{ 
  window.location = 'mai' + 'lto:' + account + '%40' + domain; 
}

function opW(url,w,h){ 
window.open(url,'newpage','location=no,resizable=no, status=no, scrollbars=no,menubar=no,directories=no, width='+w+', height='+h); 


} 

