function dopopup(pic, title) {
	url = new String("slideshow.html?pic=" + pic + "&title=" + title);
	ss = window.open(url, "ss", "toolbar=no, scrollbars=yes, width=800, height=730, resizable=yes");
	ss.focus();
}

