function IsOnLineForOrder(ProID)
{
	var url = "http://www.zsgy.com/Tea/order.aspx?id="+ProID+"&MainID=999"
	var returnValue = window.showModalDialog(url,"在线订购 - 紫艺网·中国最专业的紫砂门户网站","dialogHeight: 675px; dialogWidth: 506px; center:Yes; status: Yes;help: No"); 
					
	if(returnValue == "0")
	{
		location.href = "http://www.zsgy.com/Member/login.aspx";
	}
	else if(returnValue == "2")
	{
		location.href = "http://www.zsgy.com/Teapot/Order1.aspx";
	}
}
