function openImage(URL) {
    var imagePopUp = window.open("/openImage.html?"+URL,"imagePopUp","width=650,height=600,scrollbars=yes");
}