// create a window
function showimg(URL,WID,HGT) {
    window.open(URL,"","width=" + WID + ",height=" + HGT);
}

