<% Response.Buffer = TRUE Response.Clear product_class = Trim(Request("product_class")) Select Case product_class Case "COOLPIX" SQL = "Select * From Coolpix_Detail Where Display = '1' Order By Product_ID" Case "單眼相機" SQL = "Select * From Comera_Detail Where Comera_Display = '1' Order By Product_ID" Case "底片掃描器" SQL = "Select * From Scan_Detail Where Scan_Display = '1' Order By Product_ID" Case Else SQL = "Select * From Coolpix_Detail Where Display = '1' Order By Product_ID" End Select Select Case product_class Case "COOLPIX" url = "compare_coolpix.asp" Case "單眼相機" url = "compare_comera.asp" Case "底片掃描器" url = "compare_scan.asp" Case Else url = "compare_coolpix.asp" End Select Set rs = CONN.EXECUTE(SQL) If rs is Nothing Then Response.Write "開啟資料庫失敗" Response.End End If If rs.EOF Then Response.Write "" Response.End End IF %> .:: Welcome to NIKON Coolpix World Wide Web ::.


Nikon 春季新機上市發表會實況!!

國祥Nikon一口氣推出4款新型數位相機,從好拿好拍的Coolpix2200/3200、 高達800像素8倍光學變焦之Coolpix 8700,到引爆數位單眼相機市場之D70, 再次展示Nikon在數位相機領域卓越的領導地位。

2月13日記者會當天,冠蓋雲集,各大電子、平面媒體、經銷商、以及日本Nikon亞洲區總經理等貴賓親臨參與盛會, 現場熱鬧非凡,Nikon啦啦隊活力熱情演出, 代表Nikon在台灣市場積極精神。

同時重頭戲D70上市介紹,Nikon模特兒曼妙展示,吸引眾多媒體鎂光燈以及現場來賓的目光,實機展示由資深專業技術人員解說,D70強大性能令媒體記者印象深刻,心動不已、紛紛詢問購買價格,都想搶在第一時間擁有D70。

Nikon總代理國祥貿易表示,感謝台灣攝影愛好者長期以來對國祥Nikon的大力支持,特別安排與日本同步,將2004年春季四款新機向媒體大眾展示,尤其是全球最新單眼數位相機D70,加上著名Nikkor變焦鏡頭,僅42900(未稅)價格(目前一般數位單眼相機+鏡頭平均價格約在6-7萬元以上),已經引發博愛路相機街排隊預購熱潮,勢必改變數位相機攝影習慣,讓更多人能輕易拍攝出專業級數位影像。



詳情 www.coolpix.com.tw 國祥貿易


  





  Copyrigh © 2002 Lin Trading Co., Ltd............  
<% Set rs = Nothing CONN.Close %>