		/***********************************
		*   http://javascripts.vbarsan.com/
		*   This notice may not be removed 
		***********************************/
		var swidth=180;

		var sheight=600;

		var sspeed=3;
		var restart=sspeed;
		var rspeed=sspeed;

		var imagef='';


		allpics=["images/refe/a.png","images/refe/b.png","images/refe/c.png","images/refe/d.png","images/refe/e.png","images/refe/f.png","images/refe/1.jpg","images/refe/2.jpg","images/refe/3.jpg","images/refe/4.jpg","images/refe/5.jpg","images/refe/6.jpg","images/refe/7.jpg","images/refe/8.jpg","images/refe/9.jpg","images/refe/10.jpg","images/refe/11.jpg","images/refe/12.jpg","images/refe/13.jpg","images/refe/14.jpg","images/refe/15.jpg"];
		var preloadpics = new Array();
		for(qq=0;qq<allpics.length;qq++){
		preloadpics[qq]=new Image();
		preloadpics[qq].src=allpics[qq];}

		var leftimage=new Array();
		leftimage[0]='<img src="'+preloadpics[0].src+'" alt="1" width=160>';
		leftimage[1]='<img src="'+preloadpics[1].src+'" alt="2" width=160>';
		leftimage[2]='<img src="'+preloadpics[2].src+'" alt="3" width=160>';
		leftimage[3]='<img src="'+preloadpics[3].src+'" alt="4" width=160>';
		leftimage[4]='<img src="'+preloadpics[4].src+'" alt="5" width=160>';
		leftimage[5]='<img src="'+preloadpics[5].src+'" alt="6" width=160>';
		leftimage[6]='<img src="'+preloadpics[6].src+'" alt="7" width=160>';
		leftimage[7]='<img src="'+preloadpics[7].src+'" alt="8" width=160>';
		leftimage[8]='<img src="'+preloadpics[8].src+'" alt="9" width=160>';
		leftimage[9]='<img src="'+preloadpics[9].src+'" alt="10" width=160>';
		leftimage[10]='<img src="'+preloadpics[10].src+'" alt="11" width=160>';
		leftimage[11]='<img src="'+preloadpics[11].src+'" alt="12" width=160>';
		leftimage[12]='<img src="'+preloadpics[12].src+'" alt="13" width=160>';
		leftimage[13]='<img src="'+preloadpics[13].src+'" alt="14" width=160>';
		leftimage[14]='<img src="'+preloadpics[14].src+'" alt="15" width=160>';
		leftimage[15]='<img src="'+preloadpics[15].src+'" alt="16" width=160>';
		leftimage[16]='<img src="'+preloadpics[16].src+'" alt="17" width=160>';
		leftimage[17]='<img src="'+preloadpics[17].src+'" alt="18" width=160>';
		leftimage[18]='<img src="'+preloadpics[18].src+'" alt="19" width=160>';
		leftimage[19]='<img src="'+preloadpics[19].src+'" alt="20" width=160>';
		leftimage[20]='<img src="'+preloadpics[20].src+'" alt="21" width=160>';


		for(mi=leftimage.length-1;mi>=0;mi--)
		imagef=imagef+leftimage[mi]+'<br><br>';

		function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}

		function start(){if(document.getElementById){tdiv6=document.getElementById('slider');tdiv6.innerHTML=imagef;thel=tdiv6.offsetHeight;tdiv6.style.top=-thel+"px";slidens6();}
		else if(document.all){tdivie=slider;tdivie.innerHTML=imagef;thel=tdivie.offsetHeight;tdivie.style.pixelTop=-thel+"px";slideie();}else if(document.layers){tdivns4=document.slider1.document.slider2;tdivns4.document.write(imagef);tdivns4.document.close();thel=tdivns4.document.height;tdivns4.top=-thel;slidens4();}}
		function slidens4(){if(tdivns4.top<=sheight){tdivns4.top+=sspeed;setTimeout("slidens4()",100);}else{tdivns4.top=-thel;slidens4();}}
		function slideie(){if(tdivie.style.pixelTop<=sheight){tdivie.style.pixelTop+=sspeed+"px";setTimeout("slideie()",100);}else{tdivie.style.pixelTop=-thel+"px";slideie();}}
		function slidens6(){if(parseInt(tdiv6.style.top)<=sheight){tdiv6.style.top=parseInt(tdiv6.style.top)+sspeed+"px";setTimeout("slidens6()",100);}else{tdiv6.style.top=-thel+"px";slidens6();}}
		
		function show_slide() {
			document.write('<table align="center" width="180" style="background-color: #efeeee; border: 1px solid grey"><tr><td width='+sheight+'px>');
			if (document.layers) 
				document.write('<span style="borderWidth:0.1px; borderStyle:none; clip:rect(0 '+swidth+' '+sheight+' 0);"><ilayer width='+swidth+' height='+sheight+' name="slider1"><layer class=slsh width='+swidth+' height='+sheight+'></layer><layer width='+swidth+' height='+sheight+' name="slider2" onMouseover="sspeed=0;" onMouseout="sspeed=rspeed"></layer></ilayer></span>');
			else {
				document.write('<div style="position:relative;overflow:hidden;width:'+swidth+'px;height:'+sheight+'px;clip:rect(0 '+swidth+'px '+sheight+'px 0);"><div class=slsh style="position:absolute;width:'+swidth+'px;height:'+sheight+'px;"></div><div id="slider" style="position:relative;width:'+swidth+'px;" onMouseover="sspeed=0;" onMouseout="sspeed=rspeed"></div></div>');
			}
		}
	