if (document.images) {
                     img1 = new Image();
                     img1.src = "assets/templates/idea/images/question.png";
                     img2 = new Image();
                     img2.src = "assets/templates/idea/images/question_gray.png";
					 
                     img3 = new Image();
                     img3.src = "assets/templates/idea/images/contact.png";
					 img4 = new Image();
                     img4.src = "assets/templates/idea/images/contact_gray.png";
					 
                     img5 = new Image();
                     img5.src = "assets/templates/idea/icons/previous_gray.png";
                     img6 = new Image();
                     img6.src = "assets/templates/idea/icons/previous.png";
					 
                     img7 = new Image();
                     img7.src = "assets/templates/idea/icons/house_gray.png";
					 img8 = new Image();
                     img8.src = "assets/templates/idea/icons/house.png";
					 
                     img9 = new Image();
                     img9.src = "assets/templates/idea/icons/previous.png";
                     img10 = new Image();
                     img10.src = "assets/templates/idea/icons/previous_gray.png";
					 
                     img11 = new Image();
                     img11.src = "assets/templates/idea/icons/feed_gray.png";
					 img12 = new Image();
                     img12.src = "assets/templates/idea/icons/feed.png";
					 
                     img13 = new Image();
                     img13.src = "assets/templates/idea/icons/zoom_gray.png";
                     img14 = new Image();
                     img14.src = "assets/templates/idea/icons/zoom.png";
					 
                     img15 = new Image();
                     img15.src = "assets/templates/idea/icons/lightbulb_off.png";
                     img16 = new Image();
                     img16.src = "assets/templates/idea/icons/lightbulb_on.png";
					 
                     img17 = new Image();
                     img17.src = "assets/templates/idea/icons/world_go_grey.png";
					 img18 = new Image();
                     img18.src = "assets/templates/idea/icons/world_go.png";

                     img19 = new Image();
                     img19.src = "assets/templates/idea/images/control_end_blue.png";
					 img20 = new Image();
                     img20.src = "assets/templates/idea/images/control_end.png";
					 
                     img21 = new Image();
                     img21.src = "assets/templates/idea/images/control_start.png";
					 img22 = new Image();
                     img22.src = "assets/templates/idea/images/control_start.png";
}