<!--function edit_field(addspace) {   if (navigator.platform == "MacPPC") {	    if (navigator.appName == "Netscape") {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='words' size='17'>");			else window.document.write("<input type='text' name='words' size='19'>");	    }		else {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='words' size='20'>");			else window.document.write("<input type='text' name='words' size='22'>");		}	}	else {    	if (navigator.appName == "Netscape") {		    if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='words' size='14'>");			else window.document.write("<input type='text' name='words' size='17'>");    	}		else {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='words' size='17'>");			else {				window.document.write("<input type='text' name='words' size='18'>");			}		}	}//	window.document.write("<input type='hidden' name='config' value='easybyte'>");	//window.document.write("<input type='hidden' name='from' value=frompage>");}function google_edit_field(addspace) {   if (navigator.platform == "MacPPC") {	    if (navigator.appName == "Netscape") {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='q' size='17'>");			else window.document.write("<input type='text' name='q' size='19'>");	    }		else {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='q' size='20'>");			else window.document.write("<input type='text' name='q' size='22'>");		}	}	else {    	if (navigator.appName == "Netscape") {		    if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='q' size='14'>");			else window.document.write("<input type='text' name='q' size='17'>");    	}		else {			if (addspace==1) window.document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' name='q' size='17'>");			else {				window.document.write("<input type='text' name='q' size='18'>");			}		}	}//	window.document.write("<input type='hidden' name='config' value='easybyte'>");	//window.document.write("<input type='hidden' name='from' value=frompage>");}//-->