function getUrl (cont, id, title) {
var options = "height=460, width=501, toolbar=no, directories=no, ";
options += "status=yes, scrollbars=auto, resizable=no, menubar=no";
download = window.open('http://vita.bizmobil.com/shared/download.php?cont='+cont+'&id='+id+'&title='+title+'&lang=fr&cat=&geoRef=',"download", options);
download.focus();
return true;
}
function getUrl (cont, id, title) {
var options = "height=460, width=501, toolbar=no, directories=no, ";
options += "status=yes, scrollbars=auto, resizable=no, menubar=no";
download = window.open('http://vita.bizmobil.com/shared/download.php?cont='+cont+'&id='+id+'&title='+title+'&lang=fr&cat=&geoRef=',"download", options);
download.focus();
return true;
};


