<%
set rs_Product=server.createobject("adodb.recordset")
sqltext="select top 6 * from Product where Passed=True And Elite=True order by UpdateTime desc"
rs_Product.open sqltext,conn,1,1
%>
|
<%row_count=1 %>
<% Do While Not rs_Product.EOF%>

Portable Home Theater
|
Along with the exaltation of the living standard, we also have new request to life quantity. The former television (small than 53 inch) can't meet the demand of ever-growing visual demand. So the home theater equipment steps in our family. It is a milestone in the developmental history of household electric appliances. |
| |
 |

Game Projector
|
Display TFT LCD
Maximal Resolution 1024x768
Brightness 1000 lumen (MAX)
Lamp life 10000 Hours (Average)
Lamp Power 150 W metal halogen lamp
Interface AV S-video VGA(support XGA) TV (optional) |
| |
 |
|
<%if row_count mod 2 <>0 then%>
<%end if%>
<% if row_count mod 2 =0 then%>
<%end if%>
<%
rs_Product.MoveNext
row_count=row_count+1
Loop
rs_Product.close
%>
|
|