// just include this at the bottom of a doc before the body and html close tags 
// to avoid the dotted lines around links
if(document.all)
for(var i in document.links)
document.links[i].onfocus=document.links[i].blur;
