// JavaScript Document function navjump(where, pop) { if (pop == 'true') { window.open(where, '_blank'); } else {window.location=where;} } function navTabOn(link) { idoff = 'NavOff'; idhover = 'NavHover'; if (document.getElementById(link).className == idoff) { document.getElementById(link).className = idhover; } } function navTabOff(link) { idoff = 'NavOff'; idhover = 'NavHover'; if (document.getElementById(link).className == idhover) { document.getElementById(link).className = idoff; } } function showhide_menu(which,prnt) { if (document.getElementById(which).style.display == "block") { document.getElementById(which).style.display = "none"; } else { document.getElementById(which).style.display = "block"; } } csad1on = new Image(); csad1on.src = "images/menu/cs_powerusers_on.gif"; csad2on = new Image(); csad2on.src = "images/menu/cs_webpros_on.gif"; csad3on = new Image(); csad3on.src = "images/menu/cs_buspros_on.gif"; csad1off = new Image(); csad1off.src = "images/menu/cs_powerusers_off.gif"; csad2off = new Image(); csad2off.src = "images/menu/cs_webpros_off.gif"; csad3off = new Image(); csad3off.src = "images/menu/cs_buspros_off.gif"; shootouton = new Image(); shootouton.src = "images/menu/shootout_splash_on.jpg"; shootoutoff = new Image(); shootoutoff.src = "images/menu/shootout_splash_off.jpg"; function imgOn(imgName) { if (document.images) { document[imgName].src = eval(imgName + "on.src"); } } function imgOff(imgName) { if (document.images) { document[imgName].src = eval(imgName + "off.src"); } } function targetLinks() { if (document.targeter.pop.checked) where = "_blank"; else where = "_top"; for (var i=0; i<= (document.links.length-1); i++) { document.links[i].target = where; } } 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