     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac));
  function popUp(){return};
  function popDown(){return};
  function startIt(){return};
  if (!ver4) event = null;

  if (isMenu) {
menuVersion = 3;
menuWidth = 120;
borWid = 2;
borSty = "outset";
borCol = "4F93D7";
if (IE4){
 separator = 1;
}else{
 separator = 0;
}
separatorCol = "#DDDDDD";
fntFam = "arial,sans-serif";
fntBold = false;
fntItal = false;
fntSiz = 10
fntCol = "#000000";
overFnt = "#000000";
itemPad = 2;
backCol = "#FFFFFF";
overCol = "4F93D7";
imgSrc = "exp.gif";
imgSiz = 10;
imgHspace=0;

childOffset = -2;
childOverlap = 10;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = true;
NSfontOver = false;

isFrames = false;
navFrLoc = "";
mainFrName = "";
}
 

var defaultStatusText="Welcome to Electronics, modern magic";
var t_home   ="Home";
var t_intro  ="Introduction to Electronics";
var t_comp   ="Components, what they do, and where you use them";
var t_schak  ="Circuits and how they work";
var t_add    ="Additions made by other visitors";
var t_int    ="Interactive";

function mi(x,y,z,a){
	window.status=eval("t_"+x);
}
function mo(x){
	window.status=defaultStatusText
}
 function mibf(a){}
 function mobf(a){}

 if (IE4){
  document.writeln('<STYLE type="text/css">');
  document.writeln('A.lbl{width:100%}');
  document.writeln('A.lba{width:100%}');
  document.writeln('A.lbs{width:100%}');
  document.writeln('A.lbsa{width:100%}');
  document.writeln('A.lbt{width:100%}');
  document.writeln('</STYLE>');
 }
