<!--

function openw(res) {
var z = res.src;
z = z.substring(0, z.length-5) + z.substring(z.length - 4);
window.open("/picview.html?"+z, null, "top=20, left=40, channelmode=no, toolbar=no, location=no, status=no, directories=no, menubar=no, scrollbars=1");
}

function showp() {
document.images[0].src = location.search.substring(1);
}

function resizep() {
var w, h;
w = document.images[0].width;
h = document.images[0].height;
window.resizeTo(w+40, h+80);
}

-->
