
/* JavaScript */
bt_home = new Image(); 			bt_home.src = "images/head_name.png";
bt_home_h = new Image(); 		bt_home_h.src = "images/head_name_h.png";

bt_showreel = new Image(); 		bt_showreel.src = "images/btn_showreel.png";
bt_showreel_h = new Image(); 	bt_showreel_h.src = "images/btn_showreel_h.png";

bt_vita = new Image(); 			bt_vita.src = "images/btn_vita.png";
bt_vita_h = new Image(); 		bt_vita_h.src = "images/btn_vita_h.png";

bt_bts = new Image(); 			bt_bts.src = "images/btn_bts.png";
bt_bts_h = new Image(); 		bt_bts_h.src = "images/btn_bts_h.png";	

bt_films = new Image(); 		bt_films.src = "images/btn_films.png";
bt_films_h = new Image(); 		bt_films_h.src = "images/btn_films_h.png";	
bt_tvc = new Image(); 			bt_tvc.src = "images/btn_tvc.png";
bt_tvc_h = new Image(); 		bt_tvc_h.src = "images/btn_tvc_h.png";	

/* CSS  */
bt_play = new Image(); 			bt_play.src = "images/btn_play.png";
bt_play_h = new Image(); 		bt_play_h.src = "images/btn_play_h.png";
bt_close = new Image(); 		bt_close.src = "images/btn_close.png";
bt_smaller = new Image(); 		bt_smaller.src = "images/btn_smaller.png";
bt_bigger = new Image(); 		bt_bigger.src = "images/btn_bigger.png";



