
  function showItem(itemname) {
    document.location.href="/fedkp/?page=item&name=" + escape(itemname);
//    overlib("<iframe src=\"/items/item.php?itemname="+escape(itemname)+"\" border=0 frameborder=0 noframeborder width=500 height=310></iframe>", WIDTH, 500, HEIGHT, 300, STICKY, MOUSEOFF);
  }

  function showMagelo(num) {
    var profile=window.open('http://eq.magelo.com/profile/'+num,'','width=800,height=600');
  }
