//IE 6.0 //Opera 7.6 //NS 7.2 var isDOM = (document.getElementById ? true : false); var isIE4 = ((document.all && !isDOM) ? true : false); var isNS4 = (document.layers ? true : false); function getRef(id) { if (isDOM) return document.getElementById(id); if (isIE4) return document.all[id]; if (isNS4) return document.layers[id]; } function show(name) { getRef(name).style.visibility = "visible"; getRef(name).style.cursor = "hand"; } function hide(name) { getRef(name).style.visibility = "hidden"; } document.writeln('
'); document.writeln('');document.writeln('
'); {document.writeln('');document.writeln('');document.writeln('');document.writeln('');document.writeln('');document.writeln('');document.writeln('');document.writeln('
'); }