	function gBye()
	{
		bnWiz.close();
	}

function showImage(page){
		img = window.open(page,"img", "width=640,height=480, menubar=no, status=no, ");
		img.moveTo(150,200);
	}

function brwsrChk()
{
		//alert(navigator.appName + " " + navigator.appVersion);

		/*if (navigator.appName == "Netscape" && navigator.appVersion < "6.2")
				{
				alert("This feature requires Netscape 6.2\nPlease update your browser");
				window.location="browser.html";
				return false;
				}*/

		if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion < "4.0")
		{
		alert("This feature requires\nMS Internet Explorer 5.5 or later.");
		window.location="browser.html";
		return false;
		}
}

function searchHelp()
	{
		searchHelp = window.open("searchhlp.html","searchHelp", "width=300,height=420, menubar=no, status=no, ");
		searchHelp.moveTo(200,100);
	}

function checkRes(){

	if ((screen.width>=1024) && (screen.height>=768))
	{
	 window.location.replace("hiindex.html");
	}
	else
	{
	  window.location.replace("loindex.html");
	}
}