

var gCnAbout, gEnAbout;

gCnAbout =
	"<p><br />随着计算机和网络的普及，密码开始变的越来越重要和繁琐。简单的密码怕被不怀好意的人猜解，过于复杂的密码记住又成为问题，抄写到纸上又当心泄漏，有没有一个简单的方法就能记住那些复杂的密码呢？PasswordCreator可以为您解决这个矛盾的问题。 </p><p>您只需要使用最简单、最熟悉的单词或者数字作为密码的种子，就可以得到一个按照您的规则生成的高强度密码。您所需要做的只是记住这个种子和规则。 </p><p>一切就这么简单！</p>";


gEnAbout =
	"<p><br />Along with the computer and the network popularization, the password starts to   be changed more and more important and tedious. The simple password feared the   person which harbors evil intentions is guessed the solution, the too complex   password remembers becomes the question, transcribes on the paper to be careful   divulges, has a simple method to be able to remember these complex passwords?   The passwordCateor may solve this contradictory question for you .</p><p> you are only   need to use simplest, the most familiar word or the numeral took the password   Torrent , may obtain according to yours rules production high strength password.   You need to do is that only to remember this Torrent and rules . </p><p>simple for you   all!</p>";


function GetAbout()
{
	if (RequestCookies("PwdCC.Language", "") == "简体中文")
	{
		document.all.labAbout.innerHTML = gCnAbout;
	}
	else
	{
		document.all.labAbout.innerHTML = gEnAbout;
	}
}
