	function popUp(id){
		window.open(id,'','height=400,width=500,top=200,left=300,resizable=yes');
	}
