
function OnClickImageGallery(link, IDDataImageGallery)
{
  var left, top1;
  
  //width = screen.width*0.95;  width = 900;  height = 850;  left = (screen.width - width)/2;  top1 = (screen.height - height)/8;  window.open('ImageGallery.aspx?IDDataImageGallery=' + IDDataImageGallery, 'imagegallery', 'width=' + width + ',height=' + height + ',alwaysLowered=1,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=' + left + ',top=' + top1 + ',z-lock=0');}

