<%@LANGUAGE="VBSCRIPT"%> <% Dim rsNews__MMColParam rsNews__MMColParam = "news" if (Request.QueryString("news") <> "") then rsNews__MMColParam = Request.QueryString("news") %> <% set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = MM_icoptech_STRING rsNews.Source = "SELECT NewsID, Date, Category, Title, Discription FROM News WHERE Category = '" + Replace(rsNews__MMColParam, "'", "''") + "' ORDER BY NewsID DESC" rsNews.CursorType = 0 rsNews.CursorLocation = 2 rsNews.LockType = 3 rsNews.Open() rsNews_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = 5 Dim Repeat1__index Repeat1__index = 0 rsNews_numRows = rsNews_numRows + Repeat1__numRows %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> CopyALL.com
ICOPTech.com
Home Products Support FAQ News About Contact
CopyALL DVD-COMBO Triple Duplicator
MODEL NO. MS-5564
 
Specifications
                   

Product Name

MS-5564 

Product Interface

ATAPI/ IDE

Supported Formats

CD-ROM Mode 1 & 2

CD-DA, CD-ROM/XA

Video CD, Karaoke CD, Game CD

Mix Mode, Multi-session, HFS

CD Bridge, Photo CD, CD Extra

DVD Data, DVD Video

 DVD Audio (where copy protection is not in place)

Supported DVD-ROM Drive

 

 

CYBER DM-168D 
(manufacturer require)

 

DVD-R/W Drive

 

Pioneer A05 / A06/ A07/ A08/ A09

 

Supported DVD Writer Type

DVD-R/W, DVD+R/W, DVD+/-R/W Dual

Supported DVD+/-R/W Dual layer Drive

SANYO CRD-BPDV2 / OptoRite DD-0203/ Pioneer A07/ A08/ A09/ Lite-On SHOW 1633S

Supported CD-RW Drive

 

Cyber CW099D/ Lite-on SOHR-5238S  

 

System Display

LED

Write Method

 Auto Detect (DAO, TAO)

Operation Mode

 COPY, TEST, ERASE, FORMAT

Data Buffer

64MB

Firmware Upgrade

Via DVD-ROM

Dimension (cm)

28x 17x 21 (D x W x H)

Weight

7 KGS

Power Supply

Input: 90 ~240V AC

Certification

CE, FCC

 

 

Copyrights © 1996-2005 Media Stream Technologies Inc. All rights reserved.
<% rsNews.Close() %>