function nobottom(){
    try{
        document.getElementById('downwords').style.display='none';
    }catch(e){
    }
}
