<!-- 
var netscape = 0;
var goodIE = 0;

browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);

if (browserName == "Netscape" && browserVer >= 3)
{ netscape = 1; }
if (browserName == "Microsof" && browserVer == 4)
{ goodIE = 1; }
var NN3 = true;

if  (netscape || goodIE)
{
        link1 = new Image();
        link1.src = "images/nav/lpc_overview.gif";
        link1on = new Image();
        link1on.src = "images/nav/lpc_overview2.gif";

        link2 = new Image();
        link2.src = "images/nav/lpc_p4.gif";
        link2on = new Image();
        link2on.src = "images/nav/lpc_p42.gif";

        link3 = new Image();
        link3.src = "images/nav/lpc_p3.gif";
        link3on = new Image();
        link3on.src = "images/nav/lpc_p32.gif";

        link4 = new Image();
        link4.src = "images/nav/lpc_fanless.gif";
        link4on = new Image();
        link4on.src = "images/nav/lpc_fanless2.gif";

        link5 = new Image();
        link5.src = "images/nav/lpc_slots.gif";
        link5on = new Image();
        link5on.src = "images/nav/lpc_slots2.gif";

        link6 = new Image();
        link6.src = "images/nav/lpc_waterproof.gif";
        link6on = new Image();
        link6on.src = "images/nav/lpc_waterproof2.gif";
        
        link7 = new Image();
        link7.src = "images/nav/lpc_wireless.gif";
        link7on = new Image();
        link7on.src = "images/nav/lpc_wireless2.gif";
        
        link8 = new Image();
        link8.src = "images/nav/other_lcdmonitors.gif";
        link8on = new Image();
        link8on.src = "images/nav/other_lcdmonitors2.gif";
        
        link9 = new Image();
        link9.src = "images/nav/other_keyboards.gif";
        link9on = new Image();
        link9on.src = "images/nav/other_keyboards2.gif";
		
		link10 = new Image();
        link10.src = "images/nav/other_rackmounts.gif";
        link10on = new Image();
        link10on.src = "images/nav/other_rackmounts2.gif";
		
		link11 = new Image();
        link11.src = "images/nav/pricelists.gif";
        link11on = new Image();
        link11on.src = "images/nav/pricelists2.gif";
		
		link12 = new Image();
        link12.src = "images/nav/howtoorder.gif";
        link12on = new Image();
        link12on.src = "images/nav/howtoorder2.gif";
		
		link13 = new Image();
        link13.src = "images/nav/whoislpc.gif";
        link13on = new Image();
        link13on.src = "images/nav/whoislpc2.gif";
		
		link14 = new Image();
        link14.src = "images/nav/support.gif";
        link14on = new Image();
        link14on.src = "images/nav/support2.gif";
		
		link15 = new Image();
        link15.src = "images/nav/faq.gif";
        link15on = new Image();
        link15on.src = "images/nav/faq2.gif";
		
		link16 = new Image();
        link16.src = "images/nav/pressreleases.gif";
        link16on = new Image();
        link16on.src = "images/nav/pressreleases2.gif";
		
		link17 = new Image();
        link17.src = "images/nav/newsletter.gif";
        link17on = new Image();
        link17on.src = "images/nav/newsletter2.gif";
		
		link18 = new Image();
        link18.src = "images/nav/sitemap.gif";
        link18on = new Image();
        link18on.src = "images/nav/sitemap2.gif";
        
        link19 = new Image();
        link19.src = "images/nav/lpc_duocore.gif";
        link19on = new Image();
        link19on.src = "images/nav/lpc_duocore2.gif";
        
        link20 = new Image();
        link20.src = "images/nav/lpc_pmcm.gif";
        link20on = new Image();
        link20on.src = "images/nav/lpc_pmcm2.gif";

}

else
        {
        NN3 = false;
        }


function a(txt) {
        self.status = txt;
}
function b() {
        self.status = "";
}

function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");
}


function on(name) {
        if (NN3) on3(name);
}
function off(name) {
        if (NN3) off3(name);
}

// -->