//查看方案内容
function OpenWin(Url)
{
	window.open(Url,'','top=100,left=250,width=380,height=280,scrollbars=no');
}

function ViewBetInfo(Url)
{
	window.open(Url,'','top=100,left=250,width=380,height=280,scrollbars=no');
}

//查看公告
function ViewNotice(Url)
{
	window.open(Url,'','top=100,left=250,width=580,height=390,scrollbars=yes');
}

//查看用户消费记录的详细内容
function ViewDetail(Url)
{
	window.open(Url,'','top=100,left=250,width=580,height=350,scrollbars=yes');
}
