	function show_div(div_id) {
    // hide all the divs
    document.getElementById('cityorneighborhood').style.display = "none";
    document.getElementById('address').style.display = "none";
    document.getElementById('mls').style.display = "none";
	document.getElementById('building').style.display = "none";
 
    // show the requested div
    document.getElementById(div_id).style.display = 'block';
	
	
	var repaint = document.getElementById(div_id).offsetHeight; // The calculation for offsetHeight requires the element to be painted
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#FFFFFF", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#FFFFFF", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#AEAEB5", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	
	
}

function repaint_sifr() {

	var repaint = document.getElementById(div_id).offsetHeight; // The calculation for offsetHeight requires the element to be painted
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#FFFFFF", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#FFFFFF", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"/swf/futura-light.swf", sColor:"#5a5758", sLinkColor:"#000000", sBgColor:"#AEAEB5", sWmode: "transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

}