function itemLinkOver(el){ el.className = "over"; } function itemLinkOut(el){ el.className = ""; } function openItem(itemId,type){ window.location = "/item/"+itemId+"/"+type; } function openURL(url){ window.location = url; }