 function HelpArray(len)
  {this.length=len;}
					  HelpText = new HelpArray(5);HelpText[0] ='<table cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;"><tr><td valign="top">';
					  HelpText[0] ='<table cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;"><br>上海中则调查有限公司</table>';
					  HelpText[1] ='<table cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;"><br>值得您信赖的调研专家</table>';
					  HelpText[2] ='<table cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;"><br>消费品研究</table>';
					  
					  ScriptText = new HelpArray(5);
					  HelpText2 = new HelpArray2(5);
					  HelpText2[0] ="<img border='0' height=165 src='images/002.jpg' width=721>";
					  HelpText2[1] ="<img border='0' height=165 src='images/003.jpg' width=721>";
					  HelpText2[2] ="<img border='0' height=165 src='images/004.jpg' width=721>";
					  
					  ScriptText2 = new HelpArray2(5);
					  var i = 0;
					  function playHelp(){
					 	 if (i >= 2) {
						 				i = 0;}	
					  	else{
								i++;	}	
					  //div1.filters[0].apply();	
					  //div1.innerHTML = HelpText[i];
					  //div1.filters[0].play();	
					  div2.filters[0].apply();	
					  div2.innerHTML = HelpText2[i];
					  div2.filters[0].play();
					  mytimeout = setTimeout('playHelp()',5000);}
					  
					 function next(){
					  i=i+1;
					  if(i>=2){i=0;}
					  div2.filters[0].apply();	
					  div2.innerHTML = HelpText2[i];
					  div2.filters[0].play();
					 }
					 
					 function HelpArray(len) {	this.length=len;}
					 function HelpArray2(len) {this.length=len;}
					 var mytimeout;