﻿function OnGallery(ID, total)
{
  var left, top1, height, width;
  
  width = 604;  height = 604;  
  left = (screen.width - width)/2;  top1 = (screen.height - height)/4 - 20;    window.open('gallery.aspx?order=1&IDDataImageGallery=' + ID + '&total=' + total, 'gallery_picture', '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');
}

