	
function popup(page, width, height) {
window.open(page,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=' + width + ',height=' + height + '\'');
}
	
<!--//script taken from http://www.jamesransome.com/for_sale.html-->
