// Makoto
function GoTo(){
var URL= document.Form1.url.value;
top.location.href= URL;
}