function img_chg(url,id){
    document.getElementById('header').style.backgroundImage = 'url('+url+'header/'+id+'.jpg)';  
}
