var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;

if (checkIt('konqueror'))
{
	browser = "Konqueror";
	OS = "Linux";
}
else if (checkIt('safari')) browser = "Safari"
else if (checkIt('omniweb')) browser = "OmniWeb"
else if (checkIt('opera')) browser = "Opera"
else if (checkIt('webtv')) browser = "WebTV";
else if (checkIt('icab')) browser = "iCab"
else if (checkIt('msie')) browser = "Internet Explorer"
else if (!checkIt('compatible'))
{
	browser = "Netscape Navigator"
	version = detect.charAt(8);
}
else browser = "An unknown browser";

if (!version) version = detect.charAt(place + thestring.length);

if (!OS)
{
	if (checkIt('linux')) OS = "Linux";
	else if (checkIt('x11')) OS = "Unix";
	else if (checkIt('mac')) OS = "Mac"
	else if (checkIt('win')) OS = "Windows"
	else OS = "an unknown operating system";
}

function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}




if (flashinstalled == 2)
if (browser != "WebTV")
{
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='449' height='62'>");
		document.write("<param name='movie' value='http://www.marklevinson.com/flash/mini-icons.swf'>");
		document.write("<param name='quality' value='high'>");
		document.write("<embed src='http://www.marklevinson.com/flash/mini-icons.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='449' height='62'></embed></object>");
}
else
{
		document.write("<img src=\"http://www.marklevinson.com/images/buttons/mini-icons.gif\" alt=\"\" width=\"449\" height=\"62\" border=\"0\" usemap=\"#Map\">");
		document.write("<map name=\"Map\">");
		document.write("<area shape=\"rect\" coords=\"314,20,336,45\" href=\"http://www.marklevinson.com/index.asp\" target=\"_self\" alt=\"Mark Levinson Homepage\" border=\"0\">");
		document.write("<area shape=\"rect\" coords=\"371,20,400,45\" href=\"http://www.marklevinson.com/company/sitemap.asp\" target=\"_self\" alt=\"Site Map\" border=\"0\">");
		document.write("<area shape=\"rect\" coords=\"430,20,465,45\" href=\"http://www.marklevinson.com/search.asp\" target=\"_self\" alt=\"Search\" border=\"0\">");
		document.write("</map>");
}
else
{
		document.write("<img src=\"http://www.marklevinson.com/images/buttons/mini-icons.gif\" alt=\"\" width=\"449\" height=\"62\" border=\"0\" usemap=\"#Map\">");
		document.write("<map name=\"Map\">");
		document.write("<area shape=\"rect\" coords=\"314,20,336,45\" href=\"http://www.marklevinson.com/index.asp\" target=\"_self\" alt=\"Mark Levinson Homepage\" border=\"0\">");
		document.write("<area shape=\"rect\" coords=\"371,20,400,45\" href=\"http://www.marklevinson.com/company/sitemap.asp\" target=\"_self\" alt=\"Site Map\" border=\"0\">");
		document.write("<area shape=\"rect\" coords=\"430,20,465,45\" href=\"http://www.marklevinson.com/search.asp\" target=\"_self\" alt=\"Search\" border=\"0\">");
		document.write("</map>");
}