function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i=5) ? true : false; } if (NS6) { document.write('\n'); } else if (IEmac) { document.write('\n'); } else if (IE6) { document.write('\n'); } else { document.write('\n'); } // usability functions function fShowDiv(what) { if (!document.getElementById) return null; temp = what + "_close"; showWhat = document.getElementById(temp); showWhat.className = "hidden"; temp = what + "_open"; showWhat = document.getElementById(temp); showWhat.className = ""; } function fHideDiv(what) { if (!document.getElementById) return null; temp = what + "_close"; showWhat = document.getElementById(temp); showWhat.className = ""; temp = what + "_open"; showWhat = document.getElementById(temp); showWhat.className = "hidden"; }