
function birdcard()
{
document.getElementById('innotechfollow1').style.visibility="visible";
}

function bird()
{
document.getElementById('innotechfollow1').style.visibility="hidden";
}


