function showCommunity() {
	try{
	    displayObject('community','block');
	    setFgColor('bp1','#ffffff');
	    setBgColor('bp0','#006699');
	    setBgColor('bp1','#006699');
	    setBgColor('bp2','#006699');
	    setBgColor('bp3','#006699');
	    setBgColor('bp4','#006699');
	    setBgColor('bp5','#006699');
	    setBorderTop('b3','solid #000000 0px');
	    setSource('bpp0','/default/images/detail/propertydetail2_12.gif');
	    setSource('bpp1','/default/images/detail/propertydetail2_14.gif');
	} catch(Ex){

	}
}

function hideCommunity() {
	try{
	    displayObject('community','none');
	    setFgColor('bp1','#666666');
	    setBgColor('bp0','#eeeee0');
	    setBgColor('bp1','#eeeee0');
	    setBgColor('bp2','#eeeee0');
	    setBgColor('bp3','#eeeee0');
	    setBgColor('bp4','#eeeee0');
	    setBgColor('bp5','#eeeee0');
	    setBorderTop('b3','solid #000000 1px');
	    setSource('bpp0','/default/images/detail/propertydetail2_12b.gif');
	    setSource('bpp1','/default/images/detail/propertydetail2_14b.gif');
	} catch(Ex){

	}
}
