

var gCnDownload, gEnDownload;

gCnDownload = ""
		+ "<b>PasswordCreator for Google桌面工具栏插件</b><br />"
		+ "版本：v1.9.0.0<br />"
		+ "大小：67k<br />"
		+ "更新：2007-6-20<br />"
		+ "环境：windows98/2000/xp/2003 & Google桌面4.0或以上版本<br />"
		+ "简介：按照你需要的密码长度、密码组成字符根据你提供的密码种子和阈值生成固定的密码。你只需要记住简单的密码种子和阈值就可以随时使用高强度密码，不用担心忘记密码或者泄露密码。<br />"
		+ "这个版本是针对Google桌面小工具开发的插件，需要在安装有Google桌面小工具4.0及以上版本的环境中使用。<br /><br />"
		+ "<a href=\"download/Pwdcc2google.rar\">【本地下载】</a>　<a href=\"http://njmrhz.googlepages.com/PasswordCreator.gg\">【Google下载】</a><br />"
		+ "<hr size=\"1\" noshade=\"noshade\" windth='98%' />"
		/////////////////////////////////////////////////////////
		+ "<b>PasswordCreator for Google桌面工具栏插件</b><br />"
		+ "版本：v1.8.0.3<br />"
		+ "大小：69k<br />"
		+ "更新：2007-5-10<br />"
		+ "环境：windows98/2000/xp/2003 & Google桌面4.0或以上版本<br />"
		+ "简介：按照你需要的密码长度、密码组成字符根据你提供的密码种子和阈值生成固定的密码。你只需要记住简单的密码种子和阈值就可以随时使用高强度密码，不用担心忘记密码或者泄露密码。<br />"
		+ "这个版本是针对Google桌面小工具开发的插件，需要在安装有Google桌面小工具4.0及以上版本的环境中使用。<br /><br />"
		+ "<a href=\"download/Pwdcc2google_v1.8.rar\">【本地下载】</a><br />"
		+ "<hr size=\"1\" noshade=\"noshade\" windth='98%' />"
		/////////////////////////////////////////////////////////
		+ "<b>PasswordCreator for Windows 桌面版</b><br />"
		+ "版本：v1.0<br />"
		+ "大小：430k<br />"
		+ "更新：2007-5-5<br />"
		+ "环境：windows98/2000/xp/2003<br />"
		+ "简介：PasswordCreator Windows桌面版本，使用方法与Google桌面插件使用方法相同，生成的密码也完全相同。<br /><br />"
		+ "<a href=\"download/pwdcc2windows.exe\">【本地下载】</a><br /><br />"
		+ "<a href='http://download.famouswhy.com/passwordcreator/' alt='PasswordCreator - Free Download from FamousWhy.com' target='_blank'>PasswordCreator - Free Download from FamousWhy.com</a>";


gEnDownload = ""
		+ "PasswordCreator for Google Desktop Toolbar Plugging<br />"
		+ "Version:v1.9.0.0<br />"
		+ "Size:67k<br />"
		+ "Updating Date:2007-6-20<br />"
		+ "Platform:windows98/2000/xp/2003 & Google Desktop 4.0 or advanced<br />"
		+ "Brief Introduction:Characters are composed of password and password length required. The password client and threshold you provide will form fixed password. You can use password with high strength at any time as long as you remember simple password client and threshold. You wouldn’t worry about forgetting or giving away password.This version is developed for Google Desktop Gadgets and should be used in platform with Google Desktop 4.0 or advanced.<br />"
		+ "<br /><a href=\"download/Pwdcc2google.rar\">[Local download]</a> <a href=\"http://njmrhz.googlepages.com/PasswordCreator.gg\">[Google download]</a><br />"
		+ "<hr size='1' windth='98%' noshade=\"noshade\">"
		///////////////////////////////////////////////////////
		+ "PasswordCreator for Google Desktop Toolbar Plugging<br />"
		+ "Version:v1.8.0.3<br />"
		+ "Size:69k<br />"
		+ "Updating Date:2007-5-10<br />"
		+ "Platform:windows98/2000/xp/2003 & Google Desktop 4.0 or advanced<br />"
		+ "Brief Introduction:Characters are composed of password and password length required. The password client and threshold you provide will form fixed password. You can use password with high strength at any time as long as you remember simple password client and threshold. You wouldn’t worry about forgetting or giving away password.This version is developed for Google Desktop Gadgets and should be used in platform with Google Desktop 4.0 or advanced.<br />"
		+ "<br /><a href=\"download/Pwdcc2google_v1.8.rar\">[Local download]</a><br />"
		+ "<hr size='1' windth='98%' noshade=\"noshade\">"
		///////////////////////////////////////////////////////
		+ "PasswordCreator for Windows Desktop<br />"
		+ "Version:v1.0<br />"
		+ "Size:430k<br />"
		+ "Updating Date:2007-5-5<br />"
		+ "Platform:windows98/2000/xp/2003<br />"
		+ "Brief Introduction:the Usage of PasswordCreator Windows Desktop Edition is the same with Google gadgets,And the password that have been created is uniform.<br /><br />"
		+ "<a href=\"download/pwdcc2windows.exe\">[Local download]</a><br /><br />"
		+ "<a href='http://download.famouswhy.com/passwordcreator/' alt='PasswordCreator - Free Download from FamousWhy.com' target='_blank'>PasswordCreator - Free Download from FamousWhy.com</a>";


function GetDownload()
{
	if(RequestCookies("PwdCC.Language", "") == "简体中文")
	{
		document.all.labDownload.innerHTML = gCnDownload;
	}
	else
	{
		document.all.labDownload.innerHTML = gEnDownload;
	}
}
