function photoChange(ds, mls) {
	document.MLSPHOTO.src = "http://photos.websiteidx.com/get_photo.php?ds=" + ds + "&id=" + mls;
}

function showCalculator(price, taxes) {
	window.open('popup/popup_calculator.php?price='+price+'&taxes='+taxes,'mortgageCalc','width=560,height=350,resizable=no,scrollbars=no,toolbar=no');
}

function sendFriend(id) {
	window.open('popup/popup_send.php?id='+id,'sendFriend','width=560,height=350,resizable=no,scrollbars=no,toolbar=no');
}

function contactAgent(id) {
	window.open('popup/popup_contact_agent.php?id='+id,'contactAgent','width=560,height=300,resizable=yes,scrollbars=no,toolbar=no');
}

function photoChangePopup(pic_url) {
	window.open('/popup/popup_image.php?pic='+pic_url,'largePhoto','width=800,height=600,resizable=yes,scrollbars=yes,toolbar=no');
}