function showpic(path) {
	//alert("the path is "+path);
	document.getElementById('imagehere').src=path;
}
