NS4 = document.layers

if (!window.curDir) {
	curDir = ""
}

if (!window.pathPre) {
	pathPre = ""
}

if (NS4)	{
	document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"" + pathPre + "Styles\/NN4.css\" \/\>")
	if (document.location.hostname) {
		document.writeln("<link rel=\"" + pathPre + "stylesheet\" type=\"text\/css\" href=\"Styles\/Online.css\" \/\>")
	}
} else {
	if(navigator.appName.indexOf("WebTV") != -1) {
		document.write('<link rel="stylesheet" type="text/css" href="/Styles/WebTV.css" />')
	} else {
	document.writeln("<meta http-equiv=\"Page-Exit\" content=\"blendTrans(Duration=1.0)\" \/>")
	document.writeln("<link rel=\"bookmark\" type=\"text\/html\" title=\"Banana hill Home\" href=\"http:\/\/www.bananahill.net\/Index.html\" \/>")
	document.writeln("<link rev=\"Made\" href=\"mailto:consultants&#64;bananahill&#46;net?Subject=To%20Banana%20hill\" title=\"E-mail\" \/>")
	document.writeln("<link rel=\"shortcut icon\" href=\"" + pathPre + "Img\/Bh.ico\" \/>")
	document.writeln("<link rel=\"Top\" href=\"" + pathPre + "Index.html\" title=\"Home\" \/>")
	document.writeln("<link rel=\"Contents\" href=\"" + pathPre + "Sitemap.html\" title=\"Sitemap\" \/>")
	document.writeln("<link rel=\"Copyright\" href=\"" + pathPre + "Copyright.html\" title=\"Copyright\" \/>")
	document.writeln("<link rel=\"Search\" href=\"#Srch\" title=\"Search\" \/>")
	document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"" + pathPre + "Styles\/Online.css\" \/\>")

	function titlemove() {
		titl=title.substring(0, start)
		document.title=titl
		start++
		if (start==leng+1) {
		return
		}
		setTimeout("titlemove()",100)
	}

	if (document.title)	{
		var title=document.title
		var leng=title.length
		var start=1
		titlemove()
	}
}
}