function changeItemLink(x,i)
{
    document.getElementById("itemLink"+i).href ="item_info.php?id="+x;
}

function changeItemLinkBack(x,i)
{
    document.getElementById("itemLink"+i).href ="http://www.wowhead.com/?item="+x;
}
