// JavaScript Document

/*

Simple image pre-loader for menus, necessary to stop it flickering

*/

Image1= new Image(95,25)
Image1.src = "/staticfiles/images/sectionnavabout_off.gif"
		
Image2= new Image(95,25)
Image2.src = "/staticfiles/images/sectionnavabout_on.gif"

Image3= new Image(115,25)
Image3.src = "/staticfiles/images/sectionnavmember_off.gif"
		
Image4= new Image(115,25)
Image4.src = "/staticfiles/images/sectionnavmember_on.gif"

Image5= new Image(104,25)
Image5.src = "/staticfiles/images/sectionnavarea_off.gif"
		
Image6= new Image(104,25)
Image6.src = "/staticfiles/images/sectionnavarea_on.gif"

Image7= new Image(73,25)
Image7.src = "/staticfiles/images/sectionnavevents_off.gif"
		
Image8= new Image(73,25)
Image8.src = "/staticfiles/images/sectionnavevents_on.gif"

Image9= new Image(97,25)
Image9.src = "/staticfiles/images/sectionnavpublish_off.gif"
		
Image10= new Image(97,25)
Image10.src = "/staticfiles/images/sectionnavpublish_on.gif"

Image11= new Image(81,25)
Image11.src = "/staticfiles/images/sectionnavschools_off.gif"
		
Image12= new Image(81,25)
Image12.src = "/staticfiles/images/sectionnavschools_on.gif"

Image13= new Image(108,25)
Image13.src = "/staticfiles/images/sectionnavpublic_off.gif"
		
Image14= new Image(108,25)
Image14.src = "/staticfiles/images/sectionnavpublic_on.gif"

Image15= new Image(154,25)
Image15.src = "/staticfiles/images/sectionnavfact_off.gif"
		
Image16= new Image(154,25)
Image16.src = "/staticfiles/images/sectionnavfact_on.gif"

Image17= new Image(152,25)
Image17.src = "/staticfiles/images/sectionnavcareer_off.gif"
		
Image18= new Image(152,25)
Image18.src = "/staticfiles/images/sectionnavcareer_on.gif"

