 
alt0 = new Image;
alt0.src = "images/white.gif";

alt1 = new Image;
alt1.src = "images/studio.gif"; 

alt2 = new Image;
alt2.src = "images/location.gif";  

alt3 = new Image;
alt3.src = "images/celebs.gif";

alt4 = new Image;
alt4.src = "images/events.gif";

alt5 = new Image;
alt5.src = "images/sport.gif";

alt6 = new Image;
alt6.src = "images/about.gif";

alt7 = new Image;
alt7.src = "images/purchase.gif"; 

alt8 = new Image;
alt8.src = "images/contact.gif"; 


//Portraits
graphic1 = new Image;
graphic1.src = "images/reda.gif";
graphic1on = new Image;
graphic1on.src = "images/redb.gif";

//Sports
graphic2 = new Image;
graphic2.src = "images/magentaa.gif";
graphic2on = new Image;
graphic2on.src = "images/magentab.gif";

//Events
graphic3 = new Image;
graphic3.src = "images/bluea.gif";
graphic3on = new Image;
graphic3on.src = "images/blueb.gif";

//Prices
graphic4 = new Image;
graphic4.src = "images/cyana.gif";
graphic4on = new Image;
graphic4on.src = "images/cyanb.gif";

//About
graphic5 = new Image;
graphic5.src = "images/greena.gif";
graphic5on = new Image;
graphic5on.src = "images/greenb.gif";

//Contact
graphic6 = new Image;
graphic6.src = "images/yellowa.gif";  
graphic6on = new Image;
graphic6on.src = "images/yellowb.gif";

//boatd
graphic7 = new Image;
graphic7.src = "images/orangea.gif";
graphic7on = new Image;
graphic7on.src = "images/orangeb.gif";

//Wheel
graphic8 = new Image;
graphic8.src = "images/orreda.gif";  
graphic8on = new Image;
graphic8on.src = "images/orredb.gif";

//handm
graphic9 = new Image;
graphic9.src = "images/hnm1.jpg";  
graphic9on = new Image;
graphic9on.src = "images/hnm.jpg";

//PC Dom Brady buttongraphics 10
graphic10 = new Image;
graphic10.src = "buttons/dbradybuttona.gif"; 
graphic10on = new Image;
graphic10on.src = "buttons/dbradybuttonb.gif";

//Pcso S Bennet button graphics 11
graphic11 = new Image;
graphic11.src = "buttons/sbennettbuttona.gif";  
graphic11on = new Image;
graphic11on.src = "buttons/sbennettbuttonb.gif";

//PC G Davies button graphics 12
graphic12 = new Image;
graphic12.src = "buttons/chrisnieldbuttona.gif"; 
graphic12on = new Image;
graphic12on.src = "buttons/chrisnieldbuttonb.gif";

//Sgt Jack Hargreaves button graphics 13
graphic13 = new Image;
graphic13.src = "buttons/sgtjhargreavesbuttona.gif";      
graphic13on = new Image;
graphic13on.src = "buttons/sgtjhargreavesbuttonb.gif";

//Beatmap button graphics 14
graphic14 = new Image;
graphic14.src = "buttons/beatmapbuttona.gif";  
graphic14on = new Image();
graphic14on.src = "buttons/beatmapbuttonb.gif";

//News button graphics  15
graphic15 = new Image;
graphic15.src = "buttons/advicebuttona.gif";  
graphic15on = new Image;
graphic15on.src = "buttons/advicebuttonb.gif";

//asbo button graphics 16
graphic16 = new Image();
graphic16.src = "buttons/safetyteamsbuttona.gif";  
graphic16on = new Image();
graphic16on.src = "buttons/safetyteamsbuttonb.gif";

//GMP button graphics 17
graphic17 = new Image;
graphic17.src = "buttons/gmpbuttona.gif";
graphic17on = new Image;
graphic17on.src = "buttons/gmpbuttonb.gif";

//GMP button graphics 18
graphic18 = new Image;
graphic18.src = "buttons/pubwatchbuttona.gif";
graphic18on = new Image;
graphic18on.src = "buttons/pubwatchbuttonb.gif";

//Links button graphics 19
graphic19 = new Image;
graphic19.src = "buttons/linksbuttona.gif";
graphic19on = new Image;
graphic19on.src = "buttons/linksbuttonb.gif";

//Crimestoppers button graphics 20
graphic20 = new Image;
graphic20.src = "buttons/crimestoppersa.gif";
graphic20on = new Image;
graphic20on.src = "buttons/crimestoppersb.gif";

//Contact Us button graphics 21
graphic21 = new Image;
graphic21.src = "buttons/contactusbuttona.gif";
graphic21on = new Image;
graphic21on.src = "buttons/contactusbuttonb.gif";

//This is the function that calls for
//the change in the buttons 


function imageChange(imageID,imageName,imageID2,imageName2) { 
{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}





