
// <!-- 

{

// this is main navigation 
button1 = new Image;
button1.src = "images/nav/case.gif";

button2 = new Image;
button2.src = "images/nav/about.gif";

button3 = new Image;
button3.src = "images/nav/solutions.gif";

button4 = new Image;
button4.src = "images/nav/products.gif";

button5 = new Image;
button5.src = "images/nav/home.gif";

button6 = new Image;
button6.src = "images/nav/contact.gif";

button7 = new Image;
button7.src = "images/nav/jobs.gif";
// end of main navigation


// this is for case studies navigation
button8 = new Image;
button8.src = "images/cases/nav/ctw.gif";

button9 = new Image;
button9.src = "images/cases/nav/mtv.gif";

button10 = new Image;
button10.src = "images/cases/nav/reciprocal.gif";

button11 = new Image;
button11.src = "images/cases/nav/strategis.gif";

button12 = new Image;
button12.src = "images/cases/nav/s1.gif";

button13 = new Image;
button13.src = "images/cases/nav/tonos.gif";

button14 = new Image;
button14.src = "images/cases/nav/yandr.gif";

button15 = new Image;
button15.src = "images/cases/nav/zuniv.gif";

button21 = new Image;
button21.src = "images/cases/nav/cn.gif";

button22 = new Image;
button22.src = "images/cases/nav/fci.gif";

button23 = new Image;
button23.src = "images/cases/nav/kta.gif";
// end of case studies navigation


// end of case studies homepage
button16 = new Image;
button16.src = "images/home/nonflash-cs-cn.gif";

button17 = new Image;
button17.src = "images/home/nonflash-cs-yr.gif";

button18 = new Image;
button18.src = "images/home/nonflash-cs-mtv.gif";

button19 = new Image;
button19.src = "images/home/nonflash-cs-sesame.gif";
// end of case studies homepage


// this is main navigation rollover
button1on = new Image;
button1on.src = "images/nav/roll_case.gif";

button2on = new Image;
button2on.src = "images/nav/roll_about.gif";

button3on = new Image;
button3on.src = "images/nav/roll_solutions.gif";

button4on = new Image;
button4on.src = "images/nav/roll_products.gif";

button5on = new Image;
button5on.src = "images/nav/roll_home.gif";

button6on = new Image;
button6on.src = "images/nav/roll_contact.gif";

button7on = new Image;
button7on.src = "images/nav/roll_jobs.gif";
// end of main navigation rollover


// this is case studies navigation rollover
button8on = new Image;
button8on.src = "images/cases/nav/roll_ctw.gif";

button9on = new Image;
button9on.src = "images/cases/nav/roll_mtv.gif";

button10on = new Image;
button10on.src = "images/cases/nav/roll_reciprocal.gif";

button11on = new Image;
button11on.src = "images/cases/nav/roll_strategis.gif";

button12on = new Image;
button12on.src = "images/cases/nav/roll_s1.gif";

button13on = new Image;
button13on.src = "images/cases/nav/roll_tonos.gif";

button14on = new Image;
button14on.src = "images/cases/nav/roll_yandr.gif";

button15on = new Image;
button15on.src = "images/cases/nav/roll_zuniv.gif";

button21on = new Image;
button21on.src = "images/cases/nav/roll_cn.gif";

button22on = new Image;
button22on.src = "images/cases/nav/roll_fci.gif";

button23on = new Image;
button23on.src = "images/cases/nav/roll_kta.gif";
// end of case studies navigation rollover


// end of case studies homepage
button16on = new Image;
button16on.src = "images/home/nonflash-cs-cn_roll.gif";

button17on = new Image;
button17on.src = "images/home/nonflash-cs-yr_roll.gif";

button18on = new Image;
button18on.src = "images/home/nonflash-cs-mtv_roll.gif";

button19on = new Image;
button19on.src = "images/home/nonflash-cs-sesame_roll.gif";
// end of case studies homepage


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}


// popup new window

function openit(sURL,scrolls,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=" + scrolls +",toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}

// -->
