/* --------------------------------
	Preload
-------------------------------- */
var preLoadImagesURL = new Array(
"../img/main_bg.gif",
"../img/main_imagebg.png",
"../img/head_bar.png",
"../img/single_title.png",
"../img/head_copy.png",
"../img/bt_news_on.gif",
"../img/release_on.gif",
"../img/bt_about_on.gif",
"../img/bt_movie_on.gif",
"../img/bt_linkt_on.gif",
"../img/page_topbt_on.gif",
);

var preLoadImages = new Array(preLoadImagesURL.length);
for(i = 0; i < preLoadImages; i++){
    preLoadImages[i] = new Image();
    preLoadImages[i].src = preLoadImagesURL[i];
}

