function picOpener(pictName){

	theURL = "pic/picture.html?"+pictName;
	new_win = window.open(theURL, '_blank', 'width=800, height=635, location=no, menubar=no, scrollbars=no, resizable=no, toolbar=no, statusbar=no');
	return;
	
}
