// JavaScript Document
function gotourl()
{
var gotourl=document.getElementById("gotourl")
window.location=gotourl.value
}
function gotourl1()
{
var gotourl1=document.getElementById("gotourl1")
window.location=gotourl1.value
}
function gotourl2()
{
var gotourl2=document.getElementById("gotourl2")
window.location=gotourl2.value
}
function gotourl3()
{
var gotourl3=document.getElementById("gotourl3")
window.location=gotourl3.value
}
function gotourl4()
{
var gotourl4=document.getElementById("gotourl4")
window.location=gotourl4.value
}