function swap_img(img,on){
document.getElementById('link_' + on).style.background = 'url(images/menu__0'+ img +'.jpg)';
}
