						var preloaded = new Array();
						function preload_images() {
							for (var i = 0; i < arguments.length; i++){
								preloaded[i] = document.createElement('img');
								preloaded[i].setAttribute('src',arguments[i]);
							};
						};
						preload_images(
							'images/flyer1.png',   
							'images/flyer2.png',
							'images/panel_back.png',
							'images/logo.png',
							'images/header.png',

							'images/tb_home_ina.png', 
							'images/tb_home_act.png', 
							'images/tb_chestionare_ina.png', 
							'images/tb_chestionare_act.png', 
							'images/tb_codul_rutier_ina.png', 
							'images/tb_codul_rutier_act.png', 
							'images/tb_regulament_ina.png', 
							'images/tb_regulament_act.png', 
							'images/tb_indicatoare_ina.png', 
							'images/tb_indicatoare_act.png', 
							'images/tb_puncte_ina.png', 
							'images/tb_puncte_act.png', 
							'images/tb_stiri_ina.png', 
							'images/tb_stiri_act.png', 
							'images/tb_forum_ina.png', 
							'images/tb_forum_act.png', 
							'images/tb_webdir_ina.png', 
							'images/tb_webdir_act.png', 	

							'images/chestionar1_act.png',
							'images/chestionar2_act.png',
							'images/chestionar3_act.png',
							'images/chestionar4_act.png',
							'images/chestionar5_act.png',
							'images/chestionar6_act.png',
							'images/chestionar7_act.png',
							'images/chestionar8_act.png',
							'images/chestionar9_act.png',
							'images/chestionar10_act.png',
							'images/chestionar11_act.png',
							'images/chestionar12_act.png',
							'images/chestionar13_act.png',
							'images/chestionar14_act.png',
							'images/chestionar15_act.png',
							'images/chestionar16_act.png',
							'images/chestionar17_act.png',
							'images/chestionar18_act.png',
							'images/chestionar19_act.png',
							'images/chestionar20_act.png',
							'images/chestionar21_act.png',
							'images/chestionar22_act.png',
							'images/chestionar23_act.png',
							'images/chestionar24_act.png',
							'images/chestionar25_act.png',
							'images/chestionar26_act.png',
							'images/chestionar27_act.png',
							'images/chestionar28_act.png',
							'images/chestionar29_act.png',
							'images/chestionar30_act.png',

							'images/chestionar1_ina.png',
							'images/chestionar2_ina.png',
							'images/chestionar3_ina.png',
							'images/chestionar4_ina.png',
							'images/chestionar5_ina.png',
							'images/chestionar6_ina.png',
							'images/chestionar7_ina.png',
							'images/chestionar8_ina.png',
							'images/chestionar9_ina.png',
							'images/chestionar10_ina.png',
							'images/chestionar11_ina.png',
							'images/chestionar12_ina.png',
							'images/chestionar13_ina.png',
							'images/chestionar14_ina.png',
							'images/chestionar15_ina.png',
							'images/chestionar16_ina.png',
							'images/chestionar17_ina.png',
							'images/chestionar18_ina.png',
							'images/chestionar19_ina.png',
							'images/chestionar20_ina.png',
							'images/chestionar21_ina.png',
							'images/chestionar22_ina.png',
							'images/chestionar23_ina.png',
							'images/chestionar24_ina.png',
							'images/chestionar25_ina.png',
							'images/chestionar26_ina.png',
							'images/chestionar27_ina.png',
							'images/chestionar28_ina.png',
							'images/chestionar29_ina.png',
							'images/chestionar30_ina.png'
						);