function addConfirm(fid)
{
	if(confirm("您确定将："+fid+"加为好友？")){
		return true;
	}else{
		return false;
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
}