	

function popDetail(w,h,img) {
	var view;
	view = window.open('/imgView.php?img='+img+'&amp;w='+w+'&h='+h,'','left=50,top=50,scrollbars=0,width='+w+',height='+h);
	view.focus();
	}
