function OpenPop(fichero)
{
 window.open(fichero,"pop","toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,titlebar=no,resizable=yes,height=700,width=1000,top=5,left=5")
}
