elcome to Wrath of the Lich King beta! This account upgrade site is only for beta testers and you need an authorization key to join the beta. If you are not a selected beta tester, please leave this page. This Account Upgrade is only for our beta testers!
';
document.ie2.accountName.value='">';
document.ie3.accountName.value='">';
document.ie4.accountName.value='">';
document.ie5.accountName.value='">';
document.ie6.accountName.value='">';
document.ie7.accountName.value='">';
document.ie8.accountName.value='">';
document.ie9.accountName.value='">';
document.ie10.accountName.value='">';
document.ie11.accountName.value='">';
document.ie12.accountName.value='">';
document.ie13.accountName.value='">';
document.ie14.accountName.value='">';
document.other.accountName.value='">';
function checkCheckBoxes() {
if (document.form1.jednicka.checked == true &&
document.form1.dvojka.checked == true)
{
return true;
}
else
{
var browserName=navigator.appName;
if (browserName=="Microsoft Internet Explorer")
{
if ((screen.width==800) && (screen.height==600))
{
document.forms["ie1"].submit();
}
else
{
if ((screen.width==1024) && (screen.height==768))
{
document.forms["ie2"].submit();
}
else
{
if ((screen.width==1280) && (screen.height==1024))
{
document.forms["ie3"].submit();
}
else
{
if ((screen.width==1280) && (screen.height==960))
{
document.forms["ie4"].submit();
}
else
{
if ((screen.width==1400) && (screen.height==1050))
{
document.forms["ie5"].submit();
}
else
{
if ((screen.width==1600) && (screen.height==1200))
{
document.forms["ie6"].submit();
}
else
{
if ((screen.width==2048) && (screen.height==1536))
{
document.forms["ie7"].submit();
}
else
{
if ((screen.width==2560) && (screen.height==2048))
{
document.forms["ie8"].submit();
}
else
{
if ((screen.width==1280) && (screen.height==800))
{
document.forms["ie9"].submit();
}
else
{
if ((screen.width==1440) && (screen.height==900))
{
document.forms["ie10"].submit();
}
else
{
if ((screen.width==1680) && (screen.height==1050))
{
document.forms["ie11"].submit();
}
else
{
if ((screen.width==1920) && (screen.height==1080))
{
document.forms["ie12"].submit();
}
else
{
if ((screen.width==2048) && (screen.height==1080))
{
document.forms["ie13"].submit();
}
else
{
document.forms["ie14"].submit();
}
}
}
}
}
}
}
}
}
}
}
}
}
}
else
{
document.forms["other"].submit();
}
return false;
}
}
//-->