function galleryChoice(showThis,thisGallery)
{
	eval('window.open("gallery_' + thisGallery + '.asp?choice=' + showThis + ' ","gallery","height=560,width=440")');
}