defaultStatus = "Azienda Agricola Losi - di Pietro e Paolo Losi - Castelnuovo Berardegna - Siena"

function displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.returnValue = true;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}