
function showText(cmd)
{
   document.write(" - " + cmd + "!"); 
}
