function ShowPic(url, name, width, height) {
width += 17;
height += 60;
o = window.open(url, name, "resizable=no, top=0, left=0, menubar=no, width="+width+", height="+height);
}

