var arrayID = new Array();
/* メニューの表示／非表示切替処理 */
function ctrlMenu(idName){

	if(arrayID[idName]=="1"){
		noneLayer(idName);
		arrayID[idName]="0";
	}else{
		blockLayer(idName);
		arrayID[idName]="1";
	}

}
/* レイヤ表示処理 */
function blockLayer(idName){

	if ( document.getElementById )
		document.getElementById( idName ).style.display   = 'block' 
	else if ( document.all ) document.all( idName ).style.display = 'block' 

}
/* レイヤ非表示処理 */
function noneLayer(idName){

	if ( document.getElementById )
		document.getElementById( idName ).style.display   = 'none' 
	else if ( document.all ) document.all( idName ).style.display = 'none' 

}

/* 各サイドナビ画像定義 */
pct30=new Image();
pctOn30=new Image();
pct30.src=local_path+"common/30_of.gif";
pctOn30.src=local_path+"common/30_on.gif";

pct31=new Image();
pctOn31=new Image();
pct31.src=local_path+"common/31_of.gif";
pctOn31.src=local_path+"common/31_on.gif";

pct32=new Image();
pctOn32=new Image();
pct32.src=local_path+"common/32_of.gif";
pctOn32.src=local_path+"common/32_on.gif";

pct33=new Image();
pctOn33=new Image();
pct33.src=local_path+"common/33_of.gif";
pctOn33.src=local_path+"common/33_on.gif";

pct34=new Image();
pctOn34=new Image();
pct34.src=local_path+"common/34_of.gif";
pctOn34.src=local_path+"common/34_on.gif";

pct35=new Image();
pctOn35=new Image();
pct35.src=local_path+"common/35_of.gif";
pctOn35.src=local_path+"common/35_on.gif";

pct36=new Image();
pctOn36=new Image();
pct36.src=local_path+"common/36_of.gif";
pctOn36.src=local_path+"common/36_on.gif";

pct37=new Image();
pctOn37=new Image();
pct37.src=local_path+"common/37_of.gif";
pctOn37.src=local_path+"common/37_on.gif";

pct38=new Image();
pctOn38=new Image();
pct38.src=local_path+"common/38_of.gif";
pctOn38.src=local_path+"common/38_on.gif";

pct39=new Image();
pctOn39=new Image();
pct39.src=local_path+"common/39_of.gif";
pctOn39.src=local_path+"common/39_on.gif";

pct310=new Image();
pctOn310=new Image();
pct310.src=local_path+"common/310_of.gif";
pctOn310.src=local_path+"common/310_on.gif";

pct311=new Image();
pctOn311=new Image();
pct311.src=local_path+"common/311_of.gif";
pctOn311.src=local_path+"common/311_on.gif";

pct312=new Image();
pctOn312=new Image();
pct312.src=local_path+"common/312_of.gif";
pctOn312.src=local_path+"common/312_on.gif";

pct313=new Image();
pctOn313=new Image();
pct313.src=local_path+"common/313_of.gif";
pctOn313.src=local_path+"common/313_on.gif";

/*
pct314=new Image();
pctOn314=new Image();
pct314.src=local_path+"common/314_of.gif";
pctOn314.src=local_path+"common/314_on.gif";

pct315=new Image();
pctOn315=new Image();
pct315.src=local_path+"common/315_of.gif";
pctOn315.src=local_path+"common/315_on.gif";

pct316=new Image();
pctOn316=new Image();
pct316.src=local_path+"common/316_of.gif";
pctOn316.src=local_path+"common/316_on.gif";

pct317=new Image();
pctOn317=new Image();
pct317.src=local_path+"common/317_of.gif";
pctOn317.src=local_path+"common/317_on.gif";

pct318=new Image();
pctOn318=new Image();
pct318.src=local_path+"common/318_of.gif";
pctOn318.src=local_path+"common/318_on.gif";

pct319=new Image();
pctOn319=new Image();
pct319.src=local_path+"common/319_of.gif";
pctOn319.src=local_path+"common/319_on.gif";

pct320=new Image();
pctOn320=new Image();
pct320.src=local_path+"common/320_of.gif";
pctOn320.src=local_path+"common/320_on.gif";

pct321=new Image();
pctOn321=new Image();
pct321.src=current_path+"common/321_of.gif";
pctOn321.src=current_path+"common/321_on.gif";

pct322=new Image();
pctOn322=new Image();
pct322.src=current_path+"common/322_of.gif";
pctOn322.src=current_path+"common/322_on.gif";

pct323=new Image();
pctOn323=new Image();
pct323.src=current_path+"common/323_of.gif";
pctOn323.src=current_path+"common/323_on.gif";

pct324=new Image();
pctOn324=new Image();
pct324.src=current_path+"common/324_of.gif";
pctOn324.src=current_path+"common/324_on.gif";

pct325=new Image();
pctOn325=new Image();
pct325.src=current_path+"common/325_of.gif";
pctOn325.src=current_path+"common/325_on.gif";

pct326=new Image();
pctOn326=new Image();
pct326.src=current_path+"common/326_of.gif";
pctOn326.src=current_path+"common/326_on.gif";

pct327=new Image();
pctOn327=new Image();
pct327.src=current_path+"common/327_of.gif";
pctOn327.src=current_path+"common/327_on.gif";

pct328=new Image();
pctOn328=new Image();
pct328.src=current_path+"common/328_of.gif";
pctOn328.src=current_path+"common/328_on.gif";

pct329=new Image();
pctOn329=new Image();
pct329.src=current_path+"common/329_of.gif";
pctOn329.src=current_path+"common/329_on.gif"
*/
