




/*
     FILE ARCHIVED ON 4:40:19 Mar 5, 2005 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 6:27:09 Dec 22, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
function clearbox() {
 if (document.frmCheckDomains.txtAccount.value=="Yourname!")
   document.frmCheckDomains.txtAccount.value="";
}
function onColor(cell) {
   cell.style.backgroundColor='#0066cc';
}
function offColor(cell) {
   cell.style.backgroundColor='#FAFAFA';
}
function helpWindow(url) {
   helpWin = window.open(url, 'helpWindow', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=500');
   helpWin.focus();
}
function betaWarning() {
   betaWin = window.open('beta_message.html', 'betaWindow', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=300,height=300');
}
