
// <!-- 
{
// this is main navigation 
button1 = new Image;
button1.src = "images/nav/home.gif";

button2 = new Image;
button2.src = "images/nav/company.gif";

button3 = new Image;
button3.src = "images/nav/testimonials.gif";

button4 = new Image;
button4.src = "images/nav/creative_services.gif";

button5 = new Image;
button5.src = "images/nav/clients.gif";

button6 = new Image;
button6.src = "images/nav/partners.gif";

button7 = new Image;
button7.src = "images/nav/contact.gif";

// end of main navigation

// this is main navigation rollover
button1on = new Image;
button1on.src = "images/nav/home_roll.gif";

button2on = new Image;
button2on.src = "images/nav/company_roll.gif";

button3on = new Image;
button3on.src = "images/nav/testimonials_roll.gif";

button4on = new Image;
button4on.src = "images/nav/creative_services_roll.gif";

button5on = new Image;
button5on.src = "images/nav/clients_roll.gif";

button6on = new Image;
button6on.src = "images/nav/partners_roll.gif";

button7on = new Image;
button7on.src = "images/nav/contact_roll.gif";
// end of main navigation rollover



}
function imageChange(imageID,imageName,imageID2,imageName2) { 

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

}



// -->

