﻿//首页大广告
var gg960ShowTime = 10000; //播放时间
var gg960Time = null;

function open_gg960(showBtn){
    $('.gg_full .gg_fcon').html(gg960Con).slideDown(300,function(){
        if(showBtn !== false){
            $('.gg_full .gg_fbtn').fadeIn();
        }
        if(gg960Time){clearTimeout(gg960Time);}
        gg960Time = setTimeout(close_gg960,gg960ShowTime);
    });
}
function close_gg960(){
    $('.gg_full .gg_fcon').slideUp(500,function(){
        $(this).html('');
        $('.gg_fclose').hide();
        $('.gg_freplay').show();
    });
}
$('.gg_fclose').click(function(){
    if(gg960Time){clearTimeout(gg960Time);}
    close_gg960();
    return false;
});
$('.gg_freplay').click(function(){
    if(gg960Time){clearTimeout(gg960Time);}
    open_gg960(false);
    $('.gg_freplay').hide();
    $('.gg_fclose').show();
    return false;
});

var gg960Con = "";
var fullAdType = 'jpg';
var fullAdUrl = '/'
var fullAdName = 'images/ydch.jpg';;
if(fullAdName)
{
	if(fullAdType == 'swf')
	{
		gg960Con = '<embed wmode="transparent" height="400" width="980" flashvars="alink1='+fullAdUrl+'" allowscriptaccess="always" quality="high" name="Advertisement" id="Advertisement" style="" src="images/qpad.swf" type="application/x-shockwave-flash"></embed>';
	}
	else
	{
		//gg960Con = '<img width="968" height="762" src="'+fullAdName+'" usemap="#Map" border="1"/><map name="Map" border="1"><area shape="rect" coords="490,507,605,537" href="club.asp?Action=HFFW"><area shape="rect" coords="529,610,763,750" href="club.asp?Action=MFYY"><area shape="rect" coords="227,507,256,537" href="club.asp?Action=HFFW#天津"><area shape="rect" coords="266,507,296,537" href="club.asp?Action=HFFW#佛山"><area shape="rect" coords="310,507,341,537" href="club.asp?Action=HFFW#成都"><area shape="rect" coords="353,507,384,537" href="club.asp?Action=HFFW#西安"><area shape="rect" coords="397,507,436,537" href="club.asp?Action=HFFW#石家庄"><area shape="rect" coords="449,507,483,537" href="club.asp?Action=HFFW#上海"></map>';
		gg960Con = '<img width="968" height="762" src="'+fullAdName+'" usemap="#Map" border="1"/><map name="Map" border="1"><area shape="rect" coords="490,507,605,537" href="club.asp?Action=HFFW"><area shape="rect" coords="529,610,763,750" href="club.asp?Action=MFYY"><area shape="rect" coords="227,507,256,537" href="club.asp?Action=HFFW#上海"><area shape="rect" coords="266,507,296,537" href="club.asp?Action=HFFW#佛山"><area shape="rect" coords="310,507,358,537" href="club.asp?Action=HFFW#石家庄"><area shape="rect" coords="369,507,400,537" href="club.asp?Action=HFFW#天津"><area shape="rect" coords="412,507,440,537" href="club.asp?Action=HFFW#成都"><area shape="rect" coords="449,507,483,537" href="club.asp?Action=HFFW#西安"></map>';
	}
	setTimeout(open_gg960,1500);//延迟显示
}
