function popupPicts(pictName){
		theURL = "popupwin.html?"+pictName;
		new_win = window.open(theURL, '_blank', 'width=1, height=1, location=no, menubar=no, scrollbars=no, resizable=no, toolbar=no, statusbar=no');
	return;
	};
