function changePic(path) {
	var Pic = path ;
	newpic = document.getElementById('PicFrame').innerHTML=('<img src="'+ path + '" />');
	
}