I've always had problems with swordpower. Try doing something like this:
PHP Code:
temp.sword = player.swordimg;
player.swordimg = "swordX.png";
player.swordpower = X;
player.swordimg = temp.sword;
Replace X with the swordpower. Unsure if it works above 4.