function showLargerImage(imgPath) {
	window.open(imgPath,'','toolbar=no,width=515,height=515');
}
	
