function tip(tip, text)
{
 document.getElementById(tip).innerHTML = text; 
}
