//<![CDATA[
//*===============================================================
//○初期化
//*===============================================================
$( document ).ready( function() {
		//□拡大・縮小
		$( 'a.closeEl1' ).bind( 'click' , toggleContent1 );  //トップページ（装備品等に関する情報）
		$( 'a.closeEl2' ).bind( 'click' , toggleContent2 );  //トップページ（装備品等の調達制度に関する情報）
		$( 'a.closeEl3' ).bind( 'click' , toggleContent3 );  //トップページ（建設工事に関する情報）
		$( 'a.closeEl4' ).bind( 'click' , toggleContent4 );  //サイド（ライブラリー）
		$( 'a.closeEl5' ).bind( 'click' , toggleContent5 );  //サイド（装備品等に関する情報）
		$( 'a.closeEl6' ).bind( 'click' , toggleContent6 );  //サイド（装備品等の調達制度に関する情報）
		$( 'a.closeEl7' ).bind( 'click' , toggleContent7 );  //サイド（建設工事に関する情報）
		$( 'a.closeEl8' ).bind( 'click' , toggleContent8 );  //Englishサイド（Introduction of EPCO）
		$( 'a.closeEl9' ).bind( 'click' , toggleContent9 );  //Englishサイド（Introduction of Procurement）
		$( 'a.closeEl10' ).bind( 'click' , toggleContent10 );//Englishサイド（Introduction of Procurement System）
	}
);
//*===============================================================
//○拡大縮小
//*===============================================================
//トップページ（装備品等に関する情報）
function closeEI1( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/images/title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
}
//トップページ（装備品等の調達制度に関する情報）
function closeEI2( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/images/title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
}
//トップページ（建設工事に関する情報）
function closeEI3( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/images/title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
}
//サイド（ライブラリー）
function closeEI4( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title_library.jpg" alt="ライブラリ" title="ライブラリ" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open_library.jpg" alt="開く" width="37" height="38" />' );
	}
}
//サイド（装備品等に関する情報）
function closeEI5( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
}
//サイド（装備品等の調達制度に関する情報）
function closeEI6( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
}
//サイド（建設工事に関する情報）
function closeEI7( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
}
//Englishサイド（Introduction of EPCO）
function closeEI8( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title01.jpg" alt="Introduction of EPCO" title="Introduction of EPCO" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
}
//Englishサイド（Introduction of Procurement）
function closeEI9( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title02.jpg" alt="Information of Procurement" title="Information of Procurement" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
}
//Englishサイド（Introduction of Procurement System）
function closeEI10( eid ) {
	if( readCookie( 'closeEI_' + eid ) == 'false' ) {
		$( '#itemContent_' + eid ).BlindUp( 100 );
		$( '#closeEI_' + eid ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title03.jpg" alt="Information of Procurement System" title="Information of Procurement System" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
}

//*===============================================================
//○拡大縮小
//*===============================================================
//トップページ（装備品等に関する情報）
var toggleContent1 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_close.jpg" alt="閉じる" width="37" height="35" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//トップページ（装備品等の調達制度に関する情報）
var toggleContent2 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_close.jpg" alt="閉じる" width="37" height="35" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//トップページ（建設工事に関する情報）
var toggleContent3 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_close.jpg" alt="閉じる" width="37" height="35" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/images/title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="601" height="35" /><img src="http://www.epco.mod.go.jp/images/btn_open.jpg" alt="開く" width="37" height="35" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//サイド（ライブラリー）
var toggleContent4 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title_library.jpg" alt="ライブラリ" title="ライブラリ" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close_library.jpg" alt="閉じる" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title_library.jpg" alt="ライブラリ" title="ライブラリ" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open_library.jpg" alt="開く" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//サイド（装備品等に関する情報）
var toggleContent5 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="閉じる" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title01.jpg" alt="装備品等に関する情報" title="装備品等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//サイド（装備品等の調達制度に関する情報）
var toggleContent6 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="閉じる" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title02.jpg" alt="建設工事に関する情報" title="建設工事に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//サイド（建設工事に関する情報）
var toggleContent7 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="閉じる" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/common/images/list_title03.jpg" alt="建設工事等に関する情報" title="建設工事等に関する情報" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="開く" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//Englishサイド（Introduction of EPCO）
var toggleContent8 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title01.jpg" alt="Introduction of EPCO" title="Introduction of EPCO" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="Close" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title01.jpg" alt="Introduction of EPCO" title="Introduction of EPCO" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//Englishサイド（Introduction of Procurement）
var toggleContent9 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title02.jpg" alt="Information of Procurement" title="Information of Procurement" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="Close" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title02.jpg" alt="Information of Procurement" title="Information of Procurement" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//Englishサイド（Introduction of Procurement System）
var toggleContent10 = function( e ) {
	var targetContent = $( 'div.itemContent' , this.parentNode.parentNode );
	
	if ( targetContent.css( 'display' ) == 'none' ) {
		//□画像の切り替え(閉じる)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title03.jpg" alt="Information of Procurement System" title="Information of Procurement System" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_close.jpg" alt="Close" width="37" height="38" />' );
	} else {
		//□画像の切り替え(開く)
		$( this ).html( '<img src="http://www.epco.mod.go.jp/en/common/images/list_title03.jpg" alt="Information of Procurement System" title="Information of Procurement System" width="179" height="38" /><img src="http://www.epco.mod.go.jp/common/images/btn_open.jpg" alt="Open" width="37" height="38" />' );
	}
	targetContent.BlindToggleVertically( 300 , null , '' );
	return false;
};
//-->
