<!--		ns4 = (document.layers)? true:false	ie4 = (document.all)? true:false	loaded = 0;	oldImg = "";	function show(id) {       	if (ns4) document.layers[id].visibility = "show"        else if (ie4) document.all[id].style.visibility = "visible"	}	function hide(id) {        if (ns4) document.layers[id].visibility = "hide"        else if (ie4) document.all[id].style.visibility = "hidden"	}function newWindow() {	tgcpWindow = window.open ('http://www.tgcpinc.com', 'tgcpWindow', 'toolbar=yes,location=yes,resizable=1,scrollbars=yes,width=768,height=350')	}	function getCookie(tURL) {		myTURL=tURL;		if (document.cookie.indexOf("paperReg") > -1) {				//var myCookie = document.cookie.toString();		//var myValue = myCookie.substring(document.cookie.indexOf("paperReg") + 9, document.cookie.length);		document.location.href=myTURL;						//alert("cookie: " + myValue);	} else {			//Popup code here!				registerWin=window.open('register.html','regWin','toolbar=no,location=no,scrollbars=yes,width=400,height=650')		registerWin.focus();				//alert("No cookie.");						}}function setCookie() {	var expireDate = new Date;	expireDate.setYear(expireDate.getFullYear() + 1);	document.cookie = "paperReg=Stop_Looking_At_Me;expires="+expireDate.toGMTString();	var myCookie = document.cookie;		//alert(myCookie.toString());}function takemeThere() {	opener.location.href=opener.myTURL;	setTimeout("shutWindow ()", 100)	//this.close();	//alert(opener.myTURL);}function shutWindow() {	this.close();}function isEmail(elm){	if (elm.value.indexOf("@") != "-1" && elm.value.indexOf (".") != "-1" && elm.value != " ")	return true;	else return false;}function isFilled(elm){	if (elm.value == " " || 	elm.value == null)	return false;	else return true;}function isReady (form){	if (isEmail(form.email) == false){	alert("Please enter your email address.");	form.email.focus();	return false;	}	if (isFilled(form.fname) == false){	alert("Please enter your first name.");	form.fname.focus();	return false;	}	if (isFilled(form.lname) == false){	alert("Please enter your last name.");	form.lname.focus();	return false;	}		if (isFilled(form.company) == false){	alert("Please enter your company name.");	form.company.focus();	return false;	}		return true;}//-->
