function divon(idx)
{
    document.getElementById("main_d").style.backgroundImage='url(/images/div'+idx+'.jpg)';
}

