//兑奖中心滚动条
//高度
//document.getElementById("PgShop").height="100";
////宽度
//document.getElementById("PgShop").width="555";

var Pgheight ="128";
var Pgwidth  ="555";
//显示表格1
function ShowTable()
{  
  document.write("<IFRAME marginWidth=0 marginHeight=0 src='/IndexMainStatic/shop/pgshop_1.htm' frameBorder=0 width="+Pgwidth+" scrolling=no  height="+Pgheight+" id='PgShop' name='PgShop'></IFRAME>");

}


//显示奖品
function Showissue()
{  
  document.write("<iframe frameborder='0' height='1150' hspace='0' marginheight='0' marginwidth='0' scrolling='no' src='/IndexMainStatic/shop/djzx_1.htm' vspace='0' width='566'></iframe>");
}

//显示左边的导航
function ShowLeft()
{  
  document.write("<iframe frameborder='0' height='775' hspace='0' marginheight='0' marginwidth='0' scrolling='no' src='/IndexMainStatic/shop/djzx_2.htm' vspace='0' width='245'></iframe>");
}



