{
button0 = new Image(92,18)
button0.src = "images/header/home.gif"
button0on = new Image(92,18)
button0on.src = "images/header/home1.gif"

button1 = new Image(144,18)
button1.src = "images/header/technology.gif"
button1on = new Image(144,18)
button1on.src = "images/header/technology1.gif"

button2 = new Image(118,18)
button2.src = "images/header/company.gif"
button2on = new Image(118,18)
button2on.src = "images/header/company1.gif"

button3 = new Image(91,18)
button3.src = "images/header/news.gif"
button3on = new Image(91,18)
button3on.src = "images/header/news1.gif"

button4 = new Image(138,18)
button4.src = "images/header/contact.gif"
button4on = new Image(138,18)
button4on.src = "images/header/contact1.gif"

technologybutton0 = new Image(174,18)
technologybutton0.src = "images/sub/overview.gif"
technologybutton0on = new Image(174,18)
technologybutton0on.src = "images/sub/overview1.gif"

technologybutton1 = new Image(174,18)
technologybutton1.src = "images/sub/whycoaltoliquid.gif"
technologybutton1on = new Image(174,18)
technologybutton1on.src = "images/sub/whycoaltoliquid1.gif"

technologybutton2 = new Image(174,18)
technologybutton2.src = "images/sub/ctlprocess.gif"
technologybutton2on = new Image(174,18)
technologybutton2on.src = "images/sub/ctlprocess1.gif"

technologybutton3 = new Image(174,18)
technologybutton3.src = "images/sub/ourpartners.gif"
technologybutton3on = new Image(174,18)
technologybutton3on.src = "images/sub/ourpartners1.gif"

companybutton0 = new Image(174,18)
companybutton0.src = "images/sub/overview.gif"
companybutton0on = new Image(174,18)
companybutton0on.src = "images/sub/overview1.gif"

companybutton1 = new Image(174,18)
companybutton1.src = "images/sub/management.gif"
companybutton1on = new Image(174,18)
companybutton1on.src = "images/sub/management1.gif"

companybutton2 = new Image(174,18)
companybutton2.src = "images/sub/directors.gif"
companybutton2on = new Image(174,18)
companybutton2on.src = "images/sub/directors1.gif"

companybutton3 = new Image(174,18)
companybutton3.src = "images/sub/advisors.gif"
companybutton3on = new Image(174,18)
companybutton3on.src = "images/sub/advisors1.gif"

companybutton4 = new Image(174,18)
companybutton4.src = "images/sub/investors.gif"
companybutton4on = new Image(174,18)
companybutton4on.src = "images/sub/investors1.gif"
}

function imageChange(imageID,imageName) { 
{
document.images[imageID].src = eval(imageName + ".src");
}
}
