function BCheck()
{
this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ns6=(this.dom && this.agent.indexOf('Netscape') != -1) ?1:0;
	if (this.ns6)
	{
document.write('<LINK REL="StyleSheet" HREF="scripts/hillmann_ns6.css" type="text/css">')
	}
	else if (document.layers)
	{
	document.write('<LINK REL="StyleSheet" HREF="scripts/hillmann_ns4.css" type="text/css">')
	}
	else
	{
	document.write('<LINK REL="StyleSheet" HREF="scripts/hillmann.css" type="text/css">')
	}
}
