
	function openImage(im, w, h)
	{
		window.open('/image/'+im, 'im', 'top='+(screen.height/2-h/2)+', left='+(screen.width/2-w/2)+',width='+w+', height='+h+', resizable=yes, statusbar=no, scrollbars=auto')
	}
