function nofoco(){ for(lin = 0; lin < document.links.length; lin++) document.links[lin].onfocus = document.links[lin].blur; } onload=nofoco;