function popWin(url){
	window.open(url,'_blank','left=190,top=150,resizable=yes,scrollbars=auto,width=400,status=yes,height=400');
}
