
function OpenContactWindow(){
window.open('/contactus.asp','','toolbar=yes,status=yes,scrollbars=yes,width=640,height=520')

}
function OpenNasaWindow(){
window.open('img/eastmassx.jpg','','width=379,height=569')

}
function Open140Floorplan(){
window.open('pearlriver1.gif','','toolbar=yes,status=yes,scrollbars=yes,width=640,height=520')

}
function Ahover(tableCellRef)
{
	tableCellRef.style.backgroundColor = 'yellow';
	//tableCellRef.style.className = 'navon';
	//alert('on');
}
function Ahoverout(tableCellRef)
{
	tableCellRef.style.backgroundColor = '#FFFFCC';
	//tableCellRef.style.className = 'navon';
	//alert('off');
}



