function boldLink(page){
 if(page==""){
 page="index";
 }
 document.getElementById(page).className ="over";

}
