// JavaScript Document

function panel(code)
{
    document.panel.text.value+=""+code+"";
    document.panel.text.focus()
}

