var fs= new Array("10px","11px","12px","13px","14px","15px","17px","19px");var ff= new Array("11px","11px","12px","13px","14px","14px","14px","14px");n=2;getc1=document.cookie+"\;";x1=getc1.indexOf("no");if(x1>=0){  getc=getc1.substring(x1-1);  x2=getc.indexOf("=");  x3=getc.indexOf("\;");  xx=getc.substring(x2+1,x3);  n=eval(xx);  if (getc1=="\;"){n=3;}}else{  // 別のクッキーを参照している雰囲気の場合は  // エラーとなるのでデフォルトを強制的に設定 yuka  n=3;}document.write("<style type='text/css'><!-"+"-");document.write("td{font-size:"+fs[n]+"\;}")document.write("td.footerads{font-size:"+ff[n]+"\;}")document.write("td.footer{font-size:"+ff[n]+"\;}")document.write("-"+"-></"+"style>");function Res(i){	n+=i;	if (!fs[n]){		n-=i;		if (i<0){alert("これ以上小さくなりません");} 		else {alert("これ以上大きくなりません")} 	}	else{		setc="no="+n;		document.cookie=setc;		location.reload();	}}function Def(){	n=3;	setc="no="+n;	document.cookie=setc;	location.reload();}