function OpenNewWindow(filename)
		{
			window.open(filename,'viewPhoto','height=400,width=400,resizable=1,status=0,toolbar=0,menubar=0,location=0,scrollbars=0');
		}