// JavaScript Document

if (document.images) {
     button1 = new Image
     button2 = new Image
	 

     button1.src = 'Images/BTN_LearnMore.png'
     button2.src = 'Images/BTN_LearnMore2.png'
	 
     button3 = new Image
     button4 = new Image
	 

     button3.src = 'Images/BTN_DownloadSheet.png'
     button4.src = 'Images/BTN_DownloadSheet2.png'
	 
     button5 = new Image
     button6 = new Image
	 

     button5.src = 'Images/BTN_DownloadKit.png'
     button6.src = 'Images/BTN_DownloadKit2.png'
	 
	 button7 = new Image
     button8 = new Image
	 

     button7.src = 'Images/BTN_Download.png'
     button8.src = 'Images/BTN_Download2.png'
 
 }



