<!--
var isNav,isIE;


if (parseInt(navigator.appVersion) >=4 ) {
	if (navigator.appName == "Netscape") {
		isNav = true
	} else {
		isIE = true
		col1 = "all."
		styleObj = ".Style"
	}
}

window.status='ECR Properties - www.ecrpro.com';
function hidestatus(){
window.status='ECR Properties - www.ecrpro.com';
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

function openMp3(id)
{
	popupWidth=300;
	popupHeight=20;		
	mywindow=window.open("/mp3player.cfm?mp3id="+id,"mp3Player","status=yes,location=no,reload=yes,resizable=yes,scrollbars=yes,width="+popupWidth+",height="+popupHeight+"\"");
	mywindow.focus();
}

function showvideo(video) {
	var str = new String("/images/media/video/" + video)
	window.open(str, "movieWin", "width=320, height=240")
}

function currency(curr,amount,lang) {
		  wn=window.open('/utils/currency.cfm?currency='+curr+'&amount='+amount+'&lang='+lang,'currency','width=350,height=400');
}

function metric(unit,amount,lang) { 
		  wn=window.open('/utils/metric.cfm?unit='+unit+'&amount='+amount+'&lang='+lang,'metric','width=280,height=220');
}

function mortgage(unit,amount,lang) { 
		  wn=window.open('/utils/mortgage.cfm?unit='+unit+'&amount='+amount+'&lang='+lang,'morgage','width=400,height=320');
}
//-->

