<!--Begin
var popwin = null;
function NewWindow (targetpg,w,h) {
 NewWindowClose();
 options = 'toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,location=0,width=' + w + ',height=' + h + ',screenX=1,screenY=1,top=1,left=1';
 popwin = window.open('',targetpg,options);
 if (popwin == null || typeof(popwin) == 'undefined') {
  document.location.href('popupblocker.php');
 }
}
function NewWindowClose () {
 if (popwin != null && !popwin.closed) popwin.close();
}
//--End-->
<!--Begin
function MailPage () { 
 var mail_str = "mailto:?subject=Check out this listing";
 mail_str += "&body=I thought you might be interested in this property for sale.";
 mail_str += " You can view it at " + location.href; 
 location.href = mail_str; 
} 
//--End-->
<!--Begin
function ListingInfo () { 
 var mail_str = "mailto:carl@thecarlwilsonteam.com?subject=Listing Information";
 mail_str += "&body=I am interested in more information for the following listing: ";
 mail_str += location.href; 
 location.href = mail_str; 
} 
//--End-->
