<!--
	function oimg(url,w,h) {
		w = w+0;
		h = h+0;
		newWindow = window.open('imgview.php?img='+url,'upload','width='+w+',height='+h+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',location=no,directories=no,statusBar=no,menuBar=no,scrollBars=no,resizable=no');
		newWindow.focus();
	}
// -->
