﻿function load() {
    pic1 = new Image();
    pic1.src = "http://www.start-now.co.il/images/menu_left_bj.gif";
var a = location.href;
    var arr = a.split("/");
    if (a == "http://www.start-now.co.il/")
        document.getElementById("index.aspx").className = "current";
    if (arr[4] == "about.aspx") {
        document.getElementById("about.aspx").className = "current";
    }
    if (arr[4] == "services.aspx")
        document.getElementById("services.aspx").className = "current";
    if (arr[4] == "products.aspx")
        document.getElementById("products.aspx").className = "current";
    if (arr[4] == "sales.aspx")
        document.getElementById("sales.aspx").className = "current";
    if (arr[4] == "contact.aspx"){
        document.getElementById("contact.aspx").className = "current";
    document.getElementById("contact.aspx").style.backgroundImage="none";
    var aa = document.getElementById("content");
    aa.style.backgroundImage = "url('../images/contact1.jpg')";
    aa.style.backgroundRepeat = "no-repeat";
    aa.style.backgroundPositionX = "left";
    aa.style.backgroundPositionY = "top";
    }
}
function addto(title) {
    var a = location.href;
    if (window.sidebar) {
        if (document.title != "") {
            var sav = document.title + " start-now תמיכה טכנית";
            window.sidebar.addPanel(sav, a.toString(), "");
        }
        else
            window.sidebar.addPanel(a.toString(), a.toString(), "");
    }
    else
        if (document.all) {
            if (document.title != "") {
                var sav = document.title + " start-now תמיכה טכנית";
                window.external.AddFavorite(a.toString(), sav);
            }
            else {
                window.external.AddFavorite(a.toString(), document.title);
            }
    }
    else
        if (window.opera && window.print) {
        return true;
    }
}
