function openNewsContentPage(name,reviewid)
			{
				var sPath = document.getElementById("NewsContentPageName").value
						  + "?expertname=" + name + "&reviewid=" + reviewid;
			//		openStdDlg(sPath);
			var option = "";
				window.open(sPath,'',option);
			}
function openStdDlg(sPath)
{
	var iX = 750;
	var iY = 500;
	
	var iTop = (screen.availHeight - iY) / 2;
	var iLeft = (screen.availWidth - iX) / 2;
	
	try
	{
		window.open(sPath, "_blank", "width=" + iX + ",height=" + iY + ",status=0,resizable=1,scrollbars=1,top=" + iTop + ",left=" + iLeft);
	}
	catch(e) {}
}


function openexplain(url)
{
	w=(screen.width)/2-200;
	h=(screen.Height)/2-200;
	window.open(url,"tarexpl","left="+w+",top="+h+",toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=yes,location=no,directories=no,width=460,height=250");
}
function service_dis(kind,service_id)
		{
			openexplain("http://www.e696.com/kmcsms/cusexplain.aspx?kmcaction=''&kind="+kind+"&service_id="+service_id);
		}
