
function openTag(itemID){ 
        document.getElementById(itemID).style.display = 'block';  
}


