<!-- <![[CDATA[
function popup(mylink, windowname,width,height,options)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, 'ImobiliareOnesti', 'width='+width+',height='+height+','+options);
return false;
}
// ]] -->
