	<!-- 
	var style=0; 
	var the_cookie=document.cookie; 
	if(the_cookie.indexOf('style=')!=-1) 
	{ 
		var the_style=the_cookie.indexOf('style=')+6; 
		style=the_cookie.charAt(the_style); 
	} 
	function pic() 
	{ 
		for(i=0;i<document.images.length;i++) 
		{ 
			var the_src=document.images[i].src; 
			var the_src=the_src.replace(/\/img\//,'/img'+style+'/'); 
			document.images[i].src=the_src; 
		} 
	} 
	function swapimg(myimgNum,secNum){ 
		if (secNum.className=="off") 
		{ 
			secNum.className="on"; 
			myimgNum.src="../images/sub.gif"; 
		} 
		else 
		{ 
			secNum.className="off"; 
			myimgNum.src="../images/plus.gif"; 
	 
		} 
	  } 
	function open_help(url) 
	{ 
		var newwin=window.open(url,"homeWin","scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=750,height=540,top=2,left=2"); 
	   newwin.focus(); 
	} 
	function statu() 
	{ 
		window.defaultStatus='欢迎访问深圳市英派伦科技有限公司网站 http://www.szypl.com'; 
	} 
	window.setInterval("statu()",100) 
	//--> 