// JavaScript Document
function Start(){
	if(document.getElementById("Start")){
		foo = document.getElementById("Start").value;
		eval(foo);
	}
}
