<!--
function matokeo()
{
var eksi = 0;
eksi = eval(window.document.kikokotoo.onyesha.value);
window.document.kikokotoo.onyesha.value = eksi; 
}
function ongezea(alama)
{
window.document.kikokotoo.onyesha.value = 
window.document.kikokotoo.onyesha.value + alama; 
}
function maalumu(husisho)
{
if(husisho == "sqrt")
{
var eksi = 0;
eksi = eval(window.document.kikokotoo.onyesha.value);
window.document.kikokotoo.onyesha.value = Math.sqrt(eksi); 
}
if(husisho == "pow")
{
var eksi = 0;
eksi = eval(window.document.kikokotoo.onyesha.value);
window.document.kikokotoo.onyesha.value = eksi * eksi; 
}
if(husisho == "log")
{
var eksi = 0;
eksi = eval(window.document.kikokotoo.onyesha.value);
window.document.kikokotoo.onyesha.value = Math.log(eksi); 
}
}
//-->