
function galWin (address)
{
  win1 = window.open(address, 'Gallery', 'toolbar=no,location=no,directories=no ,status=no,scrollbars=yes,menubar=no,resizable=no,copyhistory=no,width=850,height=screen.heíght-50,left=100,top=5');
  win1.focus();
}
