
// <!-- 

{

// this is main navigation on home page
button1 = new Image;
button1.src = "images/nav/home.gif";

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

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

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

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

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

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

button8 = new Image;
button8.src = "images/nav/catalog.gif";

button9 = new Image;
button9.src = "images/nav/client.gif";

button10 = new Image;
button10.src = "images/nav/multimedia.gif";
// end of main navigation on home page



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

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

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

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

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

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

button7on = new Image;
button7on.src = "images/nav/business_roll.gif";

button8on = new Image;
button8on.src = "images/nav/catalog_roll.gif";

button9on = new Image;
button9on.src = "images/nav/client_roll.gif";

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

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

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

}

// -->

