function showPic(url) {
       var img = document.getElementById('mgImage');
       img.src=url;
}

function showGallery(url) {
}
