function swapImg(){
	document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01On.gif" );
	
	// url取得
	url= location.href;
	
	// 評価と画像のすり替え
	// TOP
//	if( url.indexOf( "index.aspx", 0 ) != -1 ){
//		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01On.gif" );
//	}
	// ダイエット
	if( url.indexOf( "ct=01", 0 ) != -1 || url.indexOf( "/category/01/", 0 ) != -1 ){
		document.getElementById( "Image02" ).setAttribute( "src","img/GlobalNavi02On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// スキンケア・美容
	if( url.indexOf( "ct=02", 0 ) != -1 || url.indexOf( "/category/02/", 0 ) != -1 ){
		document.getElementById( "Image03" ).setAttribute( "src","img/GlobalNavi03On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// アレルギー
	if( url.indexOf( "ct=03", 0 ) != -1 || url.indexOf( "/category/03/", 0 ) != -1 ){
		document.getElementById( "Image04" ).setAttribute( "src","img/GlobalNavi04On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 女性のための栄養学
	if( url.indexOf( "ct=04", 0 ) != -1 || url.indexOf( "/category/04/", 0 ) != -1 ){
		document.getElementById( "Image05" ).setAttribute( "src","img/GlobalNavi05On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 男性のための栄養学
	if( url.indexOf( "ct=05", 0 ) != -1 || url.indexOf( "/category/05/", 0 ) != -1 ){
		document.getElementById( "Image06" ).setAttribute( "src","img/GlobalNavi06On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// ビタミン・ミネラル
	if( url.indexOf( "ct=06", 0 ) != -1 || url.indexOf( "/category/06/", 0 ) != -1 ){
		document.getElementById( "Image07" ).setAttribute( "src","img/GlobalNavi07On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 便秘・デトックス
	if( url.indexOf( "ct=07", 0 ) != -1 || url.indexOf( "/category/07/", 0 ) != -1 ){
		document.getElementById( "Image08" ).setAttribute( "src","img/GlobalNavi08On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 疲労回復・ストレス
	if( url.indexOf( "ct=08", 0 ) != -1 || url.indexOf( "/category/08/", 0 ) != -1 ){
		document.getElementById( "Image09" ).setAttribute( "src","img/GlobalNavi09On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 老化防止・抗酸化剤
	if( url.indexOf( "ct=09", 0 ) != -1 || url.indexOf( "/category/09/", 0 ) != -1 ){
		document.getElementById( "Image10" ).setAttribute( "src","img/GlobalNavi10On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// ドクターズコスメ
	if( url.indexOf( "ct=10", 0 ) != -1 || url.indexOf( "/category/10/", 0 ) != -1 ){
		document.getElementById( "Image11" ).setAttribute( "src","img/GlobalNavi11On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 犬（猫）用サプリメント
	if( url.indexOf( "ct=11", 0 ) != -1 || url.indexOf( "/category/11/", 0 ) != -1 ){
		document.getElementById( "Image12" ).setAttribute( "src","img/GlobalNavi12On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
	// 全商品カタログ
	if( url.indexOf( "ct=12", 0 ) != -1 || url.indexOf( "/category/12/", 0 ) != -1 ){
		document.getElementById( "Image14" ).setAttribute( "src","img/GlobalNavi14On.gif" );
		document.getElementById( "Image01" ).setAttribute( "src","img/GlobalNavi01Off.gif" );
	}
}