| 4736 |
rajveer |
1 |
|
|
|
2 |
<!-- slide guide -->
|
|
|
3 |
<div id="slideGuideContent">
|
|
|
4 |
<div class="controls contweak">
|
|
|
5 |
<!-- slideGuideNav -->
|
|
|
6 |
<div id="slideGuideNav">
|
|
|
7 |
<ul id="sideNav">
|
|
|
8 |
<li><a href="#vtab-130001" class="vt"><span>Introduction</span></a></li>
|
|
|
9 |
<li><a href="#vtab-130002" class="vt"><span>Look n Feel</span></a></li>
|
|
|
10 |
<li><a href="#vtab-130003" class="vt"><span>Display</span></a></li>
|
|
|
11 |
<li><a href="#vtab-130026" class="vt"><span>Keyboard</span></a></li>
|
|
|
12 |
<li><a href="#vtab-130005" class="vt"><span>Voice Calling</span></a></li>
|
|
|
13 |
<li><a href="#vtab-130007" class="vt"><span>Data Connectivity</span></a></li>
|
|
|
14 |
<li><a href="#vtab-130029" class="vt"><span>Music</span></a></li>
|
|
|
15 |
<li><a href="#vtab-130031" class="vt"><span>Video</span></a></li>
|
|
|
16 |
<li><a href="#vtab-130010" class="vt"><span>Camera</span></a></li>
|
|
|
17 |
<li><a href="#vtab-130011" class="vt"><span>Memory</span></a></li>
|
|
|
18 |
<li><a href="#vtab-130043" class="vt"><span>Battery</span></a></li>
|
|
|
19 |
<li><a href="#vtab-130016" class="vt"><span>Mail n Msg</span></a></li>
|
|
|
20 |
<li><a href="#vtab-130050" class="vt"><span>Internet</span></a></li>
|
|
|
21 |
<li><a href="#vtab-130019" class="vt"><span>Email</span></a></li>
|
|
|
22 |
<li><a href="#vtab-130020" class="vt"><span>Software</span></a></li>
|
|
|
23 |
<li><a href="#vtab-130022" class="vt"><span>Maps/GPS</span></a></li>
|
|
|
24 |
<li><a href="#vtab-130033" class="vt"><span>Games</span></a></li>
|
|
|
25 |
<li><a href="#vtab-130021" class="vt"><span>Organizer</span></a></li>
|
|
|
26 |
<li><a href="#vtab-130023" class="vt"><span>Social Networking</span></a></li>
|
|
|
27 |
<li><a href="#vtab-130024" class="vt"><span>Miscellaneous</span></a></li>
|
|
|
28 |
<li><a href="#vtab-130025" class="vt"><span>Package Contents</span></a></li>
|
|
|
29 |
</ul>
|
|
|
30 |
</div>
|
|
|
31 |
<!-- /slideGuideNav -->
|
|
|
32 |
|
|
|
33 |
<script language="JavaScript">
|
|
|
34 |
<!--
|
|
|
35 |
var currentVideoId1 = "";
|
|
|
36 |
var currentVideoId13 = "Kef6MsdLH_0";
|
|
|
37 |
var currentVideoId14 = "kgQS-DlHGCM";
|
|
|
38 |
var currentVideoId16 = "zXYZxUWQ_4E";
|
|
|
39 |
var currentVideoId19 = "8E5e5P6N0YE";
|
|
|
40 |
var currentVideoId20 = "WhDIpa1IKls";
|
|
|
41 |
var currentVideoId23 = "t90qM1Huwms";
|
|
|
42 |
|
|
|
43 |
function onYouTubePlayerReady(playerId) {
|
|
|
44 |
if(playerId == "player1") {
|
|
|
45 |
ytplayer = document.getElementById("ytPlayer1");
|
|
|
46 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange1");
|
|
|
47 |
ytplayer.cueVideoById(currentVideoId1);
|
|
|
48 |
}
|
|
|
49 |
if(playerId == "player13") {
|
|
|
50 |
ytplayer = document.getElementById("ytPlayer13");
|
|
|
51 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange13");
|
|
|
52 |
ytplayer.cueVideoById(currentVideoId13);
|
|
|
53 |
}
|
|
|
54 |
if(playerId == "player14") {
|
|
|
55 |
ytplayer = document.getElementById("ytPlayer14");
|
|
|
56 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange14");
|
|
|
57 |
ytplayer.cueVideoById(currentVideoId14);
|
|
|
58 |
}
|
|
|
59 |
if(playerId == "player16") {
|
|
|
60 |
ytplayer = document.getElementById("ytPlayer16");
|
|
|
61 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange16");
|
|
|
62 |
ytplayer.cueVideoById(currentVideoId16);
|
|
|
63 |
}
|
|
|
64 |
if(playerId == "player19") {
|
|
|
65 |
ytplayer = document.getElementById("ytPlayer19");
|
|
|
66 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange19");
|
|
|
67 |
ytplayer.cueVideoById(currentVideoId19);
|
|
|
68 |
}
|
|
|
69 |
if(playerId == "player20") {
|
|
|
70 |
ytplayer = document.getElementById("ytPlayer20");
|
|
|
71 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange20");
|
|
|
72 |
ytplayer.cueVideoById(currentVideoId20);
|
|
|
73 |
}
|
|
|
74 |
if(playerId == "player23") {
|
|
|
75 |
ytplayer = document.getElementById("ytPlayer23");
|
|
|
76 |
ytplayer.addEventListener("onStateChange", "onPlayerStateChange23");
|
|
|
77 |
ytplayer.cueVideoById(currentVideoId23);
|
|
|
78 |
}
|
|
|
79 |
}
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
played1 = 0;
|
|
|
84 |
function onPlayerStateChange1(newState) {
|
|
|
85 |
if(newState==0){
|
|
|
86 |
ytplayer = document.getElementById("ytPlayer1");
|
|
|
87 |
ytplayer.cueVideoById(currentVideoId1);
|
|
|
88 |
}
|
|
|
89 |
if (played1 == 0 && newState==1) {
|
|
|
90 |
played1 = 1;
|
|
|
91 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | ");
|
|
|
92 |
}
|
|
|
93 |
}
|
|
|
94 |
|
|
|
95 |
played13 = 0;
|
|
|
96 |
function onPlayerStateChange13(newState) {
|
|
|
97 |
if(newState==0){
|
|
|
98 |
ytplayer = document.getElementById("ytPlayer13");
|
|
|
99 |
ytplayer.cueVideoById(currentVideoId13);
|
|
|
100 |
}
|
|
|
101 |
if (played13 == 0 && newState==1) {
|
|
|
102 |
played13 = 1;
|
|
|
103 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | Kef6MsdLH_0");
|
|
|
104 |
}
|
|
|
105 |
}
|
|
|
106 |
|
|
|
107 |
played14 = 0;
|
|
|
108 |
function onPlayerStateChange14(newState) {
|
|
|
109 |
if(newState==0){
|
|
|
110 |
ytplayer = document.getElementById("ytPlayer14");
|
|
|
111 |
ytplayer.cueVideoById(currentVideoId14);
|
|
|
112 |
}
|
|
|
113 |
if (played14 == 0 && newState==1) {
|
|
|
114 |
played14 = 1;
|
|
|
115 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | kgQS-DlHGCM");
|
|
|
116 |
}
|
|
|
117 |
}
|
|
|
118 |
|
|
|
119 |
played16 = 0;
|
|
|
120 |
function onPlayerStateChange16(newState) {
|
|
|
121 |
if(newState==0){
|
|
|
122 |
ytplayer = document.getElementById("ytPlayer16");
|
|
|
123 |
ytplayer.cueVideoById(currentVideoId16);
|
|
|
124 |
}
|
|
|
125 |
if (played16 == 0 && newState==1) {
|
|
|
126 |
played16 = 1;
|
|
|
127 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | zXYZxUWQ_4E");
|
|
|
128 |
}
|
|
|
129 |
}
|
|
|
130 |
|
|
|
131 |
played19 = 0;
|
|
|
132 |
function onPlayerStateChange19(newState) {
|
|
|
133 |
if(newState==0){
|
|
|
134 |
ytplayer = document.getElementById("ytPlayer19");
|
|
|
135 |
ytplayer.cueVideoById(currentVideoId19);
|
|
|
136 |
}
|
|
|
137 |
if (played19 == 0 && newState==1) {
|
|
|
138 |
played19 = 1;
|
|
|
139 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | 8E5e5P6N0YE");
|
|
|
140 |
}
|
|
|
141 |
}
|
|
|
142 |
|
|
|
143 |
played20 = 0;
|
|
|
144 |
function onPlayerStateChange20(newState) {
|
|
|
145 |
if(newState==0){
|
|
|
146 |
ytplayer = document.getElementById("ytPlayer20");
|
|
|
147 |
ytplayer.cueVideoById(currentVideoId20);
|
|
|
148 |
}
|
|
|
149 |
if (played20 == 0 && newState==1) {
|
|
|
150 |
played20 = 1;
|
|
|
151 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | WhDIpa1IKls");
|
|
|
152 |
}
|
|
|
153 |
}
|
|
|
154 |
|
|
|
155 |
played23 = 0;
|
|
|
156 |
function onPlayerStateChange23(newState) {
|
|
|
157 |
if(newState==0){
|
|
|
158 |
ytplayer = document.getElementById("ytPlayer23");
|
|
|
159 |
ytplayer.cueVideoById(currentVideoId23);
|
|
|
160 |
}
|
|
|
161 |
if (played23 == 0 && newState==1) {
|
|
|
162 |
played23 = 1;
|
|
|
163 |
trackEventWithGA('Product', 'Video-play', $('title').text().split('|')[0].trim() + " | t90qM1Huwms");
|
|
|
164 |
}
|
|
|
165 |
}
|
|
|
166 |
-->
|
|
|
167 |
</script>
|
|
|
168 |
<!-- slideGuideProduct -->
|
|
|
169 |
|
|
|
170 |
<div id="slideGuideProduct">
|
|
|
171 |
|
|
|
172 |
<div class="teaser" id="vtab-130001">
|
|
|
173 |
<div class="desc">
|
|
|
174 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
175 |
<ul>
|
|
|
176 |
|
|
|
177 |
|
|
|
178 |
<li class="introduction">BlackBerry Bold 9780 is a 3G phone that comes with BlackBerry OS 6.0 and Wi-Fi connectivity. It has a QWERTY keypad with optical trackpad for better browsing and messaging experience. The document editor application supports creation & editing of Word, Excel, PowerPoint, and PDF files. Other features include 5MP camera, 624MHz processor, access to social networking sites, IMs, Mac support, and 32GB expandable memory.</li>
|
|
|
179 |
</ul>
|
|
|
180 |
|
|
|
181 |
<div class="compare-links right">
|
|
|
182 |
<a class="util_compare">Compare With...</a>
|
|
|
183 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
184 |
</div>
|
|
|
185 |
<div id="mynotes-Introduction" class="mynotes-section">
|
|
|
186 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
187 |
<div class="note-display"></div>
|
|
|
188 |
<textarea class="note-input"></textarea>
|
|
|
189 |
<p>
|
|
|
190 |
<span></span>
|
|
|
191 |
<a>Save</a>
|
|
|
192 |
</p>
|
|
|
193 |
</div>
|
|
|
194 |
|
|
|
195 |
</div>
|
|
|
196 |
<div class="demo">
|
|
|
197 |
<div id="vtab-media-1">
|
|
|
198 |
<ul>
|
|
|
199 |
|
|
|
200 |
|
|
|
201 |
<li><a href="#vtab-media-img-1">Images (7)</a></li>
|
|
|
202 |
<li><a href="#vtab-media-vid-1">Videos (6)</a></li>
|
|
|
203 |
</ul>
|
|
|
204 |
|
|
|
205 |
<div id="vtab-media-img-1">
|
|
|
206 |
<!-- slide show start -->
|
|
|
207 |
<!-- Script required for slideshow start -->
|
|
|
208 |
<script language="JavaScript">
|
|
|
209 |
<!--
|
|
|
210 |
var NumberOfImages_1 = 7;
|
|
|
211 |
var img_1 = new Array(NumberOfImages_1);
|
|
|
212 |
var title_1 = new Array(NumberOfImages_1);
|
|
|
213 |
img_1[0] = "http://static1.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg";
|
|
|
214 |
title_1[0] = "BlackBerry Bold 9780 front view";
|
|
|
215 |
img_1[1] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-right angular-1311688423940.jpg";
|
|
|
216 |
title_1[1] = "BlackBerry Bold 9780 right angular view";
|
|
|
217 |
img_1[2] = "http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-left angular-1311688423940.jpg";
|
|
|
218 |
title_1[2] = "BlackBerry Bold 9780 left angular view";
|
|
|
219 |
img_1[3] = "http://static1.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold back-1311688423940.jpg";
|
|
|
220 |
title_1[3] = "BlackBerry Bold 9780 back view";
|
|
|
221 |
img_1[4] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold right-1311688423940.jpg";
|
|
|
222 |
title_1[4] = "BlackBerry Bold 9780 right side view";
|
|
|
223 |
img_1[5] = "http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold left-1311688423940.jpg";
|
|
|
224 |
title_1[5] = "BlackBerry Bold 9780 left side view";
|
|
|
225 |
img_1[6] = "http://static1.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold back-1311688423940.jpg";
|
|
|
226 |
title_1[6] = "BlackBerry Bold 9780 camera";
|
|
|
227 |
var imgNumber1 = 0;
|
|
|
228 |
//-->
|
|
|
229 |
</script>
|
|
|
230 |
<!-- Script required for slideshow end -->
|
|
|
231 |
<div class="container">
|
|
|
232 |
<!-- image label scroll start -->
|
|
|
233 |
<div class="slider-content">
|
|
|
234 |
<div class="slider">
|
|
|
235 |
<button style="display: inline; visibility: hidden;" class="prev"><<</button>
|
|
|
236 |
<button style="display: inline; visibility: visible;" class="next">>></button>
|
|
|
237 |
<div class="sliderScroll">
|
|
|
238 |
<ul style="margin-left: 0px;">
|
|
|
239 |
<li onclick="javascript:goToImg('Image1','0',img_1,title_1,'vtab-130001')">Front</li>
|
|
|
240 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
241 |
<li onclick="javascript:goToImg('Image1','1',img_1,title_1,'vtab-130001')">Right Angular</li>
|
|
|
242 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
243 |
<li onclick="javascript:goToImg('Image1','2',img_1,title_1,'vtab-130001')">Left Angular</li>
|
|
|
244 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
245 |
<li onclick="javascript:goToImg('Image1','3',img_1,title_1,'vtab-130001')">Back</li>
|
|
|
246 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
247 |
<li onclick="javascript:goToImg('Image1','4',img_1,title_1,'vtab-130001')">Right Side</li>
|
|
|
248 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
249 |
<li onclick="javascript:goToImg('Image1','5',img_1,title_1,'vtab-130001')">Left Side</li>
|
|
|
250 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
251 |
<li onclick="javascript:goToImg('Image1','6',img_1,title_1,'vtab-130001')">Camera</li>
|
|
|
252 |
</ul>
|
|
|
253 |
</div>
|
|
|
254 |
</div>
|
|
|
255 |
</div>
|
|
|
256 |
<!-- image label scroll end -->
|
|
|
257 |
<div class="slides">
|
|
|
258 |
<div><span></span>
|
|
|
259 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" id="Image1" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
260 |
</div>
|
|
|
261 |
<div class="modelName">BlackBerry Bold 9780 front view</div>
|
|
|
262 |
</div>
|
|
|
263 |
</div>
|
|
|
264 |
<!-- slide show end -->
|
|
|
265 |
</div>
|
|
|
266 |
<div id="vtab-media-vid-1">
|
|
|
267 |
<script language="JavaScript">
|
|
|
268 |
<!--
|
|
|
269 |
var NumberOfVideos_1 = 6;
|
|
|
270 |
var video_title_1 = new Array(NumberOfVideos_1);
|
|
|
271 |
video_title_1[0] = "BlackBerry 9780 Bold BlackBerry messenger";
|
|
|
272 |
video_title_1[1] = "BlackBerry 9780 web browsing";
|
|
|
273 |
video_title_1[2] = "Downloading app from BlackBerry App World";
|
|
|
274 |
video_title_1[3] = "Creating a ppt on BlackBerry Bold 9780";
|
|
|
275 |
video_title_1[4] = "Facebook app on BlackBerry Bold 9780";
|
|
|
276 |
video_title_1[5] = "Twitter app on BlackBerry Bold 9780";
|
|
|
277 |
var vidNumber1 = 0;
|
|
|
278 |
//-->
|
|
|
279 |
</script>
|
|
|
280 |
|
|
|
281 |
<div class="container">
|
|
|
282 |
<div class="slider-content">
|
|
|
283 |
<div class="slider">
|
|
|
284 |
<button style="display: inline; visibility: hidden;" class="prev">«</button>
|
|
|
285 |
<button style="display: inline; visibility: visible;" class="next">»</button>
|
|
|
286 |
<div class="sliderScroll">
|
|
|
287 |
<ul style="margin-left: 0px;">
|
|
|
288 |
|
|
|
289 |
|
|
|
290 |
|
|
|
291 |
|
|
|
292 |
|
|
|
293 |
|
|
|
294 |
|
|
|
295 |
<li onclick="javascript:goToVid('ytPlayer1', 'Kef6MsdLH_0', '0', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">BlackBerry Messenger</li>
|
|
|
296 |
|
|
|
297 |
|
|
|
298 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
299 |
|
|
|
300 |
|
|
|
301 |
|
|
|
302 |
|
|
|
303 |
<li onclick="javascript:goToVid('ytPlayer1', 'kgQS-DlHGCM', '1', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Web Browsing</li>
|
|
|
304 |
|
|
|
305 |
|
|
|
306 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
307 |
|
|
|
308 |
|
|
|
309 |
|
|
|
310 |
|
|
|
311 |
<li onclick="javascript:goToVid('ytPlayer1', 'zXYZxUWQ_4E', '2', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">BlackBerry App World</li>
|
|
|
312 |
|
|
|
313 |
|
|
|
314 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
315 |
|
|
|
316 |
|
|
|
317 |
|
|
|
318 |
|
|
|
319 |
<li onclick="javascript:goToVid('ytPlayer1', '8E5e5P6N0YE', '3', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Document Editor</li>
|
|
|
320 |
|
|
|
321 |
|
|
|
322 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
323 |
|
|
|
324 |
|
|
|
325 |
|
|
|
326 |
|
|
|
327 |
<li onclick="javascript:goToVid('ytPlayer1', 'WhDIpa1IKls', '4', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Facebook App</li>
|
|
|
328 |
|
|
|
329 |
|
|
|
330 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
331 |
|
|
|
332 |
|
|
|
333 |
|
|
|
334 |
|
|
|
335 |
<li onclick="javascript:goToVid('ytPlayer1', 'zYoj0-Q4AUo', '5', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Twitter App</li>
|
|
|
336 |
</ul>
|
|
|
337 |
</div>
|
|
|
338 |
</div>
|
|
|
339 |
</div>
|
|
|
340 |
<script type="text/javascript">
|
|
|
341 |
$(function(){
|
|
|
342 |
goToVid('ytPlayer1', 'Kef6MsdLH_0', '0', video_title_1,'vtab-130001', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95');
|
|
|
343 |
});
|
|
|
344 |
</script>
|
|
|
345 |
<div class="slides">
|
|
|
346 |
<span style="height:480px; background:url(http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-skin-1311688423940.jpg) no-repeat; width:311px; float:left;">
|
|
|
347 |
<span id="vedioContainer1" style="height:162px; width:216px; margin:95px 0px 0px 48px; float:left;">
|
|
|
348 |
<div id="videoDiv1"></div>
|
|
|
349 |
</span>
|
|
|
350 |
</span>
|
|
|
351 |
<div class="modelName">BlackBerry 9780 Bold BlackBerry messenger</div>
|
|
|
352 |
</div>
|
|
|
353 |
</div>
|
|
|
354 |
</div>
|
|
|
355 |
</div>
|
|
|
356 |
|
|
|
357 |
<div style="width:260px; height:35px; margin:10px 0px 10px 20px; background-color: #ECEEF5; border: 1px solid #CAD4E7;">
|
|
|
358 |
<div style="width:120px; font-size:11px; height:25px; margin:5px 0px 5px 20px; float: left;"><div id="fb-root"></div>
|
|
|
359 |
<iframe src="http://www.facebook.com/plugins/like.php?href= http%3A%2F%2Fwww.localhost:8090%2Fmobile-phones%2Fblackberry-bold-9780-1000355&layout=button_count&show_faces=true&width=120&action=like&font&colorscheme=light&height=25" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:25px;" allowTransparency="true"></iframe>
|
|
|
360 |
</div>
|
|
|
361 |
<span style="float:left; display:inline; margin:5px 0px 5px 0px;" id="plusone">
|
|
|
362 |
<g:plusone size="medium"></g:plusone>
|
|
|
363 |
</span>
|
|
|
364 |
</div>
|
|
|
365 |
|
|
|
366 |
</div>
|
|
|
367 |
<script type="text/javascript">
|
|
|
368 |
$(function() {
|
|
|
369 |
$("#vtab-media-1").tabs();
|
|
|
370 |
});
|
|
|
371 |
</script>
|
|
|
372 |
<!-- demo end -->
|
|
|
373 |
<div class="clearBoth"></div>
|
|
|
374 |
</div>
|
|
|
375 |
|
|
|
376 |
<div class="teaser" id="vtab-130002">
|
|
|
377 |
<div class="desc">
|
|
|
378 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
379 |
<ul>
|
|
|
380 |
<li class="mainFeature">Weight</li>
|
|
|
381 |
<li class="mainFeatureValue">122 g</li>
|
|
|
382 |
|
|
|
383 |
|
|
|
384 |
<li class="mainFeature">Size</li>
|
|
|
385 |
<li class="mainFeatureValue">109 x 60 x 14 mm</li>
|
|
|
386 |
|
|
|
387 |
|
|
|
388 |
<li class="mainFeature helpdoc"><span class="tooltip" name="form-factor">Form factor</span></li>
|
|
|
389 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="candybar">Candybar</span></li>
|
|
|
390 |
|
|
|
391 |
|
|
|
392 |
<li class="mainFeature">Color</li>
|
|
|
393 |
<li class="mainFeatureValue">Black</li>
|
|
|
394 |
|
|
|
395 |
<li class="mainFeatureValue">White</li>
|
|
|
396 |
|
|
|
397 |
|
|
|
398 |
|
|
|
399 |
|
|
|
400 |
</ul>
|
|
|
401 |
|
|
|
402 |
<div class="compare-links right">
|
|
|
403 |
<a class="util_compare">Compare With...</a>
|
|
|
404 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
405 |
</div>
|
|
|
406 |
<div id="mynotes-LooknFeel" class="mynotes-section">
|
|
|
407 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
408 |
<div class="note-display"></div>
|
|
|
409 |
<textarea class="note-input"></textarea>
|
|
|
410 |
<p>
|
|
|
411 |
<span></span>
|
|
|
412 |
<a>Save</a>
|
|
|
413 |
</p>
|
|
|
414 |
</div>
|
|
|
415 |
|
|
|
416 |
</div>
|
|
|
417 |
<div class="demo">
|
|
|
418 |
<div id="vtab-media-3">
|
|
|
419 |
<ul>
|
|
|
420 |
|
|
|
421 |
<li><a href="#vtab-media-img-3">Images (6)</a></li>
|
|
|
422 |
</ul>
|
|
|
423 |
|
|
|
424 |
<div id="vtab-media-img-3">
|
|
|
425 |
<!-- slide show start -->
|
|
|
426 |
<!-- Script required for slideshow start -->
|
|
|
427 |
<script language="JavaScript">
|
|
|
428 |
<!--
|
|
|
429 |
var NumberOfImages_3 = 6;
|
|
|
430 |
var img_3 = new Array(NumberOfImages_3);
|
|
|
431 |
var title_3 = new Array(NumberOfImages_3);
|
|
|
432 |
img_3[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg";
|
|
|
433 |
title_3[0] = "BlackBerry Bold 9780 front view";
|
|
|
434 |
img_3[1] = "http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-right angular-1311688423940.jpg";
|
|
|
435 |
title_3[1] = "BlackBerry Bold 9780 right angular view";
|
|
|
436 |
img_3[2] = "http://static1.localhost:8090/images/media/1000355/blackberry-bold-9780-left angular-1311688423940.jpg";
|
|
|
437 |
title_3[2] = "BlackBerry Bold 9780 left angular view";
|
|
|
438 |
img_3[3] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold back-1311688423940.jpg";
|
|
|
439 |
title_3[3] = "BlackBerry Bold 9780 back view";
|
|
|
440 |
img_3[4] = "http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold right-1311688423940.jpg";
|
|
|
441 |
title_3[4] = "BlackBerry Bold 9780 right side view";
|
|
|
442 |
img_3[5] = "http://static1.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold left-1311688423940.jpg";
|
|
|
443 |
title_3[5] = "BlackBerry Bold 9780 left side view";
|
|
|
444 |
var imgNumber3 = 0;
|
|
|
445 |
//-->
|
|
|
446 |
</script>
|
|
|
447 |
<!-- Script required for slideshow end -->
|
|
|
448 |
<div class="container">
|
|
|
449 |
<!-- image label scroll start -->
|
|
|
450 |
<div class="slider-content">
|
|
|
451 |
<div class="slider">
|
|
|
452 |
<button style="display: inline; visibility: hidden;" class="prev"><<</button>
|
|
|
453 |
<button style="display: inline; visibility: visible;" class="next">>></button>
|
|
|
454 |
<div class="sliderScroll">
|
|
|
455 |
<ul style="margin-left: 0px;">
|
|
|
456 |
<li onclick="javascript:goToImg('Image3','0',img_3,title_3,'vtab-130002')">Front</li>
|
|
|
457 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
458 |
<li onclick="javascript:goToImg('Image3','1',img_3,title_3,'vtab-130002')">Right Angular</li>
|
|
|
459 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
460 |
<li onclick="javascript:goToImg('Image3','2',img_3,title_3,'vtab-130002')">Left Angular</li>
|
|
|
461 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
462 |
<li onclick="javascript:goToImg('Image3','3',img_3,title_3,'vtab-130002')">Back</li>
|
|
|
463 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
464 |
<li onclick="javascript:goToImg('Image3','4',img_3,title_3,'vtab-130002')">Right Side</li>
|
|
|
465 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
466 |
<li onclick="javascript:goToImg('Image3','5',img_3,title_3,'vtab-130002')">Left Side</li>
|
|
|
467 |
</ul>
|
|
|
468 |
</div>
|
|
|
469 |
</div>
|
|
|
470 |
</div>
|
|
|
471 |
<!-- image label scroll end -->
|
|
|
472 |
<div class="slides">
|
|
|
473 |
<div><span></span>
|
|
|
474 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" id="Image3" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
475 |
</div>
|
|
|
476 |
<div class="modelName">BlackBerry Bold 9780 front view</div>
|
|
|
477 |
</div>
|
|
|
478 |
</div>
|
|
|
479 |
<!-- slide show end -->
|
|
|
480 |
</div>
|
|
|
481 |
</div>
|
|
|
482 |
|
|
|
483 |
|
|
|
484 |
</div>
|
|
|
485 |
<script type="text/javascript">
|
|
|
486 |
$(function() {
|
|
|
487 |
$("#vtab-media-3").tabs();
|
|
|
488 |
});
|
|
|
489 |
</script>
|
|
|
490 |
<!-- demo end -->
|
|
|
491 |
<div class="clearBoth"></div>
|
|
|
492 |
</div>
|
|
|
493 |
|
|
|
494 |
<div class="teaser" id="vtab-130003">
|
|
|
495 |
<div class="desc">
|
|
|
496 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
497 |
<ul>
|
|
|
498 |
<li class="mainFeature">Type</li>
|
|
|
499 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="tft-lcd">TFT LCD</span></li>
|
|
|
500 |
|
|
|
501 |
|
|
|
502 |
<li class="mainFeature helpdoc"><span class="tooltip" name="screen-size">Screen size</span></li>
|
|
|
503 |
<li class="mainFeatureValue">2.44 inch</li>
|
|
|
504 |
|
|
|
505 |
|
|
|
506 |
<li class="mainFeature helpdoc"><span class="tooltip" name="resolution">Resolution</span></li>
|
|
|
507 |
<li class="mainFeatureValue">360 x 480 px</li>
|
|
|
508 |
|
|
|
509 |
|
|
|
510 |
<li class="mainFeature">Number of colors</li>
|
|
|
511 |
<li class="mainFeatureValue">65 K</li>
|
|
|
512 |
|
|
|
513 |
|
|
|
514 |
|
|
|
515 |
|
|
|
516 |
<li class="mainPunchline spacing">Ambient light sensor for auto-adjustment of display brightness
</li>
|
|
|
517 |
<li class="mainPunchline">User selectable font size</li>
|
|
|
518 |
</ul>
|
|
|
519 |
|
|
|
520 |
|
|
|
521 |
<a class="util_compare">Compare With...</a>
|
|
|
522 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
523 |
</div>
|
|
|
524 |
<div id="mynotes-Display" class="mynotes-section">
|
|
|
525 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
526 |
<div class="note-display"></div>
|
|
|
527 |
<textarea class="note-input"></textarea>
|
|
|
528 |
<p>
|
|
|
529 |
<span></span>
|
|
|
530 |
<a>Save</a>
|
|
|
531 |
</p>
|
|
|
532 |
</div>
|
|
|
533 |
|
|
|
534 |
|
|
|
535 |
<div class="demo">
|
|
|
536 |
<div id="vtab-media-4">
|
|
|
537 |
<ul>
|
|
|
538 |
|
|
|
539 |
|
|
|
540 |
</ul>
|
|
|
541 |
<div id="vtab-media-img-4">
|
|
|
542 |
<script language="JavaScript">
|
|
|
543 |
<!--
|
|
|
544 |
var NumberOfImages_4 = 1;
|
|
|
545 |
var img_4 = new Array(NumberOfImages_4)
|
|
|
546 |
img_4[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
547 |
var imgNumber4 = 0;
|
|
|
548 |
//-->
|
|
|
549 |
</script>
|
|
|
550 |
<div class="container">
|
|
|
551 |
<div class="slides">
|
|
|
552 |
<div>
|
|
|
553 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image4" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
554 |
</div>
|
|
|
555 |
</div>
|
|
|
556 |
</div>
|
|
|
557 |
</div>
|
|
|
558 |
|
|
|
559 |
|
|
|
560 |
|
|
|
561 |
|
|
|
562 |
|
|
|
563 |
<script type="text/javascript">
|
|
|
564 |
$(function() {
|
|
|
565 |
$("#vtab-media-4").tabs();
|
|
|
566 |
});
|
|
|
567 |
</script>
|
|
|
568 |
<!-- demo end -->
|
|
|
569 |
<div class="clearBoth"></div>
|
|
|
570 |
</div>
|
|
|
571 |
|
|
|
572 |
|
|
|
573 |
<div class="desc">
|
|
|
574 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
575 |
<ul>
|
|
|
576 |
<li class="mainFeature">Type</li>
|
|
|
577 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="qwerty-keyboard">QWERTY keyboard</span></li>
|
|
|
578 |
|
|
|
579 |
|
|
|
580 |
|
|
|
581 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="optical-trackpad">Optical trackpad</span></li>
|
|
|
582 |
|
|
|
583 |
|
|
|
584 |
|
|
|
585 |
<li class="mainFeature helpdoc"><span class="tooltip" name="side-controls">Side controls</span></li>
|
|
|
586 |
<li class="mainFeatureValue">Volume key</li>
|
|
|
587 |
|
|
|
588 |
|
|
|
589 |
|
|
|
590 |
<li class="mainFeatureValue">Camera key</li>
|
|
|
591 |
|
|
|
592 |
|
|
|
593 |
|
|
|
594 |
|
|
|
595 |
|
|
|
596 |
</ul>
|
|
|
597 |
|
|
|
598 |
|
|
|
599 |
<a class="util_compare">Compare With...</a>
|
|
|
600 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
601 |
</div>
|
|
|
602 |
<div id="mynotes-Keyboard" class="mynotes-section">
|
|
|
603 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
604 |
<div class="note-display"></div>
|
|
|
605 |
<textarea class="note-input"></textarea>
|
|
|
606 |
<p>
|
|
|
607 |
<span></span>
|
|
|
608 |
<a>Save</a>
|
|
|
609 |
</p>
|
|
|
610 |
</div>
|
|
|
611 |
|
|
|
612 |
|
|
|
613 |
<div class="demo">
|
|
|
614 |
<div id="vtab-media-5">
|
|
|
615 |
<ul>
|
|
|
616 |
|
|
|
617 |
|
|
|
618 |
</ul>
|
|
|
619 |
<div id="vtab-media-img-5">
|
|
|
620 |
<script language="JavaScript">
|
|
|
621 |
<!--
|
|
|
622 |
var NumberOfImages_5 = 1;
|
|
|
623 |
var img_5 = new Array(NumberOfImages_5)
|
|
|
624 |
img_5[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
625 |
var imgNumber5 = 0;
|
|
|
626 |
//-->
|
|
|
627 |
</script>
|
|
|
628 |
<div class="container">
|
|
|
629 |
<div class="slides">
|
|
|
630 |
<div>
|
|
|
631 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image5" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
632 |
</div>
|
|
|
633 |
</div>
|
|
|
634 |
</div>
|
|
|
635 |
</div>
|
|
|
636 |
|
|
|
637 |
|
|
|
638 |
|
|
|
639 |
|
|
|
640 |
|
|
|
641 |
<script type="text/javascript">
|
|
|
642 |
$(function() {
|
|
|
643 |
$("#vtab-media-5").tabs();
|
|
|
644 |
});
|
|
|
645 |
</script>
|
|
|
646 |
<!-- demo end -->
|
|
|
647 |
<div class="clearBoth"></div>
|
|
|
648 |
</div>
|
|
|
649 |
|
|
|
650 |
|
|
|
651 |
<div class="desc">
|
|
|
652 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
653 |
<ul>
|
|
|
654 |
<li class="mainFeature helpdoc"><span class="tooltip" name="2g">2G network</span></li>
|
|
|
655 |
<li class="mainFeatureValue">Quadband (GSM 850/900/1800/1900)</li>
|
|
|
656 |
|
|
|
657 |
|
|
|
658 |
|
|
|
659 |
<li class="mainFeature helpdoc"><span class="tooltip" name="3g">3G network</span></li>
|
|
|
660 |
<li class="mainFeatureValue">Triband (HSDPA 900/1700/2100)</li>
|
|
|
661 |
|
|
|
662 |
|
|
|
663 |
|
|
|
664 |
|
|
|
665 |
|
|
|
666 |
</ul>
|
|
|
667 |
|
|
|
668 |
|
|
|
669 |
<a class="util_compare">Compare With...</a>
|
|
|
670 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
671 |
</div>
|
|
|
672 |
<div id="mynotes-VoiceCalling" class="mynotes-section">
|
|
|
673 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
674 |
<div class="note-display"></div>
|
|
|
675 |
<textarea class="note-input"></textarea>
|
|
|
676 |
<p>
|
|
|
677 |
<span></span>
|
|
|
678 |
<a>Save</a>
|
|
|
679 |
</p>
|
|
|
680 |
</div>
|
|
|
681 |
|
|
|
682 |
|
|
|
683 |
<div class="demo">
|
|
|
684 |
<div id="vtab-media-6">
|
|
|
685 |
<ul>
|
|
|
686 |
|
|
|
687 |
|
|
|
688 |
</ul>
|
|
|
689 |
<div id="vtab-media-img-6">
|
|
|
690 |
<script language="JavaScript">
|
|
|
691 |
<!--
|
|
|
692 |
var NumberOfImages_6 = 1;
|
|
|
693 |
var img_6 = new Array(NumberOfImages_6)
|
|
|
694 |
img_6[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
695 |
var imgNumber6 = 0;
|
|
|
696 |
//-->
|
|
|
697 |
</script>
|
|
|
698 |
<div class="container">
|
|
|
699 |
<div class="slides">
|
|
|
700 |
<div>
|
|
|
701 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image6" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
702 |
</div>
|
|
|
703 |
</div>
|
|
|
704 |
</div>
|
|
|
705 |
</div>
|
|
|
706 |
|
|
|
707 |
|
|
|
708 |
|
|
|
709 |
|
|
|
710 |
|
|
|
711 |
<script type="text/javascript">
|
|
|
712 |
$(function() {
|
|
|
713 |
$("#vtab-media-6").tabs();
|
|
|
714 |
});
|
|
|
715 |
</script>
|
|
|
716 |
<!-- demo end -->
|
|
|
717 |
<div class="clearBoth"></div>
|
|
|
718 |
</div>
|
|
|
719 |
|
|
|
720 |
|
|
|
721 |
<div class="desc">
|
|
|
722 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
723 |
<ul>
|
|
|
724 |
<li class="mainFeature helpdoc"><span class="tooltip" name="gprs">GPRS</span></li>
|
|
|
725 |
<li class="mainFeatureValue">Class 10, 32-48 kbps</li>
|
|
|
726 |
|
|
|
727 |
|
|
|
728 |
|
|
|
729 |
<li class="mainFeatureValue">Class 10, 236.8 kbps</li>
|
|
|
730 |
|
|
|
731 |
|
|
|
732 |
|
|
|
733 |
<li class="mainFeatureValue">HSDPA, 3.6 mbps</li>
|
|
|
734 |
|
|
|
735 |
|
|
|
736 |
|
|
|
737 |
<li class="mainFeatureValue">Wi-Fi 802.11 b/g</li>
|
|
|
738 |
|
|
|
739 |
|
|
|
740 |
|
|
|
741 |
<li class="mainFeaturePunchline">Wi-Fi access to BlackBerry enterprise server
</li>
|
|
|
742 |
<li class="mainFeaturePunchline">Wi-Fi access to BlackBerry Internet bundle
</li>
|
|
|
743 |
<li class="mainFeature helpdoc"><span class="tooltip" name="bluetooth">Bluetooth</span></li>
|
|
|
744 |
<li class="mainFeatureValue">v2.1 with A2DP</li>
|
|
|
745 |
|
|
|
746 |
|
|
|
747 |
<li class="mainFeature helpdoc"><span class="tooltip" name="usb">USB</span></li>
|
|
|
748 |
<li class="mainFeatureValue">v2.0 microUSB</li>
|
|
|
749 |
|
|
|
750 |
|
|
|
751 |
<li class="mainFeaturePunchline">Can serve as data modem</li>
|
|
|
752 |
|
|
|
753 |
|
|
|
754 |
|
|
|
755 |
|
|
|
756 |
|
|
|
757 |
|
|
|
758 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
759 |
|
|
|
760 |
<div id="mynotes-DataConnectivity" class="mynotes-section">
|
|
|
761 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
762 |
<div class="note-display"></div>
|
|
|
763 |
<textarea class="note-input"></textarea>
|
|
|
764 |
<p>
|
|
|
765 |
<span></span>
|
|
|
766 |
<a>Save</a>
|
|
|
767 |
</p>
|
|
|
768 |
</div>
|
|
|
769 |
|
|
|
770 |
</div>
|
|
|
771 |
<div class="demo">
|
|
|
772 |
<div id="vtab-media-7">
|
|
|
773 |
|
|
|
774 |
|
|
|
775 |
<li><a href="#vtab-media-img-7">Images</a></li>
|
|
|
776 |
</ul>
|
|
|
777 |
<div id="vtab-media-img-7">
|
|
|
778 |
|
|
|
779 |
<!--
|
|
|
780 |
var NumberOfImages_7 = 1;
|
|
|
781 |
var img_7 = new Array(NumberOfImages_7)
|
|
|
782 |
img_7[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
783 |
var imgNumber7 = 0;
|
|
|
784 |
//-->
|
|
|
785 |
</script>
|
|
|
786 |
<div class="container">
|
|
|
787 |
<div class="slides">
|
|
|
788 |
<div>
|
|
|
789 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image7" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
790 |
</div>
|
|
|
791 |
</div>
|
|
|
792 |
</div>
|
|
|
793 |
</div>
|
|
|
794 |
|
|
|
795 |
</div>
|
|
|
796 |
|
|
|
797 |
|
|
|
798 |
|
|
|
799 |
<script type="text/javascript">
|
|
|
800 |
|
|
|
801 |
|
|
|
802 |
});
|
|
|
803 |
</script>
|
|
|
804 |
<!-- demo end -->
|
|
|
805 |
<div class="clearBoth"></div>
|
|
|
806 |
</div>
|
|
|
807 |
|
|
|
808 |
<div class="teaser" id="vtab-130029">
|
|
|
809 |
<div class="desc">
|
|
|
810 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
811 |
|
|
|
812 |
<li class="mainFeature">Music formats</li>
|
|
|
813 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="mp3">MP3</span></li>
|
|
|
814 |
|
|
|
815 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="wma">WMA</span></li>
|
|
|
816 |
|
|
|
817 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="aac">AAC</span></li>
|
|
|
818 |
|
|
|
819 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="aac+">AAC+</span></li>
|
|
|
820 |
|
|
|
821 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="eaac+">eAAC+</span></li>
|
|
|
822 |
|
|
|
823 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="midi">MIDI</span></li>
|
|
|
824 |
|
|
|
825 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="amr">AMR</span></li>
|
|
|
826 |
|
|
|
827 |
|
|
|
828 |
|
|
|
829 |
<li class="mainFeatureValue">3.5mm stereo headset</li>
|
|
|
830 |
|
|
|
831 |
|
|
|
832 |
<li class="mainFeature">Speaker phone</li>
|
|
|
833 |
|
|
|
834 |
|
|
|
835 |
|
|
|
836 |
|
|
|
837 |
|
|
|
838 |
|
|
|
839 |
|
|
|
840 |
|
|
|
841 |
|
|
|
842 |
|
|
|
843 |
|
|
|
844 |
|
|
|
845 |
|
|
|
846 |
<a class="util_compare">Compare With...</a>
|
|
|
847 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
848 |
</div>
|
|
|
849 |
|
|
|
850 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
851 |
<div class="note-display"></div>
|
|
|
852 |
<textarea class="note-input"></textarea>
|
|
|
853 |
<p>
|
|
|
854 |
<span></span>
|
|
|
855 |
<a>Save</a>
|
|
|
856 |
</p>
|
|
|
857 |
</div>
|
|
|
858 |
|
|
|
859 |
</div>
|
|
|
860 |
<div class="demo">
|
|
|
861 |
<div id="vtab-media-8">
|
|
|
862 |
<ul>
|
|
|
863 |
|
|
|
864 |
<li><a href="#vtab-media-img-8">Images</a></li>
|
|
|
865 |
</ul>
|
|
|
866 |
<div id="vtab-media-img-8">
|
|
|
867 |
<script language="JavaScript">
|
|
|
868 |
|
|
|
869 |
var NumberOfImages_8 = 1;
|
|
|
870 |
var img_8 = new Array(NumberOfImages_8)
|
|
|
871 |
img_8[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
872 |
var imgNumber8 = 0;
|
|
|
873 |
//-->
|
|
|
874 |
</script>
|
|
|
875 |
<div class="container">
|
|
|
876 |
<div class="slides">
|
|
|
877 |
<div>
|
|
|
878 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image8" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
879 |
</div>
|
|
|
880 |
</div>
|
|
|
881 |
</div>
|
|
|
882 |
</div>
|
|
|
883 |
|
|
|
884 |
</div>
|
|
|
885 |
|
|
|
886 |
|
|
|
887 |
</div>
|
|
|
888 |
|
|
|
889 |
$(function() {
|
|
|
890 |
|
|
|
891 |
|
|
|
892 |
</script>
|
|
|
893 |
<!-- demo end -->
|
|
|
894 |
<div class="clearBoth"></div>
|
|
|
895 |
</div>
|
|
|
896 |
|
|
|
897 |
<div class="teaser" id="vtab-130031">
|
|
|
898 |
<div class="desc">
|
|
|
899 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
900 |
<ul>
|
|
|
901 |
|
|
|
902 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="mp4">MP4</span></li>
|
|
|
903 |
|
|
|
904 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="wmv">WMV</span></li>
|
|
|
905 |
|
|
|
906 |
|
|
|
907 |
<li class="mainFeature helpdoc"><span class="tooltip" name="streaming">Streaming</span></li>
|
|
|
908 |
|
|
|
909 |
|
|
|
910 |
|
|
|
911 |
|
|
|
912 |
<li class="mainPunchline">YouTube</li>
|
|
|
913 |
|
|
|
914 |
|
|
|
915 |
|
|
|
916 |
<a class="util_compare">Compare With...</a>
|
|
|
917 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
918 |
</div>
|
|
|
919 |
<div id="mynotes-Video" class="mynotes-section">
|
|
|
920 |
|
|
|
921 |
<div class="note-display"></div>
|
|
|
922 |
<textarea class="note-input"></textarea>
|
|
|
923 |
<p>
|
|
|
924 |
<span></span>
|
|
|
925 |
<a>Save</a>
|
|
|
926 |
</p>
|
|
|
927 |
</div>
|
|
|
928 |
|
|
|
929 |
</div>
|
|
|
930 |
<div class="demo">
|
|
|
931 |
<div id="vtab-media-9">
|
|
|
932 |
<ul>
|
|
|
933 |
|
|
|
934 |
|
|
|
935 |
</ul>
|
|
|
936 |
<div id="vtab-media-img-9">
|
|
|
937 |
<script language="JavaScript">
|
|
|
938 |
<!--
|
|
|
939 |
|
|
|
940 |
var img_9 = new Array(NumberOfImages_9)
|
|
|
941 |
img_9[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
942 |
var imgNumber9 = 0;
|
|
|
943 |
//-->
|
|
|
944 |
</script>
|
|
|
945 |
<div class="container">
|
|
|
946 |
<div class="slides">
|
|
|
947 |
<div>
|
|
|
948 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image9" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
949 |
</div>
|
|
|
950 |
</div>
|
|
|
951 |
</div>
|
|
|
952 |
</div>
|
|
|
953 |
|
|
|
954 |
</div>
|
|
|
955 |
|
|
|
956 |
|
|
|
957 |
</div>
|
|
|
958 |
<script type="text/javascript">
|
|
|
959 |
|
|
|
960 |
$("#vtab-media-9").tabs();
|
|
|
961 |
|
|
|
962 |
|
|
|
963 |
<!-- demo end -->
|
|
|
964 |
<div class="clearBoth"></div>
|
|
|
965 |
</div>
|
|
|
966 |
|
|
|
967 |
<div class="teaser" id="vtab-130010">
|
|
|
968 |
<div class="desc">
|
|
|
969 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
970 |
<ul>
|
|
|
971 |
<li class="mainFeature helpdoc"><span class="tooltip" name="resolution">Resolution</span></li>
|
|
|
972 |
|
|
|
973 |
|
|
|
974 |
|
|
|
975 |
<li class="mainFeature helpdoc"><span class="tooltip" name="flash">Flash</span></li>
|
|
|
976 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="led">LED</span></li>
|
|
|
977 |
|
|
|
978 |
|
|
|
979 |
|
|
|
980 |
|
|
|
981 |
|
|
|
982 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="exif">EXIF</span></li>
|
|
|
983 |
|
|
|
984 |
|
|
|
985 |
<li class="mainFeature">Number of cameras</li>
|
|
|
986 |
<li class="mainFeatureValue">1</li>
|
|
|
987 |
|
|
|
988 |
|
|
|
989 |
|
|
|
990 |
|
|
|
991 |
|
|
|
992 |
<li class="mainFeatureValue">Video recording</li>
|
|
|
993 |
|
|
|
994 |
|
|
|
995 |
|
|
|
996 |
|
|
|
997 |
|
|
|
998 |
|
|
|
999 |
|
|
|
1000 |
|
|
|
1001 |
|
|
|
1002 |
|
|
|
1003 |
|
|
|
1004 |
|
|
|
1005 |
<div id="mynotes-Camera" class="mynotes-section">
|
|
|
1006 |
|
|
|
1007 |
<div class="note-display"></div>
|
|
|
1008 |
<textarea class="note-input"></textarea>
|
|
|
1009 |
<p>
|
|
|
1010 |
<span></span>
|
|
|
1011 |
<a>Save</a>
|
|
|
1012 |
</p>
|
|
|
1013 |
</div>
|
|
|
1014 |
|
|
|
1015 |
</div>
|
|
|
1016 |
<div class="demo">
|
|
|
1017 |
<div id="vtab-media-10">
|
|
|
1018 |
<ul>
|
|
|
1019 |
|
|
|
1020 |
|
|
|
1021 |
</ul>
|
|
|
1022 |
|
|
|
1023 |
<div id="vtab-media-img-10">
|
|
|
1024 |
<!-- slide show start -->
|
|
|
1025 |
|
|
|
1026 |
<script language="JavaScript">
|
|
|
1027 |
<!--
|
|
|
1028 |
|
|
|
1029 |
var img_10 = new Array(NumberOfImages_10);
|
|
|
1030 |
var title_10 = new Array(NumberOfImages_10);
|
|
|
1031 |
img_10[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold back-1311688423940.jpg";
|
|
|
1032 |
title_10[0] = "BlackBerry Bold 9780 camera";
|
|
|
1033 |
var imgNumber10 = 0;
|
|
|
1034 |
//-->
|
|
|
1035 |
</script>
|
|
|
1036 |
<!-- Script required for slideshow end -->
|
|
|
1037 |
<div class="container">
|
|
|
1038 |
<!-- image label scroll start -->
|
|
|
1039 |
<div class="slider-content">
|
|
|
1040 |
<div class="slider">
|
|
|
1041 |
<button style="display: inline; visibility: hidden;" class="prev"><<</button>
|
|
|
1042 |
<button style="display: inline; visibility: visible;" class="next">>></button>
|
|
|
1043 |
<div class="sliderScroll">
|
|
|
1044 |
<ul style="margin-left: 0px;">
|
|
|
1045 |
<li onclick="javascript:goToImg('Image10','0',img_10,title_10,'vtab-130010')">Camera</li>
|
|
|
1046 |
</ul>
|
|
|
1047 |
</div>
|
|
|
1048 |
</div>
|
|
|
1049 |
</div>
|
|
|
1050 |
<!-- image label scroll end -->
|
|
|
1051 |
<div class="slides">
|
|
|
1052 |
<div><span></span>
|
|
|
1053 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-Bold back-1311688423940.jpg" id="Image10" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1054 |
</div>
|
|
|
1055 |
<div class="modelName">BlackBerry Bold 9780 camera</div>
|
|
|
1056 |
</div>
|
|
|
1057 |
</div>
|
|
|
1058 |
<!-- slide show end -->
|
|
|
1059 |
</div>
|
|
|
1060 |
</div>
|
|
|
1061 |
|
|
|
1062 |
|
|
|
1063 |
</div>
|
|
|
1064 |
<script type="text/javascript">
|
|
|
1065 |
$(function() {
|
|
|
1066 |
$("#vtab-media-10").tabs();
|
|
|
1067 |
|
|
|
1068 |
|
|
|
1069 |
<!-- demo end -->
|
|
|
1070 |
<div class="clearBoth"></div>
|
|
|
1071 |
</div>
|
|
|
1072 |
|
|
|
1073 |
<div class="teaser" id="vtab-130011">
|
|
|
1074 |
<div class="desc">
|
|
|
1075 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1076 |
<ul>
|
|
|
1077 |
<li class="mainFeature helpdoc"><span class="tooltip" name="built-in-memory">Built-in</span></li>
|
|
|
1078 |
|
|
|
1079 |
|
|
|
1080 |
|
|
|
1081 |
<li class="mainFeature helpdoc"><span class="tooltip" name="ram">RAM</span></li>
|
|
|
1082 |
<li class="mainFeatureValue">512 MB</li>
|
|
|
1083 |
|
|
|
1084 |
|
|
|
1085 |
|
|
|
1086 |
|
|
|
1087 |
|
|
|
1088 |
|
|
|
1089 |
|
|
|
1090 |
|
|
|
1091 |
|
|
|
1092 |
|
|
|
1093 |
|
|
|
1094 |
|
|
|
1095 |
|
|
|
1096 |
<li class="mainPunchline spacing">2GB microSD card included in package</li>
|
|
|
1097 |
|
|
|
1098 |
|
|
|
1099 |
<div class="compare-links right">
|
|
|
1100 |
|
|
|
1101 |
|
|
|
1102 |
</div>
|
|
|
1103 |
<div id="mynotes-Memory" class="mynotes-section">
|
|
|
1104 |
|
|
|
1105 |
<div class="note-display"></div>
|
|
|
1106 |
<textarea class="note-input"></textarea>
|
|
|
1107 |
<p>
|
|
|
1108 |
<span></span>
|
|
|
1109 |
<a>Save</a>
|
|
|
1110 |
</p>
|
|
|
1111 |
</div>
|
|
|
1112 |
|
|
|
1113 |
</div>
|
|
|
1114 |
<div class="demo">
|
|
|
1115 |
<div id="vtab-media-11">
|
|
|
1116 |
<ul>
|
|
|
1117 |
|
|
|
1118 |
|
|
|
1119 |
</ul>
|
|
|
1120 |
<div id="vtab-media-img-11">
|
|
|
1121 |
<script language="JavaScript">
|
|
|
1122 |
<!--
|
|
|
1123 |
|
|
|
1124 |
var img_11 = new Array(NumberOfImages_11)
|
|
|
1125 |
img_11[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
1126 |
var imgNumber11 = 0;
|
|
|
1127 |
//-->
|
|
|
1128 |
</script>
|
|
|
1129 |
<div class="container">
|
|
|
1130 |
<div class="slides">
|
|
|
1131 |
<div>
|
|
|
1132 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image11" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1133 |
</div>
|
|
|
1134 |
</div>
|
|
|
1135 |
</div>
|
|
|
1136 |
</div>
|
|
|
1137 |
|
|
|
1138 |
</div>
|
|
|
1139 |
|
|
|
1140 |
|
|
|
1141 |
</div>
|
|
|
1142 |
<script type="text/javascript">
|
|
|
1143 |
|
|
|
1144 |
$("#vtab-media-11").tabs();
|
|
|
1145 |
|
|
|
1146 |
|
|
|
1147 |
<!-- demo end -->
|
|
|
1148 |
<div class="clearBoth"></div>
|
|
|
1149 |
</div>
|
|
|
1150 |
|
|
|
1151 |
<div class="teaser" id="vtab-130043">
|
|
|
1152 |
<div class="desc">
|
|
|
1153 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1154 |
<ul>
|
|
|
1155 |
<li class="mainFeature">Battery type</li>
|
|
|
1156 |
|
|
|
1157 |
|
|
|
1158 |
|
|
|
1159 |
<li class="mainFeature">Power adaptor</li>
|
|
|
1160 |
<li class="mainFeatureValue">Proprietary</li>
|
|
|
1161 |
|
|
|
1162 |
|
|
|
1163 |
|
|
|
1164 |
|
|
|
1165 |
<li class="subFeature helpdoc"><span class="tooltip" name="music-playback-time">Music playback</span></li>
|
|
|
1166 |
<li class="subFeatureValue"> 38 hrs</li>
|
|
|
1167 |
|
|
|
1168 |
|
|
|
1169 |
|
|
|
1170 |
<li class="subsubFeatureValue"> 6 hours</li>
|
|
|
1171 |
<li class="subsubFeature helpdoc"><span class="tooltip" name="3g">3G</span></li>
|
|
|
1172 |
<li class="subsubFeatureValue"> 6 hours</li>
|
|
|
1173 |
|
|
|
1174 |
|
|
|
1175 |
<li class="subFeature helpdoc"><span class="tooltip" name="standby-time">Standby time</span></li>
|
|
|
1176 |
<li class="subsubFeature helpdoc"><span class="tooltip" name="2g">2G</span></li>
|
|
|
1177 |
<li class="subsubFeatureValue"> 21 days</li>
|
|
|
1178 |
<li class="subsubFeature helpdoc"><span class="tooltip" name="3g">3G</span></li>
|
|
|
1179 |
|
|
|
1180 |
|
|
|
1181 |
|
|
|
1182 |
|
|
|
1183 |
|
|
|
1184 |
</ul>
|
|
|
1185 |
|
|
|
1186 |
|
|
|
1187 |
|
|
|
1188 |
|
|
|
1189 |
|
|
|
1190 |
<div id="mynotes-Battery" class="mynotes-section">
|
|
|
1191 |
|
|
|
1192 |
<div class="note-display"></div>
|
|
|
1193 |
<textarea class="note-input"></textarea>
|
|
|
1194 |
<p>
|
|
|
1195 |
<span></span>
|
|
|
1196 |
<a>Save</a>
|
|
|
1197 |
</p>
|
|
|
1198 |
</div>
|
|
|
1199 |
|
|
|
1200 |
</div>
|
|
|
1201 |
<div class="demo">
|
|
|
1202 |
<div id="vtab-media-12">
|
|
|
1203 |
<ul>
|
|
|
1204 |
|
|
|
1205 |
|
|
|
1206 |
</ul>
|
|
|
1207 |
<div id="vtab-media-img-12">
|
|
|
1208 |
<script language="JavaScript">
|
|
|
1209 |
<!--
|
|
|
1210 |
|
|
|
1211 |
var img_12 = new Array(NumberOfImages_12)
|
|
|
1212 |
img_12[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
1213 |
var imgNumber12 = 0;
|
|
|
1214 |
//-->
|
|
|
1215 |
</script>
|
|
|
1216 |
<div class="container">
|
|
|
1217 |
<div class="slides">
|
|
|
1218 |
<div>
|
|
|
1219 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image12" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1220 |
</div>
|
|
|
1221 |
</div>
|
|
|
1222 |
</div>
|
|
|
1223 |
</div>
|
|
|
1224 |
|
|
|
1225 |
</div>
|
|
|
1226 |
|
|
|
1227 |
|
|
|
1228 |
</div>
|
|
|
1229 |
<script type="text/javascript">
|
|
|
1230 |
|
|
|
1231 |
$("#vtab-media-12").tabs();
|
|
|
1232 |
|
|
|
1233 |
|
|
|
1234 |
<!-- demo end -->
|
|
|
1235 |
<div class="clearBoth"></div>
|
|
|
1236 |
</div>
|
|
|
1237 |
|
|
|
1238 |
<div class="teaser" id="vtab-130016">
|
|
|
1239 |
<div class="desc">
|
|
|
1240 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1241 |
<ul>
|
|
|
1242 |
<li class="mainFeature">Types</li>
|
|
|
1243 |
|
|
|
1244 |
|
|
|
1245 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="mms">MMS</span></li>
|
|
|
1246 |
|
|
|
1247 |
<li class="mainFeatureValue">Email</li>
|
|
|
1248 |
|
|
|
1249 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="instant-messaging">Instant messaging</span></li>
|
|
|
1250 |
|
|
|
1251 |
|
|
|
1252 |
|
|
|
1253 |
|
|
|
1254 |
|
|
|
1255 |
</ul>
|
|
|
1256 |
|
|
|
1257 |
|
|
|
1258 |
|
|
|
1259 |
|
|
|
1260 |
</div>
|
|
|
1261 |
<div id="mynotes-MailnMsg" class="mynotes-section">
|
|
|
1262 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1263 |
|
|
|
1264 |
<textarea class="note-input"></textarea>
|
|
|
1265 |
<p>
|
|
|
1266 |
<span></span>
|
|
|
1267 |
<a>Save</a>
|
|
|
1268 |
</p>
|
|
|
1269 |
</div>
|
|
|
1270 |
|
|
|
1271 |
</div>
|
|
|
1272 |
<div class="demo">
|
|
|
1273 |
<div id="vtab-media-13">
|
|
|
1274 |
<ul>
|
|
|
1275 |
|
|
|
1276 |
<li><a href="#vtab-media-vid-13">Videos (1)</a></li>
|
|
|
1277 |
|
|
|
1278 |
|
|
|
1279 |
<div id="vtab-media-vid-13">
|
|
|
1280 |
<script language="JavaScript">
|
|
|
1281 |
<!--
|
|
|
1282 |
|
|
|
1283 |
var video_title_13 = new Array(NumberOfVideos_13);
|
|
|
1284 |
video_title_13[0] = "BlackBerry 9780 Bold BlackBerry messenger";
|
|
|
1285 |
|
|
|
1286 |
//-->
|
|
|
1287 |
</script>
|
|
|
1288 |
|
|
|
1289 |
<div class="container">
|
|
|
1290 |
<div class="slider-content">
|
|
|
1291 |
<div class="slider">
|
|
|
1292 |
<button style="display: inline; visibility: hidden;" class="prev">«</button>
|
|
|
1293 |
<button style="display: inline; visibility: visible;" class="next">»</button>
|
|
|
1294 |
<div class="sliderScroll">
|
|
|
1295 |
|
|
|
1296 |
|
|
|
1297 |
|
|
|
1298 |
|
|
|
1299 |
|
|
|
1300 |
|
|
|
1301 |
|
|
|
1302 |
|
|
|
1303 |
|
|
|
1304 |
|
|
|
1305 |
|
|
|
1306 |
|
|
|
1307 |
|
|
|
1308 |
|
|
|
1309 |
|
|
|
1310 |
goToVid('ytPlayer13', 'Kef6MsdLH_0', '0', video_title_13,'vtab-130016', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95');
|
|
|
1311 |
});
|
|
|
1312 |
</script>
|
|
|
1313 |
<div class="slides">
|
|
|
1314 |
<span style="height:480px; background:url(http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-skin-1311688423940.jpg) no-repeat; width:311px; float:left;">
|
|
|
1315 |
<span id="vedioContainer13" style="height:162px; width:216px; margin:95px 0px 0px 48px; float:left;">
|
|
|
1316 |
<div id="videoDiv13"></div>
|
|
|
1317 |
</span>
|
|
|
1318 |
</span>
|
|
|
1319 |
<div class="modelName">BlackBerry 9780 Bold BlackBerry messenger</div>
|
|
|
1320 |
</div>
|
|
|
1321 |
</div>
|
|
|
1322 |
</div>
|
|
|
1323 |
</div>
|
|
|
1324 |
|
|
|
1325 |
|
|
|
1326 |
</div>
|
|
|
1327 |
<script type="text/javascript">
|
|
|
1328 |
$(function() {
|
|
|
1329 |
$("#vtab-media-13").tabs();
|
|
|
1330 |
});
|
|
|
1331 |
|
|
|
1332 |
|
|
|
1333 |
<div class="clearBoth"></div>
|
|
|
1334 |
</div>
|
|
|
1335 |
|
|
|
1336 |
<div class="teaser" id="vtab-130050">
|
|
|
1337 |
<div class="desc">
|
|
|
1338 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1339 |
<ul>
|
|
|
1340 |
<li class="mainFeature helpdoc"><span class="tooltip" name="markup-language">Markup languages</span></li>
|
|
|
1341 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="xhtml">XHTML</span></li>
|
|
|
1342 |
|
|
|
1343 |
|
|
|
1344 |
<li class="mainFeature">Protocols</li>
|
|
|
1345 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="wap-2.0">WAP 2.0</span></li>
|
|
|
1346 |
|
|
|
1347 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="rss">RSS</span></li>
|
|
|
1348 |
|
|
|
1349 |
|
|
|
1350 |
|
|
|
1351 |
<li class="mainFeatureValue"></li>
|
|
|
1352 |
|
|
|
1353 |
|
|
|
1354 |
|
|
|
1355 |
|
|
|
1356 |
|
|
|
1357 |
|
|
|
1358 |
</ul>
|
|
|
1359 |
|
|
|
1360 |
<div class="compare-links right">
|
|
|
1361 |
|
|
|
1362 |
|
|
|
1363 |
|
|
|
1364 |
|
|
|
1365 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1366 |
|
|
|
1367 |
<textarea class="note-input"></textarea>
|
|
|
1368 |
<p>
|
|
|
1369 |
<span></span>
|
|
|
1370 |
<a>Save</a>
|
|
|
1371 |
</p>
|
|
|
1372 |
</div>
|
|
|
1373 |
|
|
|
1374 |
</div>
|
|
|
1375 |
<div class="demo">
|
|
|
1376 |
<div id="vtab-media-14">
|
|
|
1377 |
<ul>
|
|
|
1378 |
|
|
|
1379 |
<li><a href="#vtab-media-vid-14">Videos (1)</a></li>
|
|
|
1380 |
|
|
|
1381 |
|
|
|
1382 |
<div id="vtab-media-vid-14">
|
|
|
1383 |
<script language="JavaScript">
|
|
|
1384 |
<!--
|
|
|
1385 |
|
|
|
1386 |
var video_title_14 = new Array(NumberOfVideos_14);
|
|
|
1387 |
video_title_14[0] = "BlackBerry 9780 web browsing";
|
|
|
1388 |
|
|
|
1389 |
//-->
|
|
|
1390 |
</script>
|
|
|
1391 |
|
|
|
1392 |
<div class="container">
|
|
|
1393 |
<div class="slider-content">
|
|
|
1394 |
<div class="slider">
|
|
|
1395 |
<button style="display: inline; visibility: hidden;" class="prev">«</button>
|
|
|
1396 |
<button style="display: inline; visibility: visible;" class="next">»</button>
|
|
|
1397 |
<div class="sliderScroll">
|
|
|
1398 |
|
|
|
1399 |
|
|
|
1400 |
|
|
|
1401 |
|
|
|
1402 |
|
|
|
1403 |
|
|
|
1404 |
|
|
|
1405 |
|
|
|
1406 |
|
|
|
1407 |
|
|
|
1408 |
|
|
|
1409 |
|
|
|
1410 |
|
|
|
1411 |
|
|
|
1412 |
|
|
|
1413 |
goToVid('ytPlayer14', 'kgQS-DlHGCM', '0', video_title_14,'vtab-130050', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95');
|
|
|
1414 |
});
|
|
|
1415 |
</script>
|
|
|
1416 |
<div class="slides">
|
|
|
1417 |
<span style="height:480px; background:url(http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-skin-1311688423940.jpg) no-repeat; width:311px; float:left;">
|
|
|
1418 |
<span id="vedioContainer14" style="height:162px; width:216px; margin:95px 0px 0px 48px; float:left;">
|
|
|
1419 |
<div id="videoDiv14"></div>
|
|
|
1420 |
</span>
|
|
|
1421 |
</span>
|
|
|
1422 |
<div class="modelName">BlackBerry 9780 web browsing</div>
|
|
|
1423 |
</div>
|
|
|
1424 |
</div>
|
|
|
1425 |
</div>
|
|
|
1426 |
</div>
|
|
|
1427 |
|
|
|
1428 |
|
|
|
1429 |
</div>
|
|
|
1430 |
<script type="text/javascript">
|
|
|
1431 |
$(function() {
|
|
|
1432 |
$("#vtab-media-14").tabs();
|
|
|
1433 |
});
|
|
|
1434 |
|
|
|
1435 |
|
|
|
1436 |
<div class="clearBoth"></div>
|
|
|
1437 |
</div>
|
|
|
1438 |
|
|
|
1439 |
<div class="teaser" id="vtab-130019">
|
|
|
1440 |
<div class="desc">
|
|
|
1441 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1442 |
<ul>
|
|
|
1443 |
<li class="mainFeature">Protocols</li>
|
|
|
1444 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="pop3">POP3</span></li>
|
|
|
1445 |
|
|
|
1446 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="smtp">SMTP</span></li>
|
|
|
1447 |
|
|
|
1448 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="imap">IMAP</span></li>
|
|
|
1449 |
|
|
|
1450 |
|
|
|
1451 |
|
|
|
1452 |
|
|
|
1453 |
<li class="mainPunchline spacing">Multiple email account integration
</li>
|
|
|
1454 |
|
|
|
1455 |
</ul>
|
|
|
1456 |
|
|
|
1457 |
|
|
|
1458 |
|
|
|
1459 |
|
|
|
1460 |
</div>
|
|
|
1461 |
<div id="mynotes-Email" class="mynotes-section">
|
|
|
1462 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1463 |
<div class="note-display"></div>
|
|
|
1464 |
|
|
|
1465 |
<p>
|
|
|
1466 |
<span></span>
|
|
|
1467 |
<a>Save</a>
|
|
|
1468 |
</p>
|
|
|
1469 |
</div>
|
|
|
1470 |
|
|
|
1471 |
</div>
|
|
|
1472 |
<div class="demo">
|
|
|
1473 |
<div id="vtab-media-15">
|
|
|
1474 |
<ul>
|
|
|
1475 |
|
|
|
1476 |
<li><a href="#vtab-media-img-15">Images</a></li>
|
|
|
1477 |
</ul>
|
|
|
1478 |
|
|
|
1479 |
<script language="JavaScript">
|
|
|
1480 |
<!--
|
|
|
1481 |
var NumberOfImages_15 = 1;
|
|
|
1482 |
var img_15 = new Array(NumberOfImages_15)
|
|
|
1483 |
|
|
|
1484 |
var imgNumber15 = 0;
|
|
|
1485 |
//-->
|
|
|
1486 |
</script>
|
|
|
1487 |
<div class="container">
|
|
|
1488 |
<div class="slides">
|
|
|
1489 |
<div>
|
|
|
1490 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image15" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1491 |
</div>
|
|
|
1492 |
</div>
|
|
|
1493 |
</div>
|
|
|
1494 |
</div>
|
|
|
1495 |
|
|
|
1496 |
</div>
|
|
|
1497 |
|
|
|
1498 |
|
|
|
1499 |
</div>
|
|
|
1500 |
<script type="text/javascript">
|
|
|
1501 |
$(function() {
|
|
|
1502 |
$("#vtab-media-15").tabs();
|
|
|
1503 |
|
|
|
1504 |
</script>
|
|
|
1505 |
|
|
|
1506 |
|
|
|
1507 |
</div>
|
|
|
1508 |
|
|
|
1509 |
<div class="teaser" id="vtab-130020">
|
|
|
1510 |
<div class="desc">
|
|
|
1511 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1512 |
<ul>
|
|
|
1513 |
<li class="mainFeature helpdoc"><span class="tooltip" name="os">OS</span></li>
|
|
|
1514 |
<li class="mainFeatureValue">BlackBerry OS 6.0</li>
|
|
|
1515 |
|
|
|
1516 |
|
|
|
1517 |
<li class="mainFeature helpdoc"><span class="tooltip" name="java">Java</span></li>
|
|
|
1518 |
<li class="mainFeatureValue">MIDP 2.0</li>
|
|
|
1519 |
|
|
|
1520 |
|
|
|
1521 |
<li class="mainFeature">Security features</li>
|
|
|
1522 |
<li class="mainFeatureValue">Password protection with keyboard lock</li>
|
|
|
1523 |
|
|
|
1524 |
|
|
|
1525 |
|
|
|
1526 |
<li class="mainFeatureValue">AES or Triple DES encryption with BlackBerry Enterprise Server</li>
|
|
|
1527 |
|
|
|
1528 |
|
|
|
1529 |
|
|
|
1530 |
<li class="mainFeatureValue">WPA/WPA2 security support</li>
|
|
|
1531 |
|
|
|
1532 |
|
|
|
1533 |
|
|
|
1534 |
|
|
|
1535 |
|
|
|
1536 |
<li class="mainPunchline">BlackBerry App World for downloading games/eBooks/apps
</li>
|
|
|
1537 |
|
|
|
1538 |
</ul>
|
|
|
1539 |
|
|
|
1540 |
|
|
|
1541 |
|
|
|
1542 |
|
|
|
1543 |
</div>
|
|
|
1544 |
<div id="mynotes-Software" class="mynotes-section">
|
|
|
1545 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1546 |
<div class="note-display"></div>
|
|
|
1547 |
<textarea class="note-input"></textarea>
|
|
|
1548 |
<p>
|
|
|
1549 |
|
|
|
1550 |
<a>Save</a>
|
|
|
1551 |
</p>
|
|
|
1552 |
</div>
|
|
|
1553 |
|
|
|
1554 |
</div>
|
|
|
1555 |
<div class="demo">
|
|
|
1556 |
<div id="vtab-media-16">
|
|
|
1557 |
<ul>
|
|
|
1558 |
|
|
|
1559 |
<li><a href="#vtab-media-vid-16">Videos (1)</a></li>
|
|
|
1560 |
</ul>
|
|
|
1561 |
|
|
|
1562 |
<div id="vtab-media-vid-16">
|
|
|
1563 |
|
|
|
1564 |
<!--
|
|
|
1565 |
var NumberOfVideos_16 = 1;
|
|
|
1566 |
var video_title_16 = new Array(NumberOfVideos_16);
|
|
|
1567 |
video_title_16[0] = "Downloading app from BlackBerry App World";
|
|
|
1568 |
|
|
|
1569 |
//-->
|
|
|
1570 |
</script>
|
|
|
1571 |
|
|
|
1572 |
<div class="container">
|
|
|
1573 |
<div class="slider-content">
|
|
|
1574 |
<div class="slider">
|
|
|
1575 |
<button style="display: inline; visibility: hidden;" class="prev">«</button>
|
|
|
1576 |
<button style="display: inline; visibility: visible;" class="next">»</button>
|
|
|
1577 |
<div class="sliderScroll">
|
|
|
1578 |
<ul style="margin-left: 0px;">
|
|
|
1579 |
|
|
|
1580 |
|
|
|
1581 |
|
|
|
1582 |
|
|
|
1583 |
|
|
|
1584 |
|
|
|
1585 |
|
|
|
1586 |
<li onclick="javascript:goToVid('ytPlayer16', 'zXYZxUWQ_4E', '0', video_title_16,'vtab-130020', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">BlackBerry App World</li>
|
|
|
1587 |
</ul>
|
|
|
1588 |
</div>
|
|
|
1589 |
|
|
|
1590 |
|
|
|
1591 |
|
|
|
1592 |
|
|
|
1593 |
|
|
|
1594 |
|
|
|
1595 |
|
|
|
1596 |
<div class="slides">
|
|
|
1597 |
<span style="height:480px; background:url(http://static0.localhost:8090/images/media/1000355/blackberry-bold-9780-skin-1311688423940.jpg) no-repeat; width:311px; float:left;">
|
|
|
1598 |
<span id="vedioContainer16" style="height:162px; width:216px; margin:95px 0px 0px 48px; float:left;">
|
|
|
1599 |
<div id="videoDiv16"></div>
|
|
|
1600 |
</span>
|
|
|
1601 |
</span>
|
|
|
1602 |
<div class="modelName">Downloading app from BlackBerry App World</div>
|
|
|
1603 |
</div>
|
|
|
1604 |
</div>
|
|
|
1605 |
</div>
|
|
|
1606 |
</div>
|
|
|
1607 |
|
|
|
1608 |
|
|
|
1609 |
</div>
|
|
|
1610 |
<script type="text/javascript">
|
|
|
1611 |
$(function() {
|
|
|
1612 |
$("#vtab-media-16").tabs();
|
|
|
1613 |
});
|
|
|
1614 |
</script>
|
|
|
1615 |
<!-- demo end -->
|
|
|
1616 |
<div class="clearBoth"></div>
|
|
|
1617 |
|
|
|
1618 |
|
|
|
1619 |
<div class="teaser" id="vtab-130022">
|
|
|
1620 |
<div class="desc">
|
|
|
1621 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1622 |
<ul>
|
|
|
1623 |
<li class="mainFeature helpdoc"><span class="tooltip" name="gps">GPS type</span></li>
|
|
|
1624 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="integrated-gps">Integrated GPS</span></li>
|
|
|
1625 |
|
|
|
1626 |
<li class="mainFeatureValue helpdoc"><span class="tooltip" name="a-gps">A-GPS</span></li>
|
|
|
1627 |
|
|
|
1628 |
|
|
|
1629 |
|
|
|
1630 |
|
|
|
1631 |
<li class="mainPunchline spacing">BlackBerry Maps</li>
|
|
|
1632 |
</ul>
|
|
|
1633 |
|
|
|
1634 |
<div class="compare-links right">
|
|
|
1635 |
|
|
|
1636 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
1637 |
|
|
|
1638 |
|
|
|
1639 |
|
|
|
1640 |
|
|
|
1641 |
<textarea class="note-input"></textarea>
|
|
|
1642 |
<p>
|
|
|
1643 |
|
|
|
1644 |
<a>Save</a>
|
|
|
1645 |
</p>
|
|
|
1646 |
</div>
|
|
|
1647 |
|
|
|
1648 |
</div>
|
|
|
1649 |
<div class="demo">
|
|
|
1650 |
<div id="vtab-media-17">
|
|
|
1651 |
<ul>
|
|
|
1652 |
|
|
|
1653 |
<li><a href="#vtab-media-img-17">Images</a></li>
|
|
|
1654 |
</ul>
|
|
|
1655 |
<div id="vtab-media-img-17">
|
|
|
1656 |
<script language="JavaScript">
|
|
|
1657 |
|
|
|
1658 |
var NumberOfImages_17 = 1;
|
|
|
1659 |
var img_17 = new Array(NumberOfImages_17)
|
|
|
1660 |
img_17[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
1661 |
var imgNumber17 = 0;
|
|
|
1662 |
|
|
|
1663 |
</script>
|
|
|
1664 |
<div class="container">
|
|
|
1665 |
<div class="slides">
|
|
|
1666 |
<div>
|
|
|
1667 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image17" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1668 |
</div>
|
|
|
1669 |
</div>
|
|
|
1670 |
</div>
|
|
|
1671 |
</div>
|
|
|
1672 |
|
|
|
1673 |
</div>
|
|
|
1674 |
|
|
|
1675 |
|
|
|
1676 |
</div>
|
|
|
1677 |
<script type="text/javascript">
|
|
|
1678 |
$(function() {
|
|
|
1679 |
$("#vtab-media-17").tabs();
|
|
|
1680 |
});
|
|
|
1681 |
</script>
|
|
|
1682 |
|
|
|
1683 |
<div class="clearBoth"></div>
|
|
|
1684 |
|
|
|
1685 |
|
|
|
1686 |
<div class="teaser" id="vtab-130033">
|
|
|
1687 |
<div class="desc">
|
|
|
1688 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1689 |
<ul>
|
|
|
1690 |
|
|
|
1691 |
|
|
|
1692 |
<li class="mainPunchline spacing">Word Mole
</li>
|
|
|
1693 |
<li class="mainPunchline">Brick Breaker</li>
|
|
|
1694 |
</ul>
|
|
|
1695 |
|
|
|
1696 |
<div class="compare-links right">
|
|
|
1697 |
<a class="util_compare">Compare With...</a>
|
|
|
1698 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
1699 |
</div>
|
|
|
1700 |
|
|
|
1701 |
|
|
|
1702 |
<div class="note-display"></div>
|
|
|
1703 |
<textarea class="note-input"></textarea>
|
|
|
1704 |
<p>
|
|
|
1705 |
<span></span>
|
|
|
1706 |
|
|
|
1707 |
</p>
|
|
|
1708 |
</div>
|
|
|
1709 |
|
|
|
1710 |
</div>
|
|
|
1711 |
<div class="demo">
|
|
|
1712 |
<div id="vtab-media-18">
|
|
|
1713 |
<ul>
|
|
|
1714 |
|
|
|
1715 |
<li><a href="#vtab-media-img-18">Images</a></li>
|
|
|
1716 |
</ul>
|
|
|
1717 |
<div id="vtab-media-img-18">
|
|
|
1718 |
<script language="JavaScript">
|
|
|
1719 |
<!--
|
|
|
1720 |
|
|
|
1721 |
var img_18 = new Array(NumberOfImages_18)
|
|
|
1722 |
img_18[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
1723 |
var imgNumber18 = 0;
|
|
|
1724 |
//-->
|
|
|
1725 |
|
|
|
1726 |
<div class="container">
|
|
|
1727 |
<div class="slides">
|
|
|
1728 |
<div>
|
|
|
1729 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image18" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1730 |
</div>
|
|
|
1731 |
</div>
|
|
|
1732 |
</div>
|
|
|
1733 |
</div>
|
|
|
1734 |
|
|
|
1735 |
</div>
|
|
|
1736 |
|
|
|
1737 |
|
|
|
1738 |
</div>
|
|
|
1739 |
<script type="text/javascript">
|
|
|
1740 |
$(function() {
|
|
|
1741 |
$("#vtab-media-18").tabs();
|
|
|
1742 |
});
|
|
|
1743 |
</script>
|
|
|
1744 |
<!-- demo end -->
|
|
|
1745 |
|
|
|
1746 |
</div>
|
|
|
1747 |
|
|
|
1748 |
|
|
|
1749 |
<div class="desc">
|
|
|
1750 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1751 |
<ul>
|
|
|
1752 |
|
|
|
1753 |
|
|
|
1754 |
<li class="mainPunchline spacing">Alarm
</li>
|
|
|
1755 |
<li class="mainPunchline">Clock
</li>
|
|
|
1756 |
<li class="mainPunchline">MemoPad
</li>
|
|
|
1757 |
<li class="mainPunchline">Calendar
</li>
|
|
|
1758 |
|
|
|
1759 |
<li class="mainPunchline">Calculator
</li>
|
|
|
1760 |
<li class="mainPunchline">PC-synchronization
</li>
|
|
|
1761 |
</ul>
|
|
|
1762 |
|
|
|
1763 |
|
|
|
1764 |
|
|
|
1765 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
1766 |
</div>
|
|
|
1767 |
<div id="mynotes-Organizer" class="mynotes-section">
|
|
|
1768 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1769 |
<div class="note-display"></div>
|
|
|
1770 |
<textarea class="note-input"></textarea>
|
|
|
1771 |
<p>
|
|
|
1772 |
<span></span>
|
|
|
1773 |
<a>Save</a>
|
|
|
1774 |
</p>
|
|
|
1775 |
</div>
|
|
|
1776 |
|
|
|
1777 |
</div>
|
|
|
1778 |
<div class="demo">
|
|
|
1779 |
<div id="vtab-media-19">
|
|
|
1780 |
|
|
|
1781 |
|
|
|
1782 |
<li><a href="#vtab-media-vid-19">Videos (1)</a></li>
|
|
|
1783 |
</ul>
|
|
|
1784 |
|
|
|
1785 |
<div id="vtab-media-vid-19">
|
|
|
1786 |
<script language="JavaScript">
|
|
|
1787 |
<!--
|
|
|
1788 |
var NumberOfVideos_19 = 1;
|
|
|
1789 |
var video_title_19 = new Array(NumberOfVideos_19);
|
|
|
1790 |
video_title_19[0] = "Creating a ppt on BlackBerry Bold 9780";
|
|
|
1791 |
var vidNumber19 = 0;
|
|
|
1792 |
//-->
|
|
|
1793 |
</script>
|
|
|
1794 |
|
|
|
1795 |
<div class="container">
|
|
|
1796 |
<div class="slider-content">
|
|
|
1797 |
<div class="slider">
|
|
|
1798 |
<button style="display: inline; visibility: hidden;" class="prev">«</button>
|
|
|
1799 |
|
|
|
1800 |
<div class="sliderScroll">
|
|
|
1801 |
<ul style="margin-left: 0px;">
|
|
|
1802 |
|
|
|
1803 |
|
|
|
1804 |
|
|
|
1805 |
|
|
|
1806 |
|
|
|
1807 |
|
|
|
1808 |
|
|
|
1809 |
<li onclick="javascript:goToVid('ytPlayer19', '8E5e5P6N0YE', '0', video_title_19,'vtab-130021', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Document Editor</li>
|
|
|
1810 |
</ul>
|
|
|
1811 |
</div>
|
|
|
1812 |
|
|
|
1813 |
</div>
|
|
|
1814 |
<script type="text/javascript">
|
|
|
1815 |
$(function(){
|
|
|
1816 |
goToVid('ytPlayer19', '8E5e5P6N0YE', '0', video_title_19,'vtab-130021', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95');
|
|
|
1817 |
});
|
|
|
1818 |
</script>
|
|
|
1819 |
<div class="slides">
|
|
|
1820 |
|
|
|
1821 |
|
|
|
1822 |
|
|
|
1823 |
|
|
|
1824 |
|
|
|
1825 |
|
|
|
1826 |
|
|
|
1827 |
</div>
|
|
|
1828 |
</div>
|
|
|
1829 |
</div>
|
|
|
1830 |
|
|
|
1831 |
|
|
|
1832 |
</div>
|
|
|
1833 |
<script type="text/javascript">
|
|
|
1834 |
$(function() {
|
|
|
1835 |
$("#vtab-media-19").tabs();
|
|
|
1836 |
});
|
|
|
1837 |
</script>
|
|
|
1838 |
<!-- demo end -->
|
|
|
1839 |
<div class="clearBoth"></div>
|
|
|
1840 |
</div>
|
|
|
1841 |
|
|
|
1842 |
<div class="teaser" id="vtab-130023">
|
|
|
1843 |
<div class="desc">
|
|
|
1844 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1845 |
<ul>
|
|
|
1846 |
|
|
|
1847 |
|
|
|
1848 |
|
|
|
1849 |
|
|
|
1850 |
<li class="mainPunchline">Twitter
</li>
|
|
|
1851 |
<li class="mainPunchline">YouTube
</li>
|
|
|
1852 |
<li class="mainPunchline">Social Feeds app for accessing social networks
</li>
|
|
|
1853 |
<li class="mainPunchline">IBM Lotus connections- Social networking software for business</li>
|
|
|
1854 |
</ul>
|
|
|
1855 |
|
|
|
1856 |
<div class="compare-links right">
|
|
|
1857 |
<a class="util_compare">Compare With...</a>
|
|
|
1858 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
1859 |
|
|
|
1860 |
<div id="mynotes-SocialNetworking" class="mynotes-section">
|
|
|
1861 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1862 |
<div class="note-display"></div>
|
|
|
1863 |
<textarea class="note-input"></textarea>
|
|
|
1864 |
|
|
|
1865 |
|
|
|
1866 |
<a>Save</a>
|
|
|
1867 |
</p>
|
|
|
1868 |
</div>
|
|
|
1869 |
|
|
|
1870 |
</div>
|
|
|
1871 |
<div class="demo">
|
|
|
1872 |
<div id="vtab-media-20">
|
|
|
1873 |
<ul>
|
|
|
1874 |
|
|
|
1875 |
<li><a href="#vtab-media-vid-20">Videos (2)</a></li>
|
|
|
1876 |
</ul>
|
|
|
1877 |
|
|
|
1878 |
|
|
|
1879 |
<script language="JavaScript">
|
|
|
1880 |
<!--
|
|
|
1881 |
var NumberOfVideos_20 = 2;
|
|
|
1882 |
var video_title_20 = new Array(NumberOfVideos_20);
|
|
|
1883 |
video_title_20[0] = "Facebook app on BlackBerry Bold 9780";
|
|
|
1884 |
video_title_20[1] = "Twitter app on BlackBerry Bold 9780";
|
|
|
1885 |
var vidNumber20 = 0;
|
|
|
1886 |
//-->
|
|
|
1887 |
</script>
|
|
|
1888 |
|
|
|
1889 |
<div class="container">
|
|
|
1890 |
<div class="slider-content">
|
|
|
1891 |
<div class="slider">
|
|
|
1892 |
|
|
|
1893 |
<button style="display: inline; visibility: visible;" class="next">»</button>
|
|
|
1894 |
<div class="sliderScroll">
|
|
|
1895 |
<ul style="margin-left: 0px;">
|
|
|
1896 |
|
|
|
1897 |
|
|
|
1898 |
|
|
|
1899 |
|
|
|
1900 |
|
|
|
1901 |
|
|
|
1902 |
|
|
|
1903 |
<li onclick="javascript:goToVid('ytPlayer20', 'WhDIpa1IKls', '0', video_title_20,'vtab-130023', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95')">Facebook App</li>
|
|
|
1904 |
|
|
|
1905 |
|
|
|
1906 |
<span style="color: rgb(102, 102, 102);">•</span>
|
|
|
1907 |
|
|
|
1908 |
|
|
|
1909 |
|
|
|
1910 |
|
|
|
1911 |
|
|
|
1912 |
</ul>
|
|
|
1913 |
</div>
|
|
|
1914 |
</div>
|
|
|
1915 |
</div>
|
|
|
1916 |
<script type="text/javascript">
|
|
|
1917 |
$(function(){
|
|
|
1918 |
goToVid('ytPlayer20', 'WhDIpa1IKls', '0', video_title_20,'vtab-130023', 'VIDEO_WITHOUT_SKIN', '162', '216', '48', '95');
|
|
|
1919 |
|
|
|
1920 |
|
|
|
1921 |
|
|
|
1922 |
|
|
|
1923 |
|
|
|
1924 |
|
|
|
1925 |
|
|
|
1926 |
</span>
|
|
|
1927 |
|
|
|
1928 |
|
|
|
1929 |
</div>
|
|
|
1930 |
|
|
|
1931 |
|
|
|
1932 |
|
|
|
1933 |
|
|
|
1934 |
</div>
|
|
|
1935 |
<script type="text/javascript">
|
|
|
1936 |
$(function() {
|
|
|
1937 |
$("#vtab-media-20").tabs();
|
|
|
1938 |
});
|
|
|
1939 |
</script>
|
|
|
1940 |
<!-- demo end -->
|
|
|
1941 |
<div class="clearBoth"></div>
|
|
|
1942 |
</div>
|
|
|
1943 |
|
|
|
1944 |
<div class="teaser" id="vtab-130024">
|
|
|
1945 |
<div class="desc">
|
|
|
1946 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
1947 |
<ul>
|
|
|
1948 |
|
|
|
1949 |
|
|
|
1950 |
<li class="mainPunchline spacing">Mobile streaming to access videos, music, and news clips from supported mobile streaming websites
</li>
|
|
|
1951 |
<li class="mainPunchline">BlackBerry App World for downloading games/eBooks/apps
</li>
|
|
|
1952 |
<li class="mainPunchline">Flight mode</li>
|
|
|
1953 |
</ul>
|
|
|
1954 |
|
|
|
1955 |
|
|
|
1956 |
|
|
|
1957 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
1958 |
</div>
|
|
|
1959 |
<div id="mynotes-Miscellaneous" class="mynotes-section">
|
|
|
1960 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
1961 |
<div class="note-display"></div>
|
|
|
1962 |
<textarea class="note-input"></textarea>
|
|
|
1963 |
<p>
|
|
|
1964 |
<span></span>
|
|
|
1965 |
<a>Save</a>
|
|
|
1966 |
|
|
|
1967 |
</div>
|
|
|
1968 |
|
|
|
1969 |
</div>
|
|
|
1970 |
<div class="demo">
|
|
|
1971 |
|
|
|
1972 |
|
|
|
1973 |
|
|
|
1974 |
<li><a href="#vtab-media-img-21">Images</a></li>
|
|
|
1975 |
</ul>
|
|
|
1976 |
<div id="vtab-media-img-21">
|
|
|
1977 |
<script language="JavaScript">
|
|
|
1978 |
<!--
|
|
|
1979 |
|
|
|
1980 |
var img_21 = new Array(NumberOfImages_21)
|
|
|
1981 |
img_21[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
1982 |
var imgNumber21 = 0;
|
|
|
1983 |
//-->
|
|
|
1984 |
</script>
|
|
|
1985 |
<div class="container">
|
|
|
1986 |
<div class="slides">
|
|
|
1987 |
<div>
|
|
|
1988 |
<img src="http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg" name="Image21" alt="BlackBerry Bold 9780" title="BlackBerry Bold 9780" />
|
|
|
1989 |
</div>
|
|
|
1990 |
</div>
|
|
|
1991 |
</div>
|
|
|
1992 |
</div>
|
|
|
1993 |
|
|
|
1994 |
</div>
|
|
|
1995 |
|
|
|
1996 |
|
|
|
1997 |
</div>
|
|
|
1998 |
|
|
|
1999 |
$(function() {
|
|
|
2000 |
$("#vtab-media-21").tabs();
|
|
|
2001 |
});
|
|
|
2002 |
</script>
|
|
|
2003 |
<!-- demo end -->
|
|
|
2004 |
<div class="clearBoth"></div>
|
|
|
2005 |
</div>
|
|
|
2006 |
|
|
|
2007 |
<div class="teaser" id="vtab-130025">
|
|
|
2008 |
<div class="desc">
|
|
|
2009 |
<h1>BlackBerry <span>Bold 9780</span></h1>
|
|
|
2010 |
<ul>
|
|
|
2011 |
|
|
|
2012 |
|
|
|
2013 |
<li class="mainPunchline spacing">BlackBerry Bold 9780 handset
</li>
|
|
|
2014 |
<li class="mainPunchline">Li-Po 1500 mAh battery
</li>
|
|
|
2015 |
<li class="mainPunchline">3.5mm stereo headset
</li>
|
|
|
2016 |
<li class="mainPunchline">MicroUSB charger
</li>
|
|
|
2017 |
<li class="mainPunchline">2GB microSD card
</li>
|
|
|
2018 |
|
|
|
2019 |
<li class="mainPunchline">Getting started CD
</li>
|
|
|
2020 |
|
|
|
2021 |
|
|
|
2022 |
</ul>
|
|
|
2023 |
|
|
|
2024 |
<div class="compare-links right">
|
|
|
2025 |
<a class="util_compare">Compare With...</a>
|
|
|
2026 |
<a class="util_addnewresearch right">Add to Compare</a>
|
|
|
2027 |
</div>
|
|
|
2028 |
<div id="mynotes-PackageContents" class="mynotes-section">
|
|
|
2029 |
<h3>My Notes <a class="view-mynotes right">All Notes...</a></h3>
|
|
|
2030 |
<div class="note-display"></div>
|
|
|
2031 |
|
|
|
2032 |
<p>
|
|
|
2033 |
<span></span>
|
|
|
2034 |
<a>Save</a>
|
|
|
2035 |
</p>
|
|
|
2036 |
|
|
|
2037 |
|
|
|
2038 |
</div>
|
|
|
2039 |
<div class="demo">
|
|
|
2040 |
<div id="vtab-media-22">
|
|
|
2041 |
<ul>
|
|
|
2042 |
|
|
|
2043 |
<li><a href="#vtab-media-img-22">Images</a></li>
|
|
|
2044 |
</ul>
|
|
|
2045 |
<div id="vtab-media-img-22">
|
|
|
2046 |
<script language="JavaScript">
|
|
|
2047 |
<!--
|
|
|
2048 |
var NumberOfImages_22 = 1;
|
|
|
2049 |
var img_22 = new Array(NumberOfImages_22)
|
|
|
2050 |
img_22[0] = "http://static2.localhost:8090/images/media/1000355/blackberry-bold-9780-default-1311688423940.jpg"
|
|
|
2051 |
var imgNumber22 = 0;
|
|
|
2052 |
//-->
|
|
|
2053 |
</script>
|
|
|
2054 |
<div class="container">
|
|
|
2055 |
<div class="slides">
|
|
|
2056 |
<div>
|
|
|
2057 |
|
|
|
2058 |
</div>
|
|
|
2059 |
</div>
|
|
|
2060 |
</div>
|
|
|
2061 |
</div>
|
|
|
2062 |
|
|
|
2063 |
</div>
|
|
|
2064 |
|
|
|
2065 |
|
|
|
2066 |
</div>
|
|
|
2067 |
<script type="text/javascript">
|
|
|
2068 |
$(function() {
|
|
|
2069 |
$("#vtab-media-22").tabs();
|
|
|
2070 |
});
|
|
|
2071 |
|
|
|
2072 |
<!-- demo end -->
|
|
|
2073 |
<div class="clearBoth"></div>
|
|
|
2074 |
</div>
|
|
|
2075 |
</div>
|
|
|
2076 |
|
|
|
2077 |
<div class="clearBoth"></div>
|
|
|
2078 |
</div>
|
|
|
2079 |
</div>
|
|
|
2080 |
|
|
|
2081 |
|