// JavaScript Document
//可编辑区开始------

//版本信息编辑
var n1="Ver 1.0.5.0A";//版本号
var n2="2010.02.05";//修改时间
var n3="755M"; //客户端大小
var n4="" ;//补丁之前版本

//客户端[完整]下载
var a1="CDN高速下载1"; var ha1="http://dl2.fsjoy.com/FreeStyle2010_1050A.exe";//连接信息，连接显示[名称]和[地址]
var a2="CDN高速下载2"; var ha2="http://dl2.fsjoy.com/FreeStyle2010_1050A.exe";
var a3="CDN高速下载3"; var ha3="http://dl4.fsjoy.com/FreeStyle2010_1050A.exe";
var a4="CDN高速下载4"; var ha4="http://dl6.fsjoy.com/FreeStyle2010_1050A.exe";

//客户端[补丁]下载
var b1="补丁下载1"; var hb1="http://dl2.fsjoy.com/FSPatch100202.exe";
var b2="补丁下载2"; var hb2="http://dl6.fsjoy.com/FSPatch100202.exe";
var b3="补丁下载3"; var hb3="http://dl6.fsjoy.com/FSPatch100122.exe";
var b4="补丁下载4"; var hb4="http://dl6.fsjoy.com/FSPatch100122.exe";
var b5="补丁下载1"; var hb5="http://dl4.fsjoy.com/FSPatch100202.exe";
var b6="补丁下载2"; var hb6="http://dl6.fsjoy.com/FSPatch100202.exe";
var b7="补丁下载3"; var hb7="http://dl6.fsjoy.com/FSPatch100122.exe";
var b8="补丁下载4"; var hb8="http://dl6.fsjoy.com/FSPatch100122.exe";
var b9="补丁下载1"; var hb9="http://dl2.fsjoy.com/FSPatch100108A.exe";
var b10="补丁下载2"; var hb10="http://dl2.fsjoy.com/FSPatch100108A.exe";
var b11="补丁下载3"; var hb11="http://dl6.fsjoy.com/FSPatch100108A.exe";
var b12="补丁下载4"; var hb12="http://dl6.fsjoy.com/FSPatch100108A.exe";
//-------可编辑区结束-----------//


//-----以下为非编辑区-------//
innert('n1',n1); 
innert('n2',n2); 
innert('n3',n3); 
innert('n4',n4); 
innert('a1',a1,ha1); 
innert('a2',a2,ha2); 
innert('a3',a3,ha3); 
innert('a4',a4,ha4); 
innert('b1',b1,hb1); 
innert('b2',b2,hb2); 
innert('b3',b3,hb3); 
innert('b4',b4,hb4); 
innert('c1',a1,ha1); 
innert('c2',a2,ha2); 
innert('c3',a3,ha3); 
innert('c4',a4,ha4); 
innert('d1',b1,hb1); 
innert('d2',b2,hb2); 
innert('d3',b3,hb3); 
innert('d4',b4,hb4);
innert('d5',b5,hb5); 
innert('d6',b6,hb6); 
innert('d7',b7,hb7); 
innert('d8',b8,hb8); 
innert('d9',b9,hb9);
innert('d10',b10,hb10);
innert('d11',b11,hb11);
innert('d12',b12,hb12);
function innert(id,value,herf){
	if(document.getElementById(id))
	{	
	document.getElementById(id).innerHTML=value;
	document.getElementById(id).href=herf;
	}
}