function show_pic(i, w, h) {
	frank=window.open('../images/' + i, 'pic', 'height=' + h + ',width=' + w + ',toolbar=0,status=0,menubar=0');	frank.resizeTo(w+50,h+70);	frank.focus();
}
