function changePic(imgpath) {
    document.getElementById("_previewimg").src=imgpath;
}

