
// <!-- 

{

// main navigation
button1 = new Image;
button1.src = "images/nav/home.gif";

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

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

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

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

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

button7 = new Image;
button7.src = "images/nav/contactus.gif";
// end of main navigation


// bottom navigation
button11 = new Image;
button11.src = "images/nav/bot/home.gif";

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

button13 = new Image;
button13.src = "images/nav/bot/services.gif";

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

button15 = new Image;
button15.src = "images/nav/bot/faqs.gif";

button16 = new Image;
button16.src = "images/nav/bot/links.gif";

button17 = new Image;
button17.src = "images/nav/bot/contactus.gif";
// end of bottom navigation



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

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

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

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

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

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

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


// bottom navigation rollover
button11on = new Image;
button11on.src = "images/nav/bot/home_roll.gif";

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

button13on = new Image;
button13on.src = "images/nav/bot/services_roll.gif";

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

button15on = new Image;
button15on.src = "images/nav/bot/faqs_roll.gif";

button16on = new Image;
button16on.src = "images/nav/bot/links_roll.gif";

button17on = new Image;
button17on.src = "images/nav/bot/contactus_roll.gif";
// end of bottom navigation rollover



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

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

}


// popup new window

function openit(sURL,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}

// -->
