function showtooltip(par, args) {
    document.getElementById(par).style.display = args;    
}
