function showdown(p,id){
	if(confirm("下载该源码需要您"+p+"点的积分，请确认您有足够的积分(高级会员无下载限制)！确认继续吗？")){
		var path="showdown.asp?id="+id;
		window.open(path,"","height=280,width=350,left=50,top=50,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
	}
   return false;
}