var funcs = function(){
	//SwapImage
	SwapImage.Load("Gif","gif",true);
	SwapImage.Load("Jpg","jpg",true);
	//SwapImage例外処理
	//SwapImage.Load("Showroomtop","jpg",true,"jp/showroom.html");
	//カレント　テキストバージョン
	CurrentText.Load("leftside","on");
	//ページトップ
	PageTop.Load("pagetop");


	//min-heightセッティング
	OuterMainMinHeight.Load();
	
	// entry内画像別窓
	imganchor.Load();

	// newアイコン
	NewIcon.Load();

}
AddEventListener(window,'load',funcs);
if(GetBrowser() != "IE") {
	window.onunload = function(){};
}