// JavaScript Document

<!--
 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }
 

function goToURL() { window.location = "http://174.122.32.163/~snapclin/login/main.php"; }

//-->

