// JavaScript Document for Santomero-Rentals.com

<!--
function addtofav(){t=document.title;l=location.href;m1="Press Ctrl + ";m2=" to Bookmark this page";if(window.opera != undefined ){var v="T";alert(m1+v+m2);}else if(window.sidebar){window.sidebar.addPanel(t, l,"")}else if(document.all!= -1){window.external.AddFavorite(l,t);}else {v="D";alert(m1+v+m2);}}
//-->

<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->

<!--
function emailPage() {
  var messageText = 'Hi, I found this website and thought it was interesting: ' + window.location;
  var subjectText = 'Your friend would to like recommend this site';
  var email = prompt("Insert your friend's email: ", '');
{
    window.location = 'mailto:' + email +
      '?subject=' + encodeURIComponent(subjectText) +
      '&body=' + encodeURIComponent(messageText);
  }
}
//-->

<!--
function emailPagina() {
  var messageText = 'Olá, encontrei este site e achei muito interessante: ' + window.location;
  var subjectText = 'O seu amigo(a) recomenda este site';
  var email = prompt("Introduza o email do seu amigo(a):", '');
{
    window.location = 'mailto:' + email +
      '?subject=' + encodeURIComponent(subjectText) +
      '&body=' + encodeURIComponent(messageText);
  }
}
//-->

<!--
function saleAct() {
  document.getElementById('paRange').style.display='none';
  document.getElementById('pvRange').style.display='block';
}
function rentAct() {
  document.getElementById('pvRange').style.display='none';
  document.getElementById('paRange').style.display='block';
}
//-->

