/*<Script>*/
function run() {
	var str = document.test.tbox.value;
	if(str != "" || str != "undefined") eval(str);
}
function clear_box() {
	document.test.tbox.value = "";
}