<!--
// Change the value of baseURL to your server URL

var baseURL = 'http://www.ipmrealty.com.ph';
document.write('<base href="'+baseURL+'" target="_parent">');

function dopopup( url, name, params ) {

	var settings = ',status=yes,toolbar=no,menubar=no,location=no';
	window.open( url, name, params+settings );
	
}

//-->

