var browser;
function getBrowser()
{	
	browser = navigator.appName;
	if(browser=="Microsoft Internet Explorer")
	{		
		document.getElementById("content").style.fontSize="x-small";
/*		if(typeof document.body.style.maxHeight != "undefined")
		{
			//IE7
			document.getElementById('ssheet').href='bnie7.css';			
		}
		else
		{
			document.getElementById('ssheet').href='bnie.css';
			document.getElementById('head').src='bnhead.gif';
		}
*/
	}
}
