//确定大奖排行页面中Frame的高度
//document.getElementById("pggift").height="4750";
//document.getElementById("pggift").width="745";

var Pgheight ="5520";
var Pgwidth  ="745";
//显示表格1
function ShowTable()
{  
  document.write("<IFRAME marginWidth=0 marginHeight=0 src='IndexMainStatic/pgGift.htm' frameBorder=0 width="+Pgwidth+" scrolling=no  height="+Pgheight+" id='pggift' name='pggift'></IFRAME>");

}

var TradeHeight = "1620";
var TradeWidth ="778";

function ShowTradeTable()
{
    document.write("<IFRAME marginWidth=0 marginHeight=0 src='IndexMainStatic/pgBigAward.htm' frameBorder=0 width="+TradeWidth+" scrolling=no  height="+TradeHeight+" id='pggift' name='pggift'></IFRAME>");
}
