// JavaScript Document
function openpic(thepic, thetitle, lastpic, folder){
	winhandler = window.open('bigimage.php?pic=' + thepic + '&title=' + thetitle + '&lastpic=' + lastpic + '&folder=' + folder, 'picwin', 'directories=0,location=0,scrollbars=0,resizable=0,width=450,height=400,left=20,top=20');
	winhandler.focus();

}