﻿// JScript 文件
function show_serviceleft(hrefId)
{
    var url="serviceleft.aspx";
    if(hrefId!=null)
    {
        url +="?hrefId="+hrefId;
    }
    show_iframe("serviceleftFrame",url,"180","508" );
    
}

function show_login(reload)
{
    var url="MainLogin.aspx";
    if(reload=="1")
    {
        url =url+"?reload=1";
    }

    show_iframe("loginFrame",url,"200","233" );
}

function show_servicefaq()
{
    show_outer_iframe("servicefaqFrame","servicefaq.html","200","275" );
}

function show_goldtopimg()
{
    show_outer_iframe("goldtopimgFrame","goldtopimg.html","705","225" );
}


function show_newsleft()
{
    show_iframe("newsLeftFrame","newsleft.html","180","700" );
}

function show_gamesleft(id)
{
    show_iframe("gamesLeftFrame","gamesleft.html?id="+id,"180","700" );
}


function show_GetGold()
{
    show_iframe("GetGoldFrame","ActivityGetGold.aspx?id="+Math.random(),"201","148" );
}

function show_servicefaq2()
{
    show_outer_iframe("servicefaqFrame","servicefaq2.html","224","275" );
}



