function openNW(link,target,w,h,t,l) {
    window.open(link,target,'width=' + w + ',height='+ h +',top='+ t +',left='+ l +',location=no,menubar=no,toolbar=no,scrollbars=yes,statusbar=yes,resizable=yes');
}
function openPOP(link,target,w,h,t,l) {
    window.open('http://www.texascollegemoney.org/glossary/' + link,target,'width=' + w + ',height='+ h +',top='+ t +',left='+ l +',location=no,menubar=no,toolbar=no,scrollbars=yes,statusbar=no,resizable=yes');
}
function goToURL()
	{ window.location="http://www.texascollegemoney.org/service_down.html"; }

function isFilled() {
if (document.TCMForm.Email.value < 1) 
	{ document.TCMForm.reset();  return false; }
   else 
   	{ return true; }
}

function checkEmail(TexasCollegeMoney) {	
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(TexasCollegeMoney.Email.value))
	{ return (true) }
   alert("The Email Address you entered is not vaild. \n" +
         "Please correct it and try again.")
	return (false)
}
