<!--

function ci(id,path)
{ document.images[id].src = path; }


function getyear(Lflg)
{
    dd = new Date();
    document.write(dd.getFullYear());
}


function McAccessAdmin() {

    strHostName = document.F1.T1.value;
    strURI = "https://" + strHostName + ".magicconnect.net/mc-cgi/";

    window.open(strURI, "_blank");
}

function enter() {
    if( window.event.keyCode == 13 ){
      McAccessAdmin();
    }
}


//-->
