function addToFave()
{
var tmp1 = document.getElementById("addToFave");
if(tmp1) tmp1.style.visibility = "visible";
}

