function galleryChoice(galleryType,project,imageNo)
{
	eval('window.open("gallery-' + galleryType + '.asp?proj=' + project + '&img=' + imageNo + '","gallery","height=558,width=682,status=no")');
}