var IE = 0;
var OPERA = 0;
var NS4 = 0;
var NS6 = 0;
var other = 0;

//check for 5.0 or later browsers
if(navigator.appVersion.indexOf("MSIE") != -1) {
if ("undefined" != String(window.innerWidth)) {
// Must be Opera 5 on Windows
OPERA = 1;
} else {
IE = 1;
}
} else if(navigator.appName.indexOf("Netscape") != -1) {
if(parseInt(navigator.appVersion) >= 5) {
NS6 = 1;
} else if(parseInt(navigator.appVersion) >= 4) {
NS4 = 1;
}
} else other = 1;

function textbox() {
	var ncode="<table border='0' width='100' cellspacing='0' cellpadding='0'><tr><td><img src='/images/spacer.gif' height='5' width='1' border='0'></td></tr><tr><TD width='1'><form method='post' action='/cgi-bin/texis/texis-search/gazette-search/search.html'></TD><td valign='top' align='center'><img src='/images/spacer.gif' height='1' width='2'><NOBR><input type='text' name='query' size='9'> <input type='image' src='/images/button-go-submit2.gif' alt='Search entry' width='20' height='19' border='0'><NOBR></td><TD WIDTH='1'></form></TD></tr></table>";

	var n6code="<table border='0' width='100' cellspacing='0' cellpadding='0'><tr><td><img src='/images/spacer.gif' height='5' width='1' border='0'></td></tr><tr><TD width='1'><form method='post' action='/cgi-bin/texis/texis-search/gazette-search/search.html'></TD><td valign='top' align='center'><img src='/images/spacer.gif' height='1' width='2'><NOBR><input type='text' name='query' size='10'> <input type='image' src='/images/button-go-submit2.gif' alt='Search entry' width='20' height='19' border='0'><NOBR></td><TD WIDTH='1'></form></TD></tr></table>";

	var icode="<table border='0' width='100' cellspacing='0' cellpadding='0'><tr><td><img src='/images/spacer.gif' height='5' width='1' border='0'></td></tr><tr><TD width='1'><form method='post' action='/cgi-bin/texis/texis-search/gazette-search/search.html'></TD><td valign='top' align='center'><img src='/images/spacer.gif' height='1' width='2'><NOBR><input type='text' name='query' size='10'> <input type='image' src='/images/button-go-submit2.gif' alt='Search entry' width='20' height='19' border='0'><NOBR></td><TD WIDTH='1'></form></TD></tr></table>";

	
 	if (NS4) { document.write(ncode); };
	if (NS6) { document.write(n6code); };
	if (IE)  { document.write(icode); };
	if (other) { document.write(icode); };
}

function textbox2() {
	var ncode="<form method='post' action='/cgi-bin/texis/scripts/gazette-legals-search/search.html'><input type='hidden' name='publication' value='gazette-legals'><img src='/images/hdr-searchlegals-copy.gif' width='104' height='14'><BR><input type='text' name='query' size='8'> <INPUT TYPE='submit' VALUE='Go'></form>";

	var n6code="<form method='post' action='/cgi-bin/texis/scripts/gazette-legals-search/search.html'><input type='hidden' name='publication' value='gazette-legals'><img src='/images/hdr-searchlegals-copy.gif' width='104' height='14'><BR><input type='text' name='query' size='8'> <INPUT TYPE='submit' VALUE='Go'></form>";

	var icode="<form method='post' action='/cgi-bin/texis/scripts/gazette-legals-search/search.html'><input type='hidden' name='publication' value='gazette-legals'><img src='/images/hdr-searchlegals-copy.gif' width='104' height='14'><BR><input type='text' name='query' size='10'> <INPUT TYPE='submit' VALUE='Go'></form>";

	
 	if (NS4) { document.write(ncode); };
	if (NS6) { document.write(n6code); };
	if (IE)  { document.write(icode); };
	if (other) { document.write(icode); };
}

