function bigger(elem) {
    elem.style.width= "325px";
    
}

function smaller(elem) {
   elem.style.width="165px";
   
}
