// JavaScript Document

if (navigator.appName == "Netscape")
{
	document.write('<link rel="stylesheet" type="text/css" href="script/FF.css">');
	
}
else
{
	document.write('<link rel="stylesheet" type="text/css" href="script/IE.css">');
	document.write('<!--[if gte IE 5.5000]><script type="text/javascript" src="script/iepngfix.js"></script><![endif]-->');
}

function nbsp()
{
	if (navigator.appName == "Netscape")
	{
		document.write('&nbsp;');
	}
	else
	{
	document.write('');
	}
}

function bestviewed()
{
	if (navigator.appName == "Netscape")
	{
		document.write('<font style="font-size: 8pt;">This page is best viewed in <img src="script/firefox15.png" alt="Firefox v1.5"> and <img src="script/safari12.png" alt="Safari v1.2"> at a resolution of 1024x768 or greater.</font>');
	}
	else
	{
		document.write('<font style="font-size: 8pt;">This page is best viewed in <img src="script/explorer6.jpg" alt="Internet Explorer v6" height="15" width="80" /> and <img src="script/explorer70b.jpg" alt="Internet Explorer v7.0beta" height="15" width="80" /> at a resolution of 1024x768 or greater.</font>');
	}
}

function brother()
{
	if (navigator.appName == "Netscape")
	{
		document.write('<td valign="top" width="210">');
	}
	else
	{
	document.write('<td style="padding-left: 30px;" valign="top" width="175">');
	}
}