//This function is for the listing detail page pop up windows
function MM_openBrWindow(theURL,winName,features) { file://v1.2
  window.open(theURL,winName,features);
}
