<!-- REMOVE GREY BORDER -->

 function removeLinks()
 {
     for (i in document.links) document.links[i].onfocus =
 document.links[i].blur;
 }

<!--
if(top==self) {
self.location.href='index.shtml'}
// -->