/*
Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts
*/

function showtext(thetext){
if (!document.getElementById)
return
document.getElementById("tabledescription").innerHTML=thetext
}

function hidetext(){
if (document.getElementById)
document.getElementById("tabledescription").innerHTML=""
}