function openPic(imageClick){
var labPic = window.open(imageClick, "Picture", "width=570, height=430, resizable=yes")
labPic.focus()
}
