//<![CDATA[
	function openWindowg(url, name) {
		popupWin = window.open(url, name, 'toolbar,menubar,status,scrollbars,width=810,height=620,left=1,top=1');
	}
	function openWindowu(url, name) {
		popupWin = window.open(url, name, 'width=510,height=400,left=1,top=1');
	}
	function PopUpWindow(url, hWind, nWidth, nHeight, nScroll) {
		var cToolBar = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + nScroll + ",resizable=1,width=" + nWidth + ",height=" + nHeight;
		var win_tour = window.open(url, hWind, cToolBar);
	}
	function showD(){
		document.getElementById('details').style.display = 'block';
		document.getElementById('interior').style.display = 'none';
		document.getElementById('exterior').style.display = 'none';
		document.getElementById('listingCell').style.display = 'none';
	}
	function showI(){
		document.getElementById('details').style.display = 'none';
		document.getElementById('interior').style.display = 'block';
		document.getElementById('exterior').style.display = 'none';
		document.getElementById('listingCell').style.display = 'none';
	}
	function showE(){
		document.getElementById('details').style.display = 'none';
		document.getElementById('interior').style.display = 'none';
		document.getElementById('exterior').style.display = 'block';
		document.getElementById('listingCell').style.display = 'none';
	}
	function showL(){
		document.getElementById('details').style.display = 'none';
		document.getElementById('interior').style.display = 'none';
		document.getElementById('exterior').style.display = 'none';
		document.getElementById('listingCell').style.display = 'block';
	}
 //]]>
