var index="News"
var forum="Forum"
var helpwanted="Help Wanted"
var statcalc="L2Calc"
var dlstatcalc="Download L2Calc v0.22"
var resurrection="Resurrection"
var attributes="Attributes"
var shieldblock="Shield Block Rate"
var hpregen="HP Regen"
var mpregen="MP Regen"
var weightlimit="Weight Limit"
var misc="Misc"
var skills="Skills and Items"
var bossjewel="Boss Jewelry"
var heroweapon="Hero Weapons"
var armorbonus6="+6 Armor Bonuses"
var buffs="Buffs"
var passives="Passives"
var toggles="Toggles"
var summon="Summons and Pets"
var skillenchant="Skill Enchant"
var status="Status Window Info"
var basestats="Base Stats"
var overview="Overview"
var hp="HP"
var cp="CP"
var mp="MP"
var patk="P.Atk."
var matk="M.Atk."
var pdef="P.Def."
var mdef="M.Def."
var accuracy="Accuracy"
var evasion="Evasion"
var critical="Critical"
var speed="Speed"
var atkspd="Atk. Spd."
var castingspeed="Casting Spd."
var mastery="Mastery"
var weaponmastery="Weapon"
var armormastery="Armor"
var mdefmastery="M.Def"
var misc="Misc."
var debuff="Debuffs"
var stun="Stun"
var baserate="Base Land Rates"
var physics="Combat Physics & Misc."
var links="External Links"
var official="Lineage 2 Official Site"
var l2blah="L2Blah Forum"
var stratics="Lineage 2 Stratics"
var wildmagic="Magic Critical Hits"
http://l2calc.bravehost.com/statcalculator.html
document.write("<a href=\"http://www.l2wh.com\">Back to L2WH</a></br>")
document.write("<a href=\"index.html\">"+index+"</a>"+"</br>")
document.write("<a href=\"about.html\">"+"About L2P"+"</a>"+"</br>")
document.write("<a href=\http://l2guru.com/l2calc\ target=_blank\>"+statcalc+"</a>"+"<hr>")
document.write(skills+"</br>")
document.write("<a href=\"bossjewel.html\">"+bossjewel+"</a>"+"</br>")
document.write("<a href=\"heroweapon.html\">"+heroweapon+"</a>"+"</br>")
document.write("<a href=\"armorbonus6.html\">"+armorbonus6+"</a>"+"</br>")
document.write("<a href=\"buffs.html\">"+buffs+"</a>"+"</br>")
document.write("<a href=\"passives.html\">"+passives+"</a>"+"</br>")
document.write("<a href=\"toggles.html\">"+toggles+"</a>"+"</br>")
document.write("<a href=\"summon.html\">"+summon+"</a>"+"</br>")
document.write("<a href=\"skillenchant.html\">"+skillenchant+"</a>"+"<hr>")
document.write(status+"</br>")
document.write("<a href=\"statuswindow.html\">"+overview+"</a>"+"</br>")
document.write("<a href=\"basestats.html\">"+basestats+"</a>"+"</br>")
document.write("<a href=\"hp.html\">"+hp+"</a>"+"</br>")
document.write("<a href=\"cp.html\">"+cp+"</a>"+"</br>")
document.write("<a href=\"mp.html\">"+mp+"</a>"+"</br>")
document.write("<a href=\"patk.html\">"+patk+"</a>"+"</br>")
document.write("<a href=\"matk.html\">"+matk+"</a>"+"</br>")
document.write("<a href=\"pdef.html\">"+pdef+"</a>"+"</br>")
document.write("<a href=\"mdef.html\">"+mdef+"</a>"+"</br>")
document.write("<a href=\"accuracy.html\">"+accuracy+"</a>"+"</br>")
document.write("<a href=\"evasion.html\">"+evasion+"</a>"+"</br>")
document.write("<a href=\"critical.html\">"+critical+"</a>"+"</br>")
document.write("<a href=\"speed.html\">"+speed+"</a>"+"</br>")
document.write("<a href=\"atkspd.html\">"+atkspd+"</a>"+"</br>")
document.write("<a href=\"castingspeed.html\">"+castingspeed+"</a>"+"<hr>")
document.write(mastery+"</br>")
document.write("<a href=\"weaponmastery.html\">"+weaponmastery+"</a>"+"</br>")
document.write("<a href=\"armormastery.html\">"+armormastery+"</a>"+"</br>")
document.write("<a href=\"mdefmastery.html\">"+mdefmastery+"</a>"+"<hr>")
document.write(debuff+"</br>")
document.write("<a href=\"debuff.html\">"+"Theory"+"</a>"+"</br>")
document.write("<a href=\"debuffbaserates.html\">"+baserate+"</a>"+"<hr>")
document.write(physics+"</br>")
document.write("<a href=\"attributes.html\">"+attributes+"</a>"+"</br>")
document.write("<a href=\"wildmagic.html\">"+wildmagic+"</a>"+"</br>")
document.write("<a href=\"nonskillattacks.html\">"+"Non-Skill Attacks"+"</a>"+"</br>")
document.write("<a href=\"resurrection.html\">"+resurrection+"</a>"+"</br>")
document.write("<a href=\"shieldblock.html\">"+shieldblock+"</a>"+"</br>")
document.write("<a href=\"weightlimit.html\">"+weightlimit+"</a>"+"</br>")
document.write("<a href=\"misc.html\">"+misc+"</a>"+"<hr>")

onerror=handleErr
var txt=""

function handleErr(msg,url,l)
{
txt="There was an error on this page.\n\n"
txt+="Error: " + msg + "\n"
txt+="URL: " + url + "\n"
txt+="Line: " + l + "\n\n"
txt+="Click OK to continue.\n\n"
alert(txt)
return true
}

