这支以宽游戏软件 大家可以以内过来不知道法做什么
源代码在线查看: function.js
if(!money) var money = 38;
//------------------
//TAB页切换
//------------------
function swapTab(n){
for(i=0;i if(n==i){
document.getElementById("tabimg"+i).src="images/tabimg"+i+"_2.gif";
document.getElementById("map"+i).style.display="block";
morelink(i);
}
else{
document.getElementById("tabimg"+i).src="images/tabimg"+i+"_1.gif";
document.getElementById("map"+i).style.display="none";
}
}
}
//------------------
//更多方式切换
//------------------
function morelink(n){
var ml = document.getElementById("morelink");
switch (n){
case 0:
ml.href="javascript:ClickGoPropShop();";
break;
case 1:
ml.href="javascript:MoreVip();";
break;
case 2:
ml.href="javascript:MoreHB();";
break;
}
}
//------------------
// 道具商城连接
//------------------
function ClickGoPropShop(){
window.open("http://item.cga.com.cn");
}
//------------------
//盛大卡购买点券或者VIP
//------------------
function ClickGoSD(){
window.open("http://pay.sdo.com/deposit.aspx?game=7");
}
//------------------
//银行卡购买点券或者VIP
//------------------
function ClickGoHank(){
window.open("http://pay.sdo.com/BankOrder.aspx?game=7");
}
//------------------
//网吧充值购买点券或者VIP
//------------------
function ClickGoNetBar(){
window.open("http://vip.cga.com.cn/get_emoney/NetworkBar.aspx?userid="+userid+"&username="+username);
}
//------------------
//固定电话购买点券
//------------------
function ClickGoTel(){
window.open("http://vip.cga.com.cn/deposit/telemoney.aspx?userid="+userid+"&username="+username);
}
//------------------
//手机包月购买点券
//------------------
function ClickGoSMSBuyHB(){
window.open("http://vip.cga.com.cn/sms/SmsSelect.aspx");
}
//------------------
//更多成为VIP方式
//------------------
function MoreVip()
{
window.open("http://www.cga.com.cn/VipHelp/vip.htm?userid="+userid+"&username="+username);
}
//------------------
//更多获得点券方式
//------------------
function MoreHB()
{
window.open("http://www.cga.com.cn/VipHelp/emoney.htm?userid="+userid+"&username="+username);
}