$(document).ready(function(){
    onLoadRefreshArenapoints ? ReloadCurrency() : "";
})
function CheckOut(name,moneycode,price,webtime,startlevel,endlevel,leveltype,choosetype)
{
	InfoHidden();
	var result = gold.powerlevel.arenapoints.SaveForm($("#hidGameName").attr("value"), "", name, moneycode, price, webtime,startlevel, endlevel, leveltype, choosetype);
	Main("PL_CheckOut");
	window.location="confirm_step1.html";
}

function ReloadCurrency()
{
	var gameId = $("#hidGameId").attr("value");
	$("#tdHonor").html(gold.powerlevel.arenapoints.GetPackageslist(gameId, "2").value);
	$("#tdPackagesList1").html(gold.powerlevel.arenapoints.GetPackageslist(gameId, "0").value);
	$("#tdPackagesList2").html(gold.powerlevel.arenapoints.GetPackageslist(gameId, "5").value);
}
