function openPic(imageClick){
var labPic = window.open(imageClick, "Picture", "width=820, height=550, resizable=yes, scrollbars=1")
labPic.focus()
}