browserName = navigator.appName;              

browserVer = parseInt(navigator.appVersion);          

if ( (browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4) )  {

James_Bond_button1 = new Image();

James_Bond_button1.src = "http://www.licencedtokill.com/007/images/buttons/bmain.gif";

James_Bond_button2 = new Image();

James_Bond_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2main.gif";

Bond_Films_button1 = new Image();

Bond_Films_button1.src = "http://www.licencedtokill.com/007/images/buttons/bfilms.gif";

Bond_Films_button2 = new Image();

Bond_Films_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2films.gif";

Bond_Films_button1 = new Image();

Bond_Films_button1.src = "http://www.licencedtokill.com/007/images/buttons/bfilms.gif";

Bond_Films_button2 = new Image();

Bond_Films_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2films.gif";

Bond_Media_button1 = new Image();

Bond_Media_button1.src = "http://www.licencedtokill.com/007/images/buttons/bmedia.gif";

Bond_Media_button2 = new Image();

Bond_Media_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2media.gif";

Bond_Girls_button1 = new Image();

Bond_Girls_button1.src = "http://www.licencedtokill.com/007/images/buttons/bgirls.gif";

Bond_Girls_button2 = new Image();

Bond_Girls_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2girls.gif";

Bond_News_button1 = new Image();

Bond_News_button1.src = "http://www.licencedtokill.com/007/images/buttons/bnews.gif";

Bond_News_button2 = new Image();

Bond_News_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2news.gif";

Bond_Gadgets_button1 = new Image();

Bond_Gadgets_button1.src = "http://www.licencedtokill.com/007/images/buttons/bgads.gif";

Bond_Gadgets_button2 = new Image();

Bond_Gadgets_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2gads.gif";

Bond_Cars_button1 = new Image();

Bond_Cars_button1.src = "http://www.licencedtokill.com/007/images/buttons/bcars.gif";

Bond_Cars_button2 = new Image();

Bond_Cars_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2cars.gif";

Bond_Villains_button1 = new Image();

Bond_Villains_button1.src = "http://www.licencedtokill.com/007/images/buttons/bvill.gif";

Bond_Villains_button2 = new Image();

Bond_Villains_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2vill.gif";

Bond_Bonds_button1 = new Image();

Bond_Bonds_button1.src = "http://www.licencedtokill.com/007/images/buttons/bbonds.gif";

Bond_Bonds_button2 = new Image();

Bond_Bonds_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2bonds.gif";

Bond_Games_button1 = new Image();

Bond_Games_button1.src = "http://www.licencedtokill.com/007/images/buttons/bgames.gif";

Bond_Games_button2 = new Image();

Bond_Games_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2games.gif";

Bond_Links_button1 = new Image();

Bond_Links_button1.src = "http://www.licencedtokill.com/007/images/buttons/blinks.gif";

Bond_Links_button2 = new Image();

Bond_Links_button2.src = "http://www.licencedtokill.com/007/images/buttons/b2links.gif";

      }

function image(section, category, num)  {  

if ( (browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4) )  {

        name = section + '_' + category + '_button';
        path = eval(name + num + ".src");

        document[name].src = path;
        
        var x = section + ' ' + category;
        var showStatus = x.toUpperCase(); 

        if (num == 2) { window.status = showStatus }
        if (num == 1) { window.status = "" }
        }
}
