function openGallery()
{
	x = (screen.width / 2) - 320;
	y = (screen.height / 2) - 240;
	window.open('gallery.html','gallery','width=640,height=480,statusbar=0,toolbar=0,left='+x+',top='+y);
}
