function openGallery(id)
	{
	    //mywindow = window.open("/gallery/" + id + ".aspx", 'mywindow', 'width=625,height=545,scrollbars=auto,resizable,status=0');
	    mywindow = window.open("/gallery/" + id + ".aspx", 'mywindow', 'width=980,height=600,scrollbars=auto,resizable,status=0');
		mywindow.moveTo(screen.width/2 - 312,screen.height/2 - 275);
		return;
	}