var funcs = function(){
	//SwapImage
	//SwapImage.Load("Gif","gif",true);
	//SwapImage.Load("Jpg","jpg",true);
	//SwapImage例外処理
	//SwapImage.Load("Sitemap","gif",true,"sitemap/index.html");
	//CurrentText.Load("head","on");
	CurrentText.Load("side","on");

	PageTop.Load("pagetop");
}
AddEventListener(window,'load',funcs);
if(GetBrowser() != "IE") {
	window.onunload = function(){};
}
