var NE = (getBrowserName() == 'NETSCAPE' ? true : false); var NN = (document.layers ? true : false); var showName = (NN ? 'show' : 'visible'); var hideName = (NN ? 'hide' : 'hidden'); var zIdx = -1; //document.write(getBrowserName()); //document.write(NN); function refSlide(name) { if (NN) {return document.layers[name];} else {return eval('document.all.'+name+'.style');} } function GenLayer( sName, sLeft, sTop, sWdh, sHgt, sVis, copy ) { if (NN) { document.writeln('' + copy + ''); } else { document.writeln('
' + copy + '
'); } }