﻿<!--#include file="inc/znconn.asp" -->
<%
	dim rs,sql
	Set rs = Server.CreateObject("adodb.recordset")	

%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>BIOER TECHNOLOGY</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lte IE 6]>
	<link rel="stylesheet" type="text/css"  href="css/ie6.css" />	
<![endif]-->
<!--[if IE 7]>
	<link rel="stylesheet" type="text/css"  href="css/ie7.css" />	
<![endif]-->
<script language="JavaScript">
<!--
var nTime = 7;
var nFocus= 0;
var bFlag = false;
var aLiTab , aDivTab;
/*自动跳转
function fAutoSwitch(){
	var n = nFocus + 1;
	if(n >=7){
		n = 0;
	}
	if(!bFlag){
		aLiTab[n].onmouseover();
		bFlag = false;
	}
}
*/window.onload = function(){
	var $ = function($){
		return document.getElementById($);
	};
	aLiTab = $("oUlTab").getElementsByTagName("li");
	aDivTab = [$("oDivTab1") , $("oDivTab2") , $("oDivTab3") , $("oDivTab4") , $("oDivTab5") , $("oDivTab6") , $("oDivTab7")];
	for(var i=0;i<aLiTab.length;i++){
		(function(i){
			var t = aLiTab[i];
			t.onmouseover = function(){
				if(nFocus != i){
					aLiTab[nFocus].className = "";
					aDivTab[nFocus].style.display = "none";
					nFocus = i;
					aLiTab[nFocus].className = "on";
					aDivTab[nFocus].style.display = "";
				}
				bFlag = true;
			};
			t.onmouseout = function(){
				bFlag = false;
			};
		})(i);
	}
};
//-->
</script>
<script language="javascript" src="js/swfobject_source.js"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<!--top start-->
<div id="main">
<div id="top">
	<div id="indexTop1"><ul><li class="topxiaoimg"><img src="images/index1_01.jpg" /></li><li><a href="index.asp">Home</a></li><li class="line">|</li><li><a href="contactus.asp">Contact</a></li><li class="line">|</li><li><a href="/index.asp">Chinese</a></li></ul></div>
    <div id="indexTop2">
    	<div id="logo"><img src="images/eindex1_05.jpg" /></div>
        <div id="fendh">
        <ul>
        <li class="indexImg"><img src="images/index1_09_21.jpg" /></li><li><a href="#">Life Science Instruments</a></li>
        <li class="indexImg"><img src="images/index1_11.jpg" /></li><li><a href="#">Life Science Reagents</a></li>
        <li class="indexImg"><img src="images/index1_13.jpg" /></li><li><a href="#">Others</a></li>
        </ul></div>
  		<form name="fss" id="form1" action="productXxye.asp" method="get"><input type="text" name="ss" value="" size="20" class="sousuo" /><div id="sousoImg"><input type="image" src="images/index1_15.jpg" /></div> 
		</form>
    </div>
</div>
<!-- top end-->

  <%
	sql = "select top 5 id,pname from products where ptype=1 order by id desc"
	rs.open  sql, Conn,1,1		
%>  
<!-- content start-->
<div id="indexCon">
	<div id="banner">
	<script type="text/javascript" src="swfobject.js"></script>		
<div id="flashcontent"><img src="images/index1_25.jpg" /></div>
<script type="text/javascript">
   var so = new SWFObject("Flash/Eindbanner.swf", "bannerSWF", "917", "327", "8", "#FFFFFF");
   so.write("flashcontent");
</script></div>
    <div id="dh">
    				   <div class="ent_c">
			         <div class="bq">
					      <ul id="oUlTab">
                          <li class="on" style="width:130px"><a href="products.asp">Product</a></li>
                          <li style="width:130px"><a href="servers.asp">Service</a></li>
                          <li style="width:130px"><a href="newscenter.asp">News</a></li>
                          <li style="width:130px"><a href="shangwuangluo.asp">Business Network</a></li>
                          <li style="width:130px"><a href="aboutus.asp">About Bioer</a></li>
                          </ul>
                     </div>
                     <div class="clear"></div>
					  <!---多窗口操作--->
					  <div class="bq_d" id="oDivTab1">
					      <div id="indexpro1">
                          <ul class="indexproXx11" style="width:210px;"><img src="images/eindtit1.jpg" /></li>
						  <%
						   if rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
						   pname=rs("pname")
   						   if len(pname)>50 then
						   pname=left(pname,49)&"…"
						   end if
						   response.Write("<li><a href='productsXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()						   
						   next
						   rs.close
						   %>                                                       
                          </ul>
						  <%
						  sql = "select top 5 id,pname from products  where ptype=2 order by id desc"
						  rs.open  sql, Conn,1,1
						  %>                          
                          <ul class="indexproXx11"><img src="images/eindtit2.jpg" /></li>
                           <%
						   if rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("pname")
						   if len(pname)>50 then
						   pname=left(pname,49)&"…"
						   end if
						   response.Write("<li><a href='productsXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                          
                          </ul>
						   <%
						   sql = "select top 5 id,pname from products  where ptype=3 order by id desc"
						   rs.open  sql, Conn,1,1
						   %>                                                    
                          <ul class="indexproXx11"><img src="images/eindtit3.jpg" /></li>
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("pname")
						   if len(pname)>20 then
						   pname=left(pname,20)&"…"
						   end if
						   response.Write("<li><a href='productsXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                                                                             
                          </ul>
						   <%
						   sql = "select top 5 id,pname from products  where ptype=4 order by id desc"
						   rs.open  sql, Conn,1,1
						   %>                                                    
                          <ul class="indexproXx11"><img src="images/eeindtit2.jpg" /></li>
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("pname")
						   if len(pname)>18 then
						   pname=left(pname,18)&"…"
						   end if
						   response.Write("<li><a href='productsXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                                                                             
                                        
                          </ul>
						   <%
						   sql = "select top 5 id,pname from products  where ptype=6 order by id desc"
						   rs.open  sql, Conn,1,1
						   %>                                                    
                          <ul class="indexproXx11"><img src="images/eeeindtit2.jpg" /></li>
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("pname")
						   if len(pname)>18 then
						   pname=left(pname,18)&"…"
						   end if
						   response.Write("<li><a href='productsXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                                                                             
							</ul>                         
                          </div>						 
					 </div>
	                    <%
						sql = "select top 5 * from btxt  where ptype=1 order by id desc"
						rs.open  sql, Conn,1,1	
						%>                     
					 <div class="bq_d" id="oDivTab2" style="display:none">
					      <div id="indexsever">
                          <ul style="width:300px; margin-left:100px;"><img src="images/eindtit9.jpg" />
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("bt")
						   if len(pname)>44 then
						   pname=left(pname,43)&"…"
						   end if
						   response.Write("<li><a href='serversprozhishiXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                                                                           
                          </ul>
						<ul><img src="images/indtit16.jpg" /><li><a href="#"><img src="images/kefu.jpg" /></a></li></ul></div>						 
					 </div>
					<%
					sql = "select top 4 * from newsec  where ptype=1 order by id desc"			'新闻
					rs.open  sql, Conn,1,1	
					%>                     
					 <div class="bq_d" id="oDivTab3" style="display:none">
                       <div id="newsLeft">
					     	 <div id="newsXx1">
                             <div class="newsTit"><a href="#">more>></a></div>
                             	<div id="wenzi">
                                <ul>
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("bt")
						   if len(pname)>44 then
						   pname=left(pname,43)&"…"
						   end if
						   response.Write("<li><img src='images/kuai_03.jpg' /><a href='newXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %> 
                                </ul></div>
                             </div>
					<%
					sql = "select top 4 * from newsec  where ptype=2 order by id desc"			'消息
					rs.open  sql, Conn,1,1	
					%>                                   
                         	 <div id="newsXx2">
                             	<div class="newsTit0"><a href="#">more>></a></div>
                                <div id="wenzi">
                                <ul>
                           <%
						   If rs.eof Then
						   else
						   end if
						   for i=1 to rs.recordcount
   						   pname=rs("bt")
						   if len(pname)>44 then
						   pname=left(pname,43)&"…"
						   end if
						   response.Write("<li><img src='images/kuai_03.jpg' /><a href='newXx.asp?pid="&rs("id")&"'>"&pname&"</a></li>")
						   rs.movenext()
						   next
						   rs.close
						   %>                                                  
                                </ul></div>
                             </div>
                         </div>
                          <div style="margin:13px 0 0 0">
    
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','260','height','129','src','Flash/eindpro','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Flash/eindpro' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="260" height="129">
  <param name="movie" value="Flash/eindpro.swf" />
  <param name="quality" value="high" />
  <embed src="Flash/eindpro.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="260" height="129"></embed>
</object>
                       </noscript></div>					 
					 </div>
                     
               		  <div class="bq_d" id="oDivTab4" style="display:none">
                         <div class="netXx">
					         
                             <div id="indexsever">
                             <ul style="margin-left:100px; width:300px"><img src="images/eindtit10.jpg" /><li><img src="images/map1.jpg" /></li></ul>
                          
                          <ul><img src="images/eindtit12.jpg" /><li><a href="#"></a></li><li><a href="#"></a></li></ul>
                             </div>	
                         </div>					 
					 </div>
					 <div class="bq_d" id="oDivTab6" style="display:none">
					      <div id="indexsever">
                             <ul><span class="indexprotit">人才观</span>
                             <li><a href="#">与应用联想左下，类类似大和热</a></li>
                             <li><a href="#">与应用联想左下，类类似大和热</a></li>
                             <li><a href="#">与应用联想左下，类类似大和热</a></li>
                             </ul>
                          <ul><span class="indexprotit">招聘公告</span>
                          <li><a href="#">防不胜防联想左下，类类似大和热</a></li>
                          <li><a href="#">与应用联想左下，类类似大和热</a></li>
                          </li></ul>
                          <ul><span class="indexprotit">在线登记</span><li><a href="#">邵逸夫医院</a></li><li><a href="#">乳品行业应用</a></li></ul>
                             </div>	 		 
					 </div>
					 <div class="bq_d" id="oDivTab5" style="display:none">
                        	 <div id="biore">
                          <ul class="bioreXx0"><li><a href="aboutus.asp">Company Profile</a></li><li><a href="wenhua.asp">Corporate Culture</a></li><li><a href="rongyu.asp">Certificates & Credits</a></li></ul>
                          <ul><li><img src="images/comimg.jpg"/></li></ul>
                           </div>				 
					 </div>
               
                     
               </div>
    </div>
</div>
<div id="indexConline"><img src="images/index1_46.jpg" /></div>
<!-- content end--></div>
<!-- bottom start-->
<!--#include file="bottom.asp" -->
<!---bottom end-->
</body>
</html>
