
function openwindow(img_path){
	imgwnd = window.open("", "", "scrollbar=yes,width=680,height=520");
	imgwnd.document.write("<html><body><center><img src='"+img_path+"' ></center></body></html>");
	return false;
}
