function openMax(direcc) { 
window.open(direcc, "foo", "screenX=1,screenY=1,left=1,top=1,scrollbars=yes,resizable=yes," + 'width='+(screen.availWidth-10)+',height='+(screen.availHeight-50)); 
}