﻿function PopUpContactProperty(eventURL) 
{
   window.open(eventURL, "contactproperty",
   "width=660, height=700, resizeable=no, scrollbars=no,\
   toolbar=no,location=no, directories=no,\
   status=no, menubar=no, copyhistory=no");
}

function PopUpMapProperty(eventURL) {
    window.open(eventURL, "mapproperty",
   "width=790, height=660, resizeable=no, scrollbars=yes,\
   toolbar=no,location=no, directories=no,\
   status=no, menubar=no, copyhistory=no");
}

function PopUpMapPropertyFeatures(eventURL) {
    window.open(eventURL, "mappropertyfeatures",
   "width=790, height=660, resizeable=no, scrollbars=yes,\
   toolbar=no,location=no, directories=no,\
   status=no, menubar=no, copyhistory=no");
}