
function noFocus()
{
for(i=0;i<document.links.length;i++)
{
document.links[i].onfocus=new Function("this.blur();")
}
}
