<!--Hide

IMAGE01 = "images/on.gif"
IMAGE02 = "images/off.gif"
function imgover(imgname){
     imgname.src = IMAGE01
}
function imgout(imgname)  {
     imgname.src = IMAGE02
}

//End Hiding-->

<!--Hide

function popCal(){
        // Set up Page Colors & Table
        var theMonths=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");
       today = new Date();
       curmonth = "#" + theMonths[today.getMonth()];
       theCalendar='Calendar/calendar.html"+curmonth+"'       
       popup = window.open("Calendar/calendar.html","popDialog","width=300,height=270,top=0,left=0")
      
}

function newApartment(){
        
        window.open('apartment.html', 'Apartment', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=420,height=300');
	
	}
	
function newSign(){
        
        window.open('sign.html', 'Sign', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=275,height=400');
	
	}	
//End Hiding-->