ct1=new Array();
ct2=new Array();
ct1[0]="&nbsp";
ct2[0]="&nbsp";

ct1[1]="特集　受験に勝つ！　学力が上がる！　最強の塾＆予備校";
ct2[1]="週刊ダイヤモンドのバックナンバーを表示します。";

ct1[2]="「チェンジ・ザ・ワールド」の経営論";
ct2[2]="ＤＨＢＲのバックナンバーを表示します。";

ct1[3]="円高に負けないファンドに注目！　タコ足分配から脱却した健全...";
ct2[3]="ダイヤモンド ZAiのバックナンバーを表示します。";

ct1[4]="特集●２０１３年、４人に１人が６５歳超　高齢社会を１０倍の...";
ct2[4]="Chain Store Ageのバックナンバーを表示します。";

function inPrint1(x){
	if (document.getElementById)
		document.getElementById("info_cpt").innerHTML = ct1[x];
	else if (document.all)
		document.all("info_cpt").innerHTML = ct1[x];
	else if (document.layers){
		document.layers["nscape_cpt"].document.open();
		document.layers["nscape_cpt"].document.write(ct1[x]);
		document.layers["nscape_cpt"].document.close();
	} else
		return false;
	return true;
}
function inPrint2(x){
	if (document.getElementById)
		document.getElementById("info_cpt").innerHTML = ct2[x];
	else if (document.all)
		document.all("info_cpt").innerHTML = ct2[x];
	else if (document.layers){
		document.layers["nscape_cpt"].document.open();
		document.layers["nscape_cpt"].document.write(ct2[x]);
		document.layers["nscape_cpt"].document.close();
	} else
		return false;
	return true;
}

