	function PubDetail(pid) {

		window.open('detail.php?pid='+pid,'detail','width=500,height=400,scrollbars=0,status=0,location=no');

	}