document.getElementById('rightarrow').onclick = arrowright; var num = 2; function arrowright() { var nextpage=document.getElementById('page1'); nextpage.style.backgroundImage='url(drstrange/folderstrange/'+(num++)+'.jpg)' }