function popUpficha(id) {
window.open("ficha.php?codigo="+id,"",'width=500,height=400,scrollbars=0,top=100,left=100,resizable=no,fullscreen=0');
}

function popUpofert(id) {
window.open("ofert.php?codigo="+id,"",'width=350,height=400,scrollbars=1,top=100,left=150,resizable=no,fullscreen=0');
}
