// For f-index.html of Exhibitors
   function picture_id( id, n1, n2, n3 ){
				Ssrc="http://202.53.24.243/ctec4/asp/contents/common_contents/picture.asp?d_id=" + id + "&no_01=" + n1 + "&no_02=" + n2 + "&no_03=" + n3 + "&la=" +	0 + "&v_m=" +	0;
				winn = window.open( Ssrc, "next", "toolbar=0,location=0,directories=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=700,height=540,left=20,top=0");
			}

	pic=new Array();
	pic[0]="img/img_ele_L01.jpg";
	pic[1]="img/img_ele_L02.jpg";
	pic[2]="img/img_ele_L03.jpg";
	pic[3]="img/img_dig_L01.jpg";
	pic[4]="img/img_dig_L02.jpg";
	pic[5]="img/img_dig_L03.jpg";

	pics=new Array();
	for(i=0; i<pic.length; i++)
	{
		pics[i]=new Image();
		pics[i].src=pic[i];
	}
	function img_load()
	{
		for(i=0; i<pic.length; i++)document.images["hidden"].src=pics[i].src;
		pic_hyouji();
		preLoad();
	}
	kazu=0;
	my_time=0;
	my_timer=3;
	function pic_hyouji()
	{
		document.images["mypic"].src=pics[kazu].src;
		save = kazu;
		kazu = Math.floor(Math.random() * pic.length);
		while (kazu == save) {
			kazu = Math.floor(Math.random() * pic.length);
		}
		clearTimeout(my_time);
		my_time=setTimeout('pic_hyouji();',my_timer*1000);
	}
    

function last(){ w = window.open("last.html","map","directories=0,location=0,menubar=0,scrollbars=0,toolbar=1,resizable=1,top=10,left=20,width=600,height=400"); w.focus();
}
	
// For f-digital.html of visitors	
function picture_id( id, n1, n2, n3 ){
				Ssrc="http://202.53.24.243/ctec4/asp/contents/common_contents/picture.asp?d_id=" + id + "&no_01=" + n1 + "&no_02=" + n2 + "&no_03=" + n3 + "&la=" + 0 + "&v_m=" + 1;
				winn = window.open( Ssrc, "next", "toolbar=0,location=0,directories=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=700,height=540,left=20,top=0");
			}

			pic=new Array();
			pic[0]="img/img_dig_01.jpg";
			pic[1]="img/img_dig_02.jpg";
			pic[2]="img/img_dig_03.jpg";
			pic[3]="img/img_dig_04.jpg";
			pic[4]="img/img_dig_05.jpg";

			pics=new Array();
			for(i=0; i<pic.length; i++)
			{
				pics[i]=new Image();
				pics[i].src=pic[i];
			}
			function img_load()
			{
				for(i=0; i<pic.length; i++)document.images["hidden"].src=pics[i].src;
				pic_hyouji();
				preLoad();
			}
			kazu=0;
			my_time=0;
			my_timer=3;
			function pic_hyouji()
			{
				document.images["mypic"].src=pics[kazu].src;
				save = kazu;
				kazu = Math.floor(Math.random() * pic.length);
				while (kazu == save) {
					kazu = Math.floor(Math.random() * pic.length);
				}
				clearTimeout(my_time);
				my_time=setTimeout('pic_hyouji();',my_timer*1000);
			}
	
// For f-electronic.html of visitors

function picture_id( id, n1, n2, n3 ){
				Ssrc="http://202.53.24.243/ctec4/asp/contents/common_contents/picture.asp?d_id=" + id + "&no_01=" + n1 + "&no_02=" + n2 + "&no_03=" + n3 + "&la=" + 0 + "&v_m=" + 2;
				winn = window.open( Ssrc, "next", "toolbar=0,location=0,directories=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=700,height=540,left=20,top=0");
			}

			pic=new Array();
			pic[0]="img/img_ele_01.jpg";
			pic[1]="img/img_ele_02.jpg";
			pic[2]="img/img_ele_03.jpg";
			pic[3]="img/img_ele_04.jpg";
			pic[4]="img/img_ele_05.jpg";

			pics=new Array();
			for(i=0; i<pic.length; i++)
			{
				pics[i]=new Image();
				pics[i].src=pic[i];
			}
			function img_load()
			{
				for(i=0; i<pic.length; i++)document.images["hidden"].src=pics[i].src;
				pic_hyouji();
				preLoad();
			}
			kazu=0;
			my_time=0;
			my_timer=3;
			function pic_hyouji()
			{
				document.images["mypic"].src=pics[kazu].src;
				save = kazu;
				kazu = Math.floor(Math.random() * pic.length);
				while (kazu == save) {
					kazu = Math.floor(Math.random() * pic.length);
				}
				clearTimeout(my_time);
				my_time=setTimeout('pic_hyouji();',my_timer*1000);
			}
