function popUp(picURL)
		{
		window.open("../popUp.html?"+picURL,"","scrollbars=yes,location=yes,toolbar=yes,resizable=1,HEIGHT=200,WIDTH=200");
		}


