function load_top_bg() {
    document.getElementById("body2_top").style.background = "url(../images/bg_top.jpg)";
    document.getElementById("body2_top").style.backgroundPosition = "top center";
    document.getElementById("body2_top").style.backgroundRepeat = "no-repeat";
    document.getElementById("body2_top").style.backgroundColor = ""
}
