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")
{ // This is page content for Flash-enabled non-WebTV users
		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='750' height='450'>");
		document.write("<param name='movie' value='/flash/homebody.swf'>");
		document.write("<param name='WMode' value='Transparent'>");
		document.write("<param name='quality' value='high'>");
		document.write("<embed src='/flash/homebody.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='750' height='450' wmode='transparent'></embed></object>");
}
else
{ // This is page content for WebTV users
		document.write("<table width='750' height='450' border='0' cellpadding='0' cellspacing='0' background='images/hompage-webtv-bg.jpg'>");
		document.write("<tr><td valign='top'><table width='750' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr><td height='30' colspan='3'><img src='images/spacer.gif' alt='' width='100%' height='30'></td></tr>");
		document.write("<tr><td><img src='images/spacer.gif' alt='' width='100%' height='30'></td>");
		document.write("<td width='450' class='WhiteText_small'><div align='left'><font face='Geneva, Arial, Helvetica, sans-serif' size='0'>");
		
		document.write("For over three decades, Mark Levinson&reg; home entertainment components have defined the term &quot;high performance.&quot;<br><br>");
		document.write("Designed and built with single-minded dedication, they preserve the aural, visual, and emotional elements that make music ");
		document.write("and film such a vital part of our lives.<br><br>");
		document.write("For the demanding music lover, Mark Levinson products have always preserved the essence of the original performance so well ");
		document.write("that we hear into the artist’s soul.<br><br>");
		document.write("For today’s complete home entertainment enthusiast, Mark Levinson extends this tradition to visual reproduction as well ");
		document.write("with home theater components that delight our senses with extraordinary clarity, detail, and dynamics.<br><br>");
		document.write("Mark Levinson.  For our demanding love of the arts.");
		
		document.write("</font></div></td>");
		document.write("<td width='30' class='WhiteText_small'><img src='images/spacer.gif' alt='' width='30' height='30'></td></tr>");
		document.write("</table></td>");
		document.write("</tr>");
		document.write("</table>");
}
else
{
		document.write("<table width='750' height='450' border='0' cellpadding='0' cellspacing='0' background='images/hompage-noflash-bg.jpg'>");
		document.write("<tr><td valign='top'><table width='750' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr><td height='30' colspan='3'><img src='images/spacer.gif' alt='' width='100%' height='30'></td></tr>");
		document.write("<tr><td>&nbsp;</td><td width='165' class='WhiteText_small'><div align='left'>");
		document.write("For over a quarter of a century, Mark Levinson&reg; components ");
		document.write("have been constructed with a single-minded dedication to preserving ");
		document.write("the properties that make music and cinema special. Serious music ");
		document.write("lovers have come to think of them as precision instruments capable ");
		document.write("of extracting every nuance and shading embedded in a recording.");
		document.write("</div></td>");
		document.write("<td width='30' class='WhiteText_small'><img src='images/spacer.gif' alt='' width='30' height='30'></td></tr>");
		document.write("</table></td>");
		document.write("</tr>");
		document.write("</table>");
}

            
          
        
        
    