var z= 3;
Banner = new Array(z);
Banner[0] = '<IMG SRC="img/01.gif" vspace=5 hspace=0 WIDTH=150 HEIGHT=170 border=0 style="filter:alpha(opacity=100)">';
Banner[1] = '<IMG SRC="img/02.gif" vspace=5 hspace=0 WIDTH=150 HEIGHT=170 border=0 style="filter:alpha(opacity=100)">';
Banner[2] = '<IMG SRC="img/03.gif" vspace=5 hspace=0 WIDTH=150 HEIGHT=170 border=0 style="filter:alpha(opacity=100)">';
Banner[3] = '<IMG SRC="img/04.gif" vspace=5 hspace=0 WIDTH=150 HEIGHT=170 border=0 style="filter:alpha(opacity=100)">';

function openw(res) {
var z = res.src;
z = z.substring(0, z.length-5) + z.substring(z.length - 4);
window.open("picview.htm?"+z, null, "top=50, left=50, channelmode=no, toolbar=no, location=no, status=no, directories=no, menubar=no, scrollbars=0");
}

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);
}


