<!--
var w=620;
var h=390;
var l=(screen.width-w)/2;
var t=(screen.height-h)/2;
var url="http://www.globallifeproperties.com/enquiries/forms/banyancurve.htm";
var features="left="+l+",top="+t+",width="+w+",height="+h+",scrollbars=none";
function popItUp() {
window.open(url,"",features);
}
//-->