﻿<!--#include file="inc/znconn.asp" -->
<!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>
</head>
<body>
<div id="main">
  <!--top start-->
  <!--#include file="top.asp" -->
  <!-- top end-->
  <!-- content start-->
  <div id="proCon">
    <div id="proConbanner"><img src="images/eprobanner_03.jpg" /></div>    
    <div class="prodConXxleft">
  <!--#include file="cp.asp" -->        
    </div>
<%
	dim rs,sql,protype,wheresql
	Set rs = Server.CreateObject("adodb.recordset")	
	if request.QueryString("pid")="" then
	response.write "<script>alert('Data error！');history.go(-1);</Script>"	
	end if
	wheresql=request.QueryString("pid")	
	sql = "select pstype.type,products.pname,products.ptype,products.images,products.image,products.jianj from products,pstype where products.ptype=pstype.id and products.id="& wheresql
	rs.open  sql, Conn,1,1		
	if rs.eof then
	response.write "<script>alert('Data error！');history.go(-1);</Script>"
	end if	
  %>    
    <div class="prodConXxright">
      <div class="prodConrighttit"><img src="images/product1_07.jpg" />　<a href="index.asp">Home</a>>><a href="products.asp">Product</a>>><a href="productXxye.asp?ptyid=<%=rs("ptype")%>">Product List</a>>><%=rs("pname")%></div>
      <div class="prodConrightkuang">
        <div class="prodConrightkuangimg">
        <%
			image=rs("image")
			if image="" then
			image="images/B_cpd.jpg"
			end if
			image="/EWE/UploadFile/"&image
		%>
        <img src="<%=image%>"/></div>
        <ul>
          <li class="prokuangname"><%=rs("pname")%></li>
          <li class="proliXx"><img src="images/proliarrow_10.jpg" />Product Classification：<%=rs("type")%></li>
          <br/>
          <li class="seeli"><a href="/EWE/UploadFile/<%=rs("images")%>" target="_blank"><img src="images/prl00_10.jpg" /></a></li>
        </ul>
      </div>
      <div class="chanpingjieshao"><img src="images/profentit_19.jpg" />
        <ul>
          <li><%=rs("jianj")%></li>
        </ul>
      </div>
    </div>
  </div>
  <div id="indexConline"><img src="images/index1_46.jpg" /></div>
</div>
<%rs.close%>
<!-- content end-->
<!-- bottom start-->
<!--#include file="bottom.asp" -->
<!---bottom end-->
</body>
</html>
