function popup(x) {
	remote = window.open("","UMS","width=990,height=750, scrollbars=0");
	remote.location.href = "/pictures/"+x+".jpg";
	remote.focus();
}

