function loadImg(filename) {	x = screen.width/2-230;	y = screen.height/2-152;	window.open('../imgs/loadphoto.html?filename=' + filename,'MV_IMG','width=460, height=305, left=' + x + ', top=' + y);}