function ShowImage(path){
	window.open('./images/'+path, 'img');
}
