function abreanuncie(URL) {
   var width = 650;
   var height = 900;
   var left =0;
   var top = 0;
   window.open(URL,'Up', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
function abrecontato(URL) {
   var width = 550;
   var height = 980;
   var left =0;
   var top = 0;
   window.open(URL,'Up', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
