/********************************/
/* Created by Robert King		*/
/* robert@area51.org.uk			*/
/********************************/
/* COPYRIGHT NOTICE				*/
/* Copyright © 2000 Robert King */
/* All Rights Reserved.			*/
/********************************/

//document.write("<LI><B>Code Name:</B> " + navigator.appCodeName );
//document.write("<LI><B>App Name:</B> " + navigator.appName );
//document.write("<LI><B>App Version</B> " + navigator.appVersion );
//document.write("<LI><B>User Agent</B> " + navigator.userAgent );
//document.write("<LI><B>Language</B> " + navigator.language );
//document.write("<LI><B>Platform</B> " + navigator.platform );

function detbrows() {
	if (navigator.appName.indexOf("Netscape") >= 0) {
		brow="NS";
	}else if(navigator.appName.indexOf("Microsoft Internet Explorer") >= 0) {
		brow="IE";
	}else{
		brow="UN";
	}
	return(brow);
}

//<SCRIPT LANGUAGE="JavaScript">
//  <!--
//  alert("Hello & Welcome");
//  /* Start JavaScript Comment & End HTML comment -->
//  <H1>You are using a non JavaScript Browser.... shame on you!!</H1>
//  <!--  */ //-->
//</SCRIPT>

