function ShowWindowImg(id,x,y)
{
  l = new Number((screen.width-x)/2);
  t = new Number((screen.height-y)/2);
  x-=3;y-=3;
  window.open('./profile_galeria_window_img.php?id='+id, '_blank', 'width='+x+',height='+y+',location=no,menubar=no,titlebar=0,directories=no,toolbar=no,scrollbars=no,resizable=no,status=0,left='+l+',top='+t+',fullscreen=no,channelmode=no,copyhistory=no,hotkeys=yes').focus();
}
function ShowWindowImgAct(id,x,y)
{
  l = new Number((screen.width-x)/2);
  t = new Number((screen.height-y)/2);
  x-=3;y-=3;
  window.open('./profile_center_window_img.php?id='+id, '_blank', 'width='+x+',height='+y+',location=no,menubar=no,titlebar=0,directories=no,toolbar=no,scrollbars=no,resizable=no,status=0,left='+l+',top='+t+',fullscreen=no,channelmode=no,copyhistory=no,hotkeys=yes').focus();
}