// preload images:
if (document.images) {

var imgwidth = 138;
var imgheight = 25;

//starting to load dhivehi buttons
maruhabaa1= new Image(138 ,126 ); maruhabaa1.src = "images/buttons/dhivehi_buttons/maruhabaa1.jpg";
maruhabaa2= new Image(138 ,126); maruhabaa2.src = "images/buttons/dhivehi_buttons/maruhabaa2.jpg";

konbaeh1= new Image(imgwidth ,imgheight ); konbaeh1.src = "images/buttons/dhivehi_buttons/konbaeh1.jpg";
konbaeh2= new Image(imgwidth ,imgheight ); konbaeh2.src = "images/buttons/dhivehi_buttons/konbaeh2.jpg";

azum1= new Image(imgwidth ,imgheight ); azum1.src = "images/buttons/dhivehi_buttons/azum1.jpg";
azum2= new Image(imgwidth ,imgheight ); azum2.src = "images/buttons/dhivehi_buttons/azum2.jpg";

magsadhuthah1= new Image(imgwidth ,imgheight ); magsadhuthah1.src = "images/buttons/dhivehi_buttons/magsadhuthah1.jpg";
magsadhuthah2= new Image(imgwidth ,imgheight ); magsadhuthah2.src = "images/buttons/dhivehi_buttons/magsadhuthah2.jpg";

marukazuthah1= new Image(imgwidth ,imgheight ); marukazuthah1.src = "images/buttons/dhivehi_buttons/marukazuthah1.jpg";
marukazuthah2= new Image(imgwidth ,imgheight ); marukazuthah2.src = "images/buttons/dhivehi_buttons/marukazuthah2.jpg";

baiverivun1= new Image(imgwidth ,imgheight ); baiverivun1.src = "images/buttons/dhivehi_buttons/baiverivun1.jpg";
baiverivun2= new Image(imgwidth ,imgheight ); baiverivun2.src = "images/buttons/dhivehi_buttons/baiverivun2.jpg";

habaru1= new Image(imgwidth ,imgheight ); habaru1.src = "images/buttons/dhivehi_buttons/habaru1.jpg";
habaru2= new Image(imgwidth ,imgheight ); habaru2.src = "images/buttons/dhivehi_buttons/habaru2.jpg";

campaignthah1= new Image(imgwidth ,imgheight ); campaignthah1.src = "images/buttons/dhivehi_buttons/campaignthah1.jpg";
campaignthah2= new Image(imgwidth ,imgheight ); campaignthah2.src = "images/buttons/dhivehi_buttons/campaignthah2.jpg";
//dhivehi buttons end

//starting to load english buttons
home1= new Image(138 ,126 ); home1.src = "images/buttons/english_buttons/home1.jpg";
home2= new Image(138 ,126); home2.src = "images/buttons/english_buttons/home2.jpg";

who1= new Image(imgwidth ,imgheight ); who1.src = "images/buttons/english_buttons/who1.jpg";
who2= new Image(imgwidth ,imgheight ); who2.src = "images/buttons/english_buttons/who2.jpg";

stand1= new Image(imgwidth ,imgheight ); stand1.src = "images/buttons/english_buttons/stand1.jpg";
stand2= new Image(imgwidth ,imgheight ); stand2.src = "images/buttons/english_buttons/stand2.jpg";

work1= new Image(imgwidth ,imgheight ); work1.src = "images/buttons/english_buttons/work1.jpg";
work2= new Image(imgwidth ,imgheight ); work2.src = "images/buttons/english_buttons/work2.jpg";

where1= new Image(imgwidth ,imgheight ); where1.src = "images/buttons/english_buttons/where1.jpg";
where2= new Image(imgwidth ,imgheight ); where2.src = "images/buttons/english_buttons/where2.jpg";

involved1= new Image(imgwidth ,imgheight ); involved1.src = "images/buttons/english_buttons/involved1.jpg";
involved2= new Image(imgwidth ,imgheight ); involved2.src = "images/buttons/english_buttons/involved2.jpg";

news1= new Image(imgwidth ,imgheight ); news1.src = "images/buttons/english_buttons/news1.jpg";
news2= new Image(imgwidth ,imgheight ); news2.src = "images/buttons/english_buttons/news2.jpg";

campaigns1= new Image(imgwidth ,imgheight ); campaigns1.src = "images/buttons/english_buttons/campaigns1.jpg";
campaigns2= new Image(imgwidth ,imgheight ); campaigns2.src = "images/buttons/english_buttons/campaigns2.jpg";






}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


