//topimage

function topimage(){


Se=Math.floor(Math.random()*3);
if(Se==0){Se1="0";}
if(Se==1){Se1="1";}
if(Se==2){Se1="2";}


Co=new Array(3);
ga=new Array(3);
al=new Array(3);

Co[0]="products/_c3.html"; // リンク先0
ga[0]="images/top/topimage_c3.gif"; // 表示画像0
al[0]="C3"; // 表示文字0

Co[1]="products/_hotscope.html"; // リンク先1
ga[1]="images/top/topimage_hotscope.gif"; // 表示画像1
al[1]="HOTSCOPE"; // 表示文字1

Co[2]="products/_tegpert.html"; // リンク先2
ga[2]="images/top/topimage_tegpert.gif"; // 表示画像2
al[2]="TEGpert"; // 表示文字2

document.write('<A href="'+Co[Se1]+'">');
document.write('<IMG src="'+ga[Se1]+'" alt="'+al[Se1]+'" border="0"></A>');

}
