-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShredders.html
More file actions
executable file
·792 lines (667 loc) · 31.2 KB
/
Shredders.html
File metadata and controls
executable file
·792 lines (667 loc) · 31.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
<!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>
<title>Gold Business office Solutions Winnipeg, Brandon, Manitoba Canada - Gold Business Solutions </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="gold business solutions, office business solutions, printers wide format, printer supplies Montreal, managed print service, mps, copiers">
<meta name="description" content="Gold Business Solutions provide a wide selection of top brands printers wide format, printer, Copier, scanners and fax supplies in Montreal, Canada">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" type="image/png" href="images/logo_gold.png">
<!--banner-->
<link rel="stylesheet" href="ism/css/my-slider.css"/>
<script src="ism/js/ism-2.2.min.js"></script>
<!--end banner-->
<link rel="icon" type="image/png" href="images/logo_gold.png">
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/arial.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
background-color: #555;
color: white;
padding: 6px 20px;
border: none;
cursor: pointer;
opacity: 0.8;
/*position: absolute;*/
bottom: 23px;
right: 650px;
width: 150;
}
/* The popup form - hidden by default */
.form-popup {
display: none;
position: fixed;
bottom: 0;
right: 700px;
border: 1px solid #f1f1f1;
z-index: 9;
transform: translate(0%, -30%);
/*top: 40%;*/
}
/* Add styles to the form container */
.form-container {
max-width: 500px;
padding: 10px;
background-color: white;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: #555;
color: white;
padding: 6px 20px;
border: none;
cursor: pointer;
opacity: 0.7;
/*position: fixed;*/
bottom: 0px;
right: 650px;
width: 80px;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
</style>
<script>
function openForm() {
document.getElementById("myForm").style.display = "block";
}
function closeForm() {
document.getElementById("myForm").style.display = "none";
}
function openForm1() {
document.getElementById("myForm1").style.display = "block";
}
function closeForm1() {
document.getElementById("myForm1").style.display = "none";
}
function openForm2() {
document.getElementById("myForm2").style.display = "block";
}
function closeForm2() {
document.getElementById("myForm2").style.display = "none";
}
function openForm4() {
document.getElementById("myForm4").style.display = "block";
}
function closeForm4() {
document.getElementById("myForm4").style.display = "none";
}
function openForm5() {
document.getElementById("myForm5").style.display = "block";
}
function closeForm5() {
document.getElementById("myForm5").style.display = "none";
}
function openForm6() {
document.getElementById("myForm6").style.display = "block";
}
function closeForm6() {
document.getElementById("myForm6").style.display = "none";
}
function openForm7() {
document.getElementById("myForm7").style.display = "block";
}
function closeForm7() {
document.getElementById("myForm7").style.display = "none";
}
function openForm8() {
document.getElementById("myForm8").style.display = "block";
}
function closeForm8() {
document.getElementById("myForm8").style.display = "none";
}
function openForm9() {
document.getElementById("myForm9").style.display = "block";
}
function closeForm9() {
document.getElementById("myForm9").style.display = "none";
}
function openForm10() {
document.getElementById("myForm10").style.display = "block";
}
function closeForm10() {
document.getElementById("myForm10").style.display = "none";
}
function openForm11() {
document.getElementById("myForm11").style.display = "block";
}
function closeForm11() {
document.getElementById("myForm11").style.display = "none";
}
function openForm12() {
document.getElementById("myForm12").style.display = "block";
}
function closeForm12() {
document.getElementById("myForm12").style.display = "none";
}
function openForm13() {
document.getElementById("myForm13").style.display = "block";
}
function closeForm13() {
document.getElementById("myForm13").style.display = "none";
}
</script>
</head>
<body>
<!-- START PAGE SOURCE -->
<div class="main">
<div class="main_resize">
<div class="header">
<a href="index.html"><img src="images/gold-business-solutions-logo-2.jpg" alt="business template" width="186" height="72" /><span></span></a>
<div class="search">
<form method="get" id="search" action="#">
<span>
<input type="text" value="Search..." name="s" id="s" />
<input name="searchsubmit" type="image" src="images/search.gif" value="Go" id="searchsubmit" class="btn" />
</span>
</form>
<div class="clr"></div>
</div>
<div class="menu_nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="what_we_do.html" title="Gold Business Solution" target="_self">What We Do</a></li>
<li><a href="recycling.html" title="Gold Business Solution" target="_self">Recycling</a></li>
<li><a href="testimonials.html" title="Gold Business Solution" target="_self">Testimonials</a></li>
<li><a href="mds_main.html" title="Gold Business Solution" target="_self">MDS</a></li>
<li><a href="mps.html" title="Gold Business Solution" target="_self">MPS</a></li>
<li><a href="who_we_are.html" title="Gold Business Solution" target="_self">Who We Are</a></li>
<li><a href="contact.html" title="Gold Business Solution" target="new">Contact Us</a></li>
</ul>
<div class="clr"></div>
</div>
<div class="clr"></div>
<div class="ism-slider" data-play_type="loop" id="my-slider">
<ol>
<li>
<img src="ism/image/slides/_u/1549647787369_133626.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549647788080_688527.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549647788396_531179.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549646779827_341448.png">
</li>
<li>
<img src="ism/image/slides/_u/1549647787545_950140.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648074180_854945.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648303691_665978.png">
</li>
<li>
<img src="ism/image/slides/_u/1549648073037_834225.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549646777324_753514.jpg">
<!-- <div class="ism-caption ism-caption-0">free text</div> -->
</li>
</ol>
</div>
</div>
<div class="content">
<div class="content_bg">
<div class="mainbar">
<div class="article"><h2>Shredders</h2></div>
<!-- product ITEM 1-->
<div class="article">
<h2>2240CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-2240-140x140.jpg" alt="" width="98" class="fl" />
<ul class="article">
<li>2240 Deskside Shredder</li>
<li>Sheet Capacity: 2-3</li>
</ul>
<button class="open-button" onclick="openForm()">More Product Details</button>
<div class="form-popup" id="myForm">
<form action="/action_page.php" class="form-container">
<a href="index.html"> <img src="products/Destroyit-2240-280x280.jpg" alt="business template" /></a><br/>
<p><strong>2240CC Cross-Cut Paper Shredde</strong></p>
<ul class="article">
<li>2240 Deskside Shredder</li>
<li>Sheet Capacity: 2-3</li>
<li>12 feet per minute speed</li>
<li>Feed opening size: 8 3/4"</li>
<li>Dimensions: 8 1/2"L x 14"W x 16"H</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM1-->
<!--product ITEM 2-->
<div class="article">
<h2>2260CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-2260-140x140.jpg" alt="" width="86" class="fl" />
<ul class="article">
<li>2260 Deskside Shredder</li>
<li>Sheet Capacity: 3-5</li>
</ul>
<button class="open-button" onclick="openForm1()">More Product Details</button>
<div class="form-popup" id="myForm1">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-2260-280x280.jpg" alt="business template" /></a>
<p><strong>2260CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>2260 Deskside Shredder</li>
<li>Sheet Capacity: 3-5</li>
<li>12 feet per minute speed</li>
<li>Feed opening size: 8 3/4"</li>
<li>Dimensions: 8 1/2"L x 14"W x 21 1/4"H</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm1()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--product ITEM 2-->
<!--product ITEM 3-->
<div class="article">
<h2>2404CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-2404[1]-140x140.jpg" alt="" width="79" class="fl" />
<ul class="article">
<li>2240 Deskside Shredder</li>
<li>Sheet Capacity: 7-9</li>
</ul>
<button class="open-button" onclick="openForm2()">More Product Details</button>
<div class="form-popup" id="myForm2">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-2404[1]-280x280.jpg" alt="business template" /></a>
<p><strong>2404CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>2240 Deskside Shredder</li>
<li>Sheet Capacity: 7-9</li>
<li>27 feet per minute speed</li>
<li>Feed opening size: 9 1/2"</li>
<li>Dimensions: 11"L x 14 3/4"W x 28 1/2"H</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm2()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--product ITEM 3-->
<!--product ITEM 4 -->
<div class="article">
<h2>2604CC Cross-Cut Paper Shredde</h2>
<div class="clr"></div>
<img src="products/Destroyit-2603[1]-140x140.jpg" alt="" width="87" class="fl" />
<ul class="article">
<li>80 GB Hard Drive</li>
<li>PosterArtist Lite ...</li>
</ul>
<button class="open-button" onclick="openForm4()">More Product Details</button>
<div class="form-popup" id="myForm4">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-2603[1]-280x280.jpg" alt="business template" /></a>
<p><strong>2604CC Cross-Cut Paper Shredde</strong></p>
<ul class="article">
<li>2604 Centralized Office Shredder with Automatic oiler</li>
<li>Sheet Capacity: 20-22</li>
<li>18 feet per minute speed</li>
<li>Feed opening size: 10 1/4"</li>
<li>Dimensions: 18 1/2"L x 22 1/2"W x 36 1/2"H</li>
<li>Includes automatic oiler</li>
<li>Safety Protection System</li>
<li>Energy Saving Mode</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm4()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM4-->
<!--product ITEM 5 -->
<div class="article">
<h2>3103 Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/3103cc-140x140.jpg" alt="" width="100" class="fl" />
<ul class="article">
<li>3103 Centralized Office Shredder</li>
<li>Heavy duty, High volume</li>
</ul>
<button class="open-button" onclick="openForm5()">More Product Details</button>
<div class="form-popup" id="myForm5">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/3103cc-280x280.jpg" alt="business template" /></a>
<p><strong>3103 Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>3103 Centralized Office Shredder</li>
<li>Heavy duty, High volume</li>
<li>Sheet Capacity: 15-18</li>
<li>27 feet per minute speed</li>
<li>Feed opening size: 12"</li>
<li>Dimensions: 18 1/2"L x 21"W x 36 1/2"H</li>
<li>Safety Protection System</li>
<li>Easy swit></li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm5()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM5-->
<!--product ITEM 6 -->
<div class="article">
<h2>3105CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/destroyit_3105[1]-140x140.jpg" alt="" width="86" class="fl" />
<ul class="article">
<li>30 feet per minute speed</li>
<li>Feed opening size: 12"</li>
</ul>
<button class="open-button" onclick="openForm6()">More Product Details</button>
<div class="form-popup" id="myForm6">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/destroyit_3105[1]-280x280.jpg" alt="business template" /></a>
<p><strong>3105CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>3105 Centralized Office Shredder with Automatic oiler</li>
<li>Sheet Capacity: 30-32</li>
<li>30 feet per minute speed</li>
<li>Feed opening size: 12"</li>
<li>Dimensions:23"L x 22"W x 40 3/4"H</li>
<li>Safety Protection System</li>
<li>Energy Saving Mode</li>
<li>Includes automatic oiler, metal gearing and chain drive</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm6()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM6-->
<!--product ITEM 7 -->
<div class="article">
<h2>3803CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-3803[1]-140x140.jpg" alt="" width="84" height="140" class="fl" />
<ul class="article">
<li>Sheet Capacity: 14-16</li>
<li>27 feet per minute speed</li>
</ul>
<button class="open-button" onclick="openForm7()">More Product Details</button>
<div class="form-popup" id="myForm7">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-3803[1]-280x280.jpg" alt="business template" /></a>
<p><strong>3803CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>3803 Centralized Office Shredder</li>
<li>High volume, handles data printouts, CDs (strip cut), and file folders</li>
<li>Sheet Capacity: 14-16</li>
<li>27 feet per minute speed</li>
<li>Feed opening size: 16"</li>
<li>Dimensions:18 1/2"L x 24"W x 37 1/2"H</li>
<li>Easy Switch</li>
<li>Safety Shield</li>
<li>*Strip-cut model also availabl</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm7()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM7-->
<!--</div> END ITEM8-->
<div class="article">
<h2>4002CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-4002[1]-140x140.jpg" alt="" width="94" height="140" class="fl" />
<ul class="article">
<li>Sheet Capacity: 24-26</li>
<li>25 feet per minute speed</li>
</ul>
<button class="open-button" onclick="openForm8()">More Product Details</button>
<div class="form-popup" id="myForm8">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-4002[1]-280x280.jpg" alt="business template" /></a>
<p><strong>4002CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>4002 Centralized Office Shredder</li>
<li>High volume, handles data printouts, CDs (strip cut), and file folders</li>
<li>Sheet Capacity: 24-26</li>
<li>25 feet per minute speed</li>
<li>Feed opening size: 16"</li>
<li>Dimensions:18 4/5"L x 25 3/5"W x 40 2/5"H</li>
<li>Storage shelf</li>
<li>Easy bag changes</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm8()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM8-->
<!--</div> END ITEM9-->
<div class="article">
<h2>4005CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-4005[1]-140x140.jpg" alt="" width="96" height="140" class="fl" />
<ul class="article">
<li>44" Large Format Printer </li>
<li>Economy Print Mode& ..</li>
</ul>
<button class="open-button" onclick="openForm9()">More Product Details</button>
<div class="form-popup" id="myForm9">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-4005[1]-280x280.jpg" alt="business template" /></a>
<p><strong>4005CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>4005 Centralized Office Shredder with automatic oiler</li>
<li>High volume, handles data printouts, CDs (strip cut), and file folders</li>
<li>Sheet Capacity: 35-40</li>
<li>24-48 feet per minute speed (Two shred speeds)</li>
<li>Feed opening size: 16"</li>
<li>Dimensions: 22"L x 24"W x 38 1/2"H</li>
<li>Easy switch</li>
<li>Capacity indicator</li>
<li>Safety Protection System</li>
<li>*Strip-cut model also available</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm9()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM9-->
<!--product ITEM 10 -->
<div class="article">
<h2>4605CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-4605[1]-140x140.jpg" alt="" width="70" height="140" class="fl" />
<ul class="article">
<li>Sheet Capacity: 50-60</li>
<li>40 feet per minute speed</li>
</ul>
<button class="open-button" onclick="openForm10()">More Product Details</button>
<div class="form-popup" id="myForm10">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-4605[1]-280x280.jpg" alt="business template" width="116" height="230" /></a>
<p><strong>4605CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>4605 High Capacity Hopper Feed Shredder</li>
<li>For Centralized or Departmental shredding</li>
<li>Compact tower design</li>
<li>Sheet Capacity: 50-60</li>
<li>40 feet per minute speed</li>
<li>Feed opening size: 18"</li>
<li>Dimensions: 22"L x 24"W x 38 1/2"H</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm10()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM10-->
<!--product ITEM 11 -->
<div class="article">
<h2>4107CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-4107[1]-140x140.jpg" alt="" width="140" height="138" class="fl" />
<ul class="article">
<li>Feed opening size: 16"</li>
<li>Centralized oiler</li>
</ul>
<button class="open-button" onclick="openForm11()">More Product Details</button>
<div class="form-popup" id="myForm11">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-4107[1]-280x280.jpg" alt="business template" width="230" height="226" /></a>
<p><strong>4107CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>4107 High Capacity Shredder</li>
<li>Removable side tables provide large work space</li>
<li>Sheet Capacity: 65-82</li>
<li>50 feet per minute speed</li>
<li>Feed opening size: 16"</li>
<li>Centralized oiler</li>
<li>Mounted on heavy-duty casters</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm11()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM11-->
<!--product ITEM 12 -->
<div class="article">
<h2>5009CC Cross-Cut Paper Shredder</h2>
<div class="clr"></div>
<img src="products/Destroyit-5009[1]-140x140.jpg" alt="" width="129" height="140" class="fl" />
<ul class="article">
<li>Electronically secured door</li>
<li>Mobile on casters</li>
</ul>
<button class="open-button" onclick="openForm12()">More Product Details</button>
<div class="form-popup" id="myForm12">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/Destroyit-5009[1]-280x280.jpg" alt="business template" width="213" height="230" /></a>
<p><strong>5009CC Cross-Cut Paper Shredder</strong></p>
<ul class="article">
<li>5009 High Capacity Shredder</li>
<li>Ideal for high-volume shredding environments</li>
<li>such as hospitals, banks or government facilities</li>
<li>Accepts credit cards, CDs, VHS tapes, 3-ring binders and files</li>
<li>Sheet Capacity: 500+</li>
<li>24-46 feet per minute speed (two shred speeds)</li>
<li>Feed opening size: 18"</li>
<li>Electronically secured door</li>
<li>Mobile on casters</li>
<li>Built-in oiler</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm12()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM12-->
<!--END ITEMS-->
</div>
</div>
<div class="sidebar">
<div class="gadget">
<h2><span>Sidebar</span> Menu</h2>
<div class="clr"></div>
<ul class="sb_menu">
<li class="active"><a href="bw_printers.html">B&W Printers</a></li>
<li><a href="colour_printers.html">Colour Printers</a></li>
<li><a href="bw_copiers.html">B&W Copiers/MFP</a></li>
<li><a href="colour_copiers.html">Colour Copiers/MFP</a></li>
<li><a href="wide_format_printers.html">Wide Format Printers</a></li>
<li><a href="3d_printers.html">3D Printers</a></li>
<li><a href="Shredders.html">Shredders</a></li>
</ul>
</div>
<div class="gadget">
<h2><span>Sponsors</span></h2>
<div class="clr"></div>
<ul class="ex_menu">
<li><a href="mpssteps.html" target="_self">Easy Start</a></li>
<li><a href="https://ca.kyoceradocumentsolutions.com/en/download-center.html?category=technical&asset-type=Documentation&prod-category=%20All&product=All" target="new">Technical Downloads and Manuals</a></li>
<li><a href="https://ca.kyoceradocumentsolutions.com/en/download-center.html?category=ssg" target="new">Documentation</a></li>
<li><a href="service_request_form.html">Service request form</a></li>
<li><a href="order_supply_form.html">Order supplies</a></li>
<li><a href="quatetion_form.html">Request a quote</a></li>
</ul>
</div>
</div>
<div class="clr"></div>
</div>
</div>
</div>
<div class="fbg">
<div class="fbg_resize">
<div class="col c1">
<h2>Sponsor Company</h2>
<a href="#"><img src="images/canon.png" width="140" height="60" alt="" /></a>
<a href="#"><img src="images/hp_logo.png" width="60" height="60" alt="" /></a>
<a href="#"><img src="images/kyocera_logo.png" width="140" height="60" alt="" /></a>
<a href="#"><img src="images/samsung_logo.png" width="60" height="60" alt="" /></a>
<a href="#"><img src="images/rico_logo.png" width="140" height="60" alt="" /></a>
<a href="#"><img src="images/ideal_logo.png" width="60" height="60" alt="" /></a>
</div>
<div class="col c2" dir="ltr">
<h2><span>Contact Information</span></h2>
<p>
BRANDON<br />
A: Gold Business Solutions<br />
Unit C, 315 College Avenue<br />
Brandon, MB, Canada<br />
R7A 1E7<br />
T: (204) 726-1267<br />
F: (204) 725-4362<br />
<img src="images/brandon.jpg" width="111" height="111" /><br />
</p>
</div>
<div class="col c3">
<h2> </h2>
<br/>
<p>
WINNIPEG <br />
A: Gold Business Solutions <br />
791 Bradford Street <br />
Winnipeg, MB, Canada <br />
R3H 0N2 <br />
T: (204) 633-9264 <br />
F: (204) 632-1930 <br />
<img src="images/winnipeg.jpg" width="111" height="111" /><br />
</p>
</div>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
<!--</div>-->
<div class="footer">
<div class="footer_resize">
<p class="lf">Copyright © 2019 <a href="#">Gold Business Solutions</a> - All Rights Reserved</p>
<p class="rf"><a href="https://www.kyoceradocumentsolutions.com/privacy/">Privacy</a> .and. <a href="term_of_use.html">Term of use</a></p>
<div class="clr"></div>
</div>
</div>
<!-- END PAGE SOURCE -->
<div align="center">This created by BV <a href="https://www.linkedin.com/in/boris-vainrub/">Web Developer</a></div></body>
</html>