/* 日本一ソフトウェア 製品情報リスト */

function treeMenu( tName ) {

	tMenu = document.getElementById(tName).style;
	
	if(tMenu.display == 'none') tMenu.display = "block";
	else tMenu.display = "none";
	
}



/* consumer MENU javascript */
function Init(){

	con0 = new Image(); con0.src = 'img/ps3_games.gif';
	con1 = new Image(); con1.src = 'img/ps3_games_o.gif';
	con10 = new Image(); con10.src = 'img/ps2_games.gif';
	con11 = new Image(); con11.src = 'img/ps2_games_o.gif';
	con20 = new Image(); con20.src = 'img/ps_games.gif';
	con21 = new Image(); con21.src = 'img/ps_games_o.gif';
	con30 = new Image(); con30.src = 'img/psp_games.gif';
	con31 = new Image(); con31.src = 'img/psp_games_o.gif';
	con40 = new Image(); con40.src = 'img/original.gif';
	con41 = new Image(); con41.src = 'img/original_o.gif';
	con50 = new Image(); con50.src = 'img/transplant.gif';
	con51 = new Image(); con51.src = 'img/transplant_o.gif';
	con60 = new Image(); con60.src = 'img/arc_games.gif';
	con61 = new Image(); con61.src = 'img/arc_games_o.gif';
	con70 = new Image(); con70.src = 'img/ds_games.gif';
	con71 = new Image(); con71.src = 'img/ds_games_o.gif';
	con80 = new Image(); con80.src = 'img/wii_games.gif';
	con81 = new Image(); con81.src = 'img/wii_games_o.gif';
}
function imgChange(imgName,imgNum)
{
document.images[imgName].src = eval(imgNum + '.src');
}




