<!--
/*

This script was adapted by Sightline Internet Services.  http://www.brainwork.com
*/
if (document.images) {
prod1 = new Image(125,25);prod1.src = 'graphics/prod1.gif';
prod2 = new Image(125,25);prod2.src = 'graphics/prod2.gif';
prod3 = new Image(125,25);prod3.src = 'graphics/prod3.gif';
about1 = new Image(125,25);about1.src = 'graphics/about1.gif';
about2 = new Image(125,25);about2.src = 'graphics/about2.gif';
about3 = new Image(125,25);about3.src = 'graphics/about3.gif';
wnew1 = new Image(125,25);wnew1.src = 'graphics/wnew1.gif';
wnew2 = new Image(125,25);wnew2.src = 'graphics/wnew2.gif';
wnew3 = new Image(125,25);wnew3.src = 'graphics/wnew3.gif';
order1 = new Image(125,25);order1.src = 'graphics/order1.gif';
order2 = new Image(125,25);order2.src = 'graphics/order2.gif';
order3 = new Image(125,25);order3.src = 'graphics/order3.gif';
supprt1 = new Image(125,25);supprt1.src = 'graphics/supprt1.gif';
supprt2 = new Image(125,25);supprt2.src = 'graphics/supprt2.gif';
supprt3 = new Image(125,25);supprt3.src = 'graphics/supprt3.gif';
links1 = new Image(125,25);links1.src = 'graphics/links1.gif';
links2 = new Image(125,25);links2.src = 'graphics/links2.gif';
links3 = new Image(125,25);links3.src = 'graphics/links3.gif';
email1 = new Image(125,25);email1.src = 'graphics/email1.gif';
email2 = new Image(125,25);email2.src = 'graphics/email2.gif';
email3 = new Image(125,25);email3.src = 'graphics/email3.gif';
home1 = new Image(125,25);home1.src = 'graphics/home1.gif';
home2 = new Image(125,25);home2.src = 'graphics/home2.gif';
home3 = new Image(125,25);home3.src = 'graphics/home3.gif';
}

var selected = "8";

button = new Array()
button[1] = "prod"
button[2] = "about"
button[3] = "wnew"
button[4] = "order"
button[5] = "supprt"
button[6] = "links"
button[7] = "email"
button[8] = "home"

function di(num,id,newImg){
choice = selected;
if (num != choice){document.images[id].src=eval(newImg+".src");}
}


function menu_select(num,id,img_name){
old = "n"+button[selected];   
current = button[selected]
          document.images[id].src=eval(img_name + "3.src");       
          document.images[old].src = eval (current+"1.src");
          selected = num; 
         }
    

// -->