/var/www/hkosl.com/innoutstorage_bk20210521/en/index.php


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
<?php
require_once('../webadmin/basic_info.php');

$sql "select * from slideshow where status = ? and deleted = ? order by sort ASC";
$parameters = array(10);
$slideshow_info bind_pdo($sql$parameters"selectall");

$sql "select * from popup where popup_id = ? and status = ? and ? between datefrom and dateto";
$parameters = array(11date("Y-m-d"));
$popup_info bind_pdo($sql$parameters"selectone");

$SD_master_room_info get_master_room_info_web2('(1,2,3,4)');
$SSW_master_room_info get_master_room_info_web2('(5)');
$CW_master_room_info get_master_room_info_web2('(6)');

?>

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
    <?php require_once("html_head.php"?>

</head>

<body class="stretched no-transition">

<?php require_once("google_analysis.php"); ?>

<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">

    <!-- Header
    ============================================= -->
    <?php require_once("html_header.php"?>

    <section id="slider" class="slider-parallax swiper_wrapper full-screen clearfix">

        <div class="swiper-container swiper-parent">
            <div class="swiper-wrapper">
                <?php foreach ($slideshow_info as $slideshow) { ?>
                    <div class="swiper-slide dark" style="background-image: url('../images/slideshow/<?= $slideshow["slideimg_" $langcode?>');">
                        <div class="container clearfix">
                            <div class="slider-caption slider-caption-center">
                                <?php
                                
echo "<a href='" $slideshow["slidelink_" $langcode] . "'>";
                                if (!empty(
$slideshow["slidetext1_" $langcode])) {
                                    echo 
'<h2 data-caption-animate="fadeInUp">' $slideshow["slidetext1_" $langcode] . '</h2>';
                                }

                                if (!empty(
$slideshow["slidetext2_" $langcode])) {
                                    
//echo '<p data-caption-animate="fadeInUp" data-caption-delay="200">'.$slideshow["slidetext1_".$langcode].'</p>';
                                    
echo '<a data-animate="fadeInUp" data-delay="800" href="' $slideshow["slidelink_" $langcode] . '" class="button button-3d button-large nobottommargin" style="margin: 30px 0 0 10px;">' $slideshow["slidetext2_" $langcode] . '</a>';
                                }
                                echo 
"</a>";
                                
?>
                            </div>
                        </div>
                    </div>
                <?php ?>
            </div>
            <div id="slider-arrow-left"><i class="icon-angle-left"></i></div>
            <div id="slider-arrow-right"><i class="icon-angle-right"></i></div>
        </div>

        <script>
            jQuery(document).ready(function ($) {
                var swiperSlider = new Swiper('.swiper-parent', {
                    autoplay: 8000,
                    paginationClickable: false,
                    slidesPerView: 1,
                    grabCursor: true,
                    loop: true,
                    onSwiperCreated: function (swiper) {
                        $('[data-caption-animate]').each(function () {
                            var $toAnimateElement = $(this);
                            var toAnimateDelay = $(this).attr('data-caption-delay');
                            var toAnimateDelayTime = 0;
                            if (toAnimateDelay) {
                                toAnimateDelayTime = Number(toAnimateDelay) + 750;
                            } else {
                                toAnimateDelayTime = 750;
                            }
                            if (!$toAnimateElement.hasClass('animated')) {
                                $toAnimateElement.addClass('not-animated');
                                var elementAnimation = $toAnimateElement.attr('data-caption-animate');
                                setTimeout(function () {
                                    $toAnimateElement.removeClass('not-animated').addClass(elementAnimation + ' animated');
                                }, toAnimateDelayTime);
                            }
                        });
                        SEMICOLON.slider.swiperSliderMenu();
                    },
                    onSlideChangeStart: function (swiper) {
                        $('[data-caption-animate]').each(function () {
                            var $toAnimateElement = $(this);
                            var elementAnimation = $toAnimateElement.attr('data-caption-animate');
                            $toAnimateElement.removeClass('animated').removeClass(elementAnimation).addClass('not-animated');
                        });
                        SEMICOLON.slider.swiperSliderMenu();
                    },
                    onSlideChangeEnd: function (swiper) {
                        $('#slider').find('.swiper-slide').each(function () {
                            if ($(this).find('video').length > 0) {
                                $(this).find('video').get(0).pause();
                            }
                            if ($(this).find('.yt-bg-player').length > 0) {
                                $(this).find('.yt-bg-player').pauseYTP();
                            }
                        });
                        $('#slider').find('.swiper-slide:not(".swiper-slide-active")').each(function () {
                            if ($(this).find('video').length > 0) {
                                if ($(this).find('video').get(0).currentTime != 0) $(this).find('video').get(0).currentTime = 0;
                            }
                            if ($(this).find('.yt-bg-player').length > 0) {
                                $(this).find('.yt-bg-player').getPlayer().seekTo($(this).find('.yt-bg-player').attr('data-start'));
                            }
                        });
                        if ($('#slider').find('.swiper-slide.swiper-slide-active').find('video').length > 0) {
                            $('#slider').find('.swiper-slide.swiper-slide-active').find('video').get(0).play();
                        }
                        if ($('#slider').find('.swiper-slide.swiper-slide-active').find('.yt-bg-player').length > 0) {
                            $('#slider').find('.swiper-slide.swiper-slide-active').find('.yt-bg-player').playYTP();
                        }

                        $('#slider .swiper-slide.swiper-slide-active [data-caption-animate]').each(function () {
                            var $toAnimateElement = $(this);
                            var toAnimateDelay = $(this).attr('data-caption-delay');
                            var toAnimateDelayTime = 0;
                            if (toAnimateDelay) {
                                toAnimateDelayTime = Number(toAnimateDelay) + 300;
                            } else {
                                toAnimateDelayTime = 300;
                            }
                            if (!$toAnimateElement.hasClass('animated')) {
                                $toAnimateElement.addClass('not-animated');
                                var elementAnimation = $toAnimateElement.attr('data-caption-animate');
                                setTimeout(function () {
                                    $toAnimateElement.removeClass('not-animated').addClass(elementAnimation + ' animated');
                                }, toAnimateDelayTime);
                            }
                        });
                    }
                });

                $('#slider-arrow-left').on('click', function (e) {
                    e.preventDefault();
                    swiperSlider.swipePrev();
                });

                $('#slider-arrow-right').on('click', function (e) {
                    e.preventDefault();
                    swiperSlider.swipeNext();
                });
            });
        </script>

        <a href="#" data-scrollto="#section-howtorent" data-easing="easeInOutExpo" data-speed="1250" data-offset="65" class="one-page-arrow dark"><i
                class="icon-angle-down infinite animated fadeInDown"></i></a>

    </section>

    <!-- Content
    ============================================= -->
    <section id="content">

        <div class="content-wrap nopadding">

            <div id="section-howtorent" class="center page-section formobile">
                <div class="container clearfix">
                    <h2 class="divcenter bottommargin font-body" style="max-width: 700px; font-size: 40px;">HOW TO RENT A MINI STORAGE</h2>
                    <div class="clear"></div>
                    <div class="row divcenter" style="max-width: 1000px;">

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/4.jpg" alt="Reserve"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>1<br/>Calculate</h4><span>We can assess the quantity of goods that need to be stored at In N Out Storage and recommend a suitable storage size</span>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/1.jpg" alt="Reserve"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>2<br/>Visit</h4><span>Reserve your storage unit online. You can make a visit to our storage facility and understand more about our environment and services</span>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/2.jpg" alt="Easy Payment"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>3<br/>Register</h4><span>When you are ready to rent a mini storage, register with us. You can make payment online through Paypal or pay offline at our facility</span>
                                    </div>
                                </div>
                            </div>
                        </div>

                        <div class="col-sm-3 bottommargin">
                            <div class="team">
                                <div class="team-image"><img src="../images/3.jpg" alt="Move-In"></div>
                                <div class="team-desc team-desc-bg">
                                    <div class="team-title"><h4>4<br/>Move-In</h4><span>We can arrange a moving team to deliver your goods to our storage facility. After move in, start enjoying our services! </span>
                                    </div>
                                </div>
                            </div>
                        </div>

                    </div>
                    <a href="#" data-scrollto="#section-pricing" data-easing="easeInOutExpo" data-speed="1250" data-offset="65" class="button t400 ls2 button-rounded">STORE
                        NOW</a>

                </div>
            </div>
            <!-- End section-howtorent -->

            <div id="section-pricing" class="center page-section" style="background-image: url(../images/whyus_bg.jpg); background-repeat: repeat;">
                <div class="container clearfix">
                    <div class="center"><h2 style="color: #ffffff; font-size: 36px; ">PRICING</h2></div>

                    <ul id="myTab" class="nav nav-tabs boot-tabs">
                        <li><a href="#priceing-a" data-toggle="tab">Aberdeen</a></li>
                        <li><a href="#priceing-b" data-toggle="tab">Siu Sai Wan</a></li>
                        <li class="active"><a href="#priceing-c" data-toggle="tab">Chai Wan</a></li>
                    </ul>
                    <div id="myTabContent" class="tab-content">
                        <div class="tab-pane fade" id="priceing-a">
                            <div style="float:left; color:#FFF;">All prices represent monthly fee</div>
                            <div style="float:right; color:#FFF;">Size:(LxWxH)</div>
                            <div class="clearfix"></div>
                            <?php
                            
foreach ($SD_master_room_info as $master_room) {

                                if (
numberformat($master_room["retail_price"], 0"") == numberformat($master_room["lowest_price"], 0"")) {
                                    
$org_price_text '<span class="org" style="height: 22px;">&nbsp;</span>';
                                } else {
                                    
$org_price_text '<span class="org">HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</span>';
                                }

                                echo 
'<div class="col_one_fifth pricelist">
                                    <div class="feature-box fbox-center pricelist">
                                <div class="size">SIZE ' 
$master_room["size"] . '</div>';


                                
$prepaid_discount_info get_master_room_discount_by_mater_room_id($master_room["master_room_id"], date("Y-m-d"));

                                if (!empty(
$prepaid_discount_info)) {
                                    
$i 1;
                                    foreach (
$prepaid_discount_info as $prepaid_discount) {
                                        if (
$prepaid_discount["show_frontend"] == || $i 2)
                                            continue;
                                        echo 
'<div class="price_g' $i '">HK$ <span>' floatval(numberformat($master_room["retail_price"] * (100 $prepaid_discount["discount"]) / 1000"")) . '</span></div>
                                <div class="price_info">' 
$prepaid_discount["name_" $langcode] . '</div>';

                                        
$i++;
                                    }
                                }

                                echo 
'<div class="org">Rent: HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</div>';
                                
//<a href="rent.php?id='.$master_room["master_room_id"].'" class="button t400 ls2 button-rounded">RENT</a>
                                
echo '</div></div>';

                            }
                            
?>
                            <div class="col_one_fifth pricelist">
                                <div class="feature-box fbox-center pricelist">
                                    <div class="size">Custom Solution﹕</div>
                                    <br/>
                                    <div class="price_r1">For 100 sq. ft and up, please contact us for a free quote!</div>
                                    <br/>
                                    <a href="contactus.php"><span class="price_g1">please contact us<br/>for a free quote!</span></a>
                                </div>
                            </div>
                            <div class="clearfix"></div>
                            <div style="font-size: 18px; color:#FFF;"><br/>Address: <?= $site_info["companyaddr_" $langcode?></div>
                        </div><!-- end tab1 -->
                        <!-- tab2-->
                        <div class="tab-pane fade" id="priceing-b">
                            <div style="float:left; color:#FFF;">All prices represent monthly fee</div>
                            <div style="float:right; color:#FFF;">Size:(LxWxH)</div>
                            <div class="clearfix"></div>
                            <?php
                            
foreach ($SSW_master_room_info as $master_room) {

                                if (
numberformat($master_room["retail_price"], 0"") == numberformat($master_room["lowest_price"], 0"")) {
                                    
$org_price_text '<span class="org" style="height: 22px;">&nbsp;</span>';
                                } else {
                                    
$org_price_text '<span class="org">HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</span>';
                                }

                                echo 
'<div class="col_one_fifth pricelist">
                                    <div class="feature-box fbox-center pricelist">
                                <div class="size">SIZE ' 
$master_room["size"] . '</div>';


                                
$prepaid_discount_info get_master_room_discount_by_mater_room_id($master_room["master_room_id"], date("Y-m-d"));

                                if (!empty(
$prepaid_discount_info)) {
                                    
$i 1;
                                    foreach (
$prepaid_discount_info as $prepaid_discount) {
                                        if (
$prepaid_discount["show_frontend"] == || $i 2)
                                            continue;
                                        echo 
'<div class="price_g' $i '">HK$ <span>' floatval(numberformat($master_room["retail_price"] * (100 $prepaid_discount["discount"]) / 1000"")) . '</span></div>
                                <div class="price_info">' 
$prepaid_discount["name_" $langcode] . '</div>';

                                        
$i++;
                                    }
                                }

                                echo 
'<div class="org">Rent: HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</div>';
                                
//<a href="rent.php?id='.$master_room["master_room_id"].'" class="button t400 ls2 button-rounded">RENT</a>
                                
echo '</div></div>';

                            }
                            
?>
                            <div class="col_one_fifth pricelist">
                                <div class="feature-box fbox-center pricelist">
                                    <div class="size">Custom Solution﹕</div>
                                    <br/>
                                    <div class="price_r1">For 100 sq. ft and up, please contact us for a free quote!</div>
                                    <br/>
                                    <a href="contactus.php"><span class="price_g1">please contact us<br/>for a free quote!</span></a>
                                </div>
                            </div>
                            <div class="clearfix"></div>
                            <div style="font-size: 18px; color:#FFF;"><br/>Address:Unit E, 1/F, Sunview Ind Building, 3 On Yip St, Chai Wan, H.K.</div>
                        </div><!-- end tab2 -->
                        <!-- tab3-->
                        <div class="tab-pane fade in active" id="priceing-c">
                            <div style="float:left; color:#FFF;">All prices represent monthly fee</div>
                            <div style="float:right; color:#FFF;">Size:(LxWxH)</div>
                            <div class="clearfix"></div>
                            <?php
                            
foreach ($CW_master_room_info as $master_room) {

                                if (
numberformat($master_room["retail_price"], 0"") == numberformat($master_room["lowest_price"], 0"")) {
                                    
$org_price_text '<span class="org" style="height: 22px;">&nbsp;</span>';
                                } else {
                                    
$org_price_text '<span class="org">HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</span>';
                                }

                                echo 
'<div class="col_one_fifth pricelist">
                                <div class="feature-box fbox-center pricelist">
                                <div class="size">SIZE ' 
$master_room["size"] . '</div>';


                                
$prepaid_discount_info get_master_room_discount_by_mater_room_id($master_room["master_room_id"], date("Y-m-d"));

                                if (!empty(
$prepaid_discount_info)) {
                                    
$i 1;
                                    foreach (
$prepaid_discount_info as $prepaid_discount) {
                                        if (
$prepaid_discount["show_frontend"] == || $i 2)
                                            continue;
                                        echo 
'<div class="price_g' $i '">HK$ <span>' floatval(numberformat($master_room["retail_price"] * (100 $prepaid_discount["discount"]) / 1000"")) . '</span></div>
                                <div class="price_info">' 
$prepaid_discount["name_" $langcode] . '</div>';

                                        
$i++;
                                    }
                                }

                                echo 
'<div class="org">Rent: HK$' floatval(numberformat($master_room["retail_price"], 0"")) . '</div>';
                                
//<a href="rent.php?id='.$master_room["master_room_id"].'" class="button t400 ls2 button-rounded">RENT</a>
                                
echo '</div></div>';

                            }
                            
?>
                            <div class="col_one_fifth pricelist">
                                <div class="feature-box fbox-center pricelist">
                                    <div class="size">Custom Solution﹕</div>
                                    <br/>
                                    <div class="price_r1">For 100 sq. ft and up, please contact us for a free quote!</div>
                                    <br/>
                                    <a href="contactus.php"><span class="price_g1">please contact us<br/>for a free quote!</span></a>
                                </div>
                            </div>
                            <div class="clearfix"></div>
                            <div style="font-size: 18px; color:#FFF;"><br/>Address:15/F, Haking (Tung Shing) Ind Building, 34 Lee Chung Street, Chai Wan, H.K.</div>
                        </div><!-- end tab3-->

                    </div><!-- end tab-content -->
                    <div class="clear"></div>

                    <div style=" font-size: 18px; color:#FFF; padding: 20px 0px;">Payment method: <img src="../images/visa_mastercard_logo_<?= $langcode ?>.png"
                                                                                                       height="50"></div>
                </div>
            </div>
            <!-- End section-pricing -->

            <div id="section-whyus" class="center page-section nobottompadding">
                <div class="container clearfix">
                    <div class="center"><h1>WHY US</h1></div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/01.png"></a>
                            <h2>FREE ONLINE RESERVATION</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/02.png"></a>
                            <h2>24/7 SECURITY SURVEILLANCE</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/03.png"></a>
                            <h2>CLIMATE-CONTROLLED FACILITY</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth  col_last">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/04.png"></a>
                            <h2>CONVENIENT LOCATION & SELF-OWNED PROPERTY</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/05.png"></a>
                            <h2>WIDE RANGE OF PAYMENT METHODS INCLUDING ONLINE PAYMENT</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/06.png"></a>
                            <h2>AUTOMATIC BILLING THROUGH PAYPAL'S SECURE SYSTEM</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/07.png"></a>
                            <h2>FREE WIFI</h2>
                        </div>
                    </div>

                    <div class="col_one_fourth  col_last">
                        <div class="feature-box fbox-center fbox-small fbox-plain">
                            <a href="#"><img src="../images/whyus/08.png"></a>
                            <h2>TRANSPORTATION SERVICE</h2>
                        </div>
                    </div>


                    <div class="col_full text-center">
                        <div class="col_half">

                            <div class="feature-box fbox-center fbox-small fbox-plain ">
                                <div class="inline-block text-center nomargin" style="vertical-align: middle;width: 185px;padding: 10px 0">
                                    Clothes<br>
                                    Sentimental Items<br>
                                    Book<br>
                                    Sports Equipment<br>
                                    Collections<br>
                                    Household Good<br>
                                </div>
                                <div class="inline-block text-center nomargin">
                                    <a href="#"><img src="../images/whyus/FamilyStorage.jpg" width="200"></a>
                                    <div style="position: relative">
                                        <div class="whyus_storage_text">
                                            <b>Personal and Family Storage</b>
                                        </div>
                                    </div>
                                </div>
                            </div>

                        </div>

                        <div class="col_half col_last">
                            <div class="feature-box fbox-center fbox-small fbox-plain ">
                                <div class="inline-block text-center nomargin">
                                    <a href="#"><img src="../images/whyus/BusinessStorage.jpg" width="200"></a>

                                    <div style="position: relative">
                                        <div class="whyus_storage_text">
                                            <b>Business Storage</b>
                                        </div>
                                    </div>

                                </div>

                                <div class="inline-block text-center nomargin" style="vertical-align: middle;width: 185px;padding: 10px 0">
                                    Document<br>
                                    Sentimental Items<br>
                                    Book<br>
                                    Sports Equipment<br>
                                    Collections<br>
                                    Household Good<br>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="clear"></div>
                </div>
            </div>
            <!-- End section-whyus -->

            <div id="section-whyus" class="center page-section notoppadding">
                <div class="container clearfix">
                    <div class="center notopmargin">
                        <h1>Excellent Self Storage Services</h1>
                        <p>
                            Looking for ways to store all your belongings? Running out of space at your office to store all your files and documents? In N Out Storage is
                            here to help. We provide a secured, flexible and quality storage space for anyone looking to store their valuable belongings. </p>
                        <p> As a subsidiary of a listed company, In N Out Storage is established to deliver self storage services in Hong Kong. With the backbone of
                            owning properties in Hong Kong and Mainland China of more than 280,000 square feet, In N Out Storage is strongly supported by the listed
                            company to offer storage space rental service like no other.</p>
                        <p> The storage space is self-owned and monitored 24/7 with advanced surveillance system. In addition, a sophisticated climate control system is
                            implemented to make sure all your belongings and goods are kept in the best condition at all time. We carefully monitor the storage space to
                            make sure it is in the perfect temperature and humidity. Customers can count on us to store anything for them. </p>
                        <h2>Designed to suit every need</h2>
                        <p>The storage space comes in different sizes to fit different needs. Safe and reliable, self storage services provided here can definitely suit
                            your specific need! The self storage service is currently located in Aberdeen, Hong Kong and opens 24 hours, all year round, making storage
                            and stock moving available at any time. With a great variety of storage sizes, there will be a plan for you. Go to our <a
                                href="http://www.innoutstorage.com/en/pricing.php">Rent Storage</a> page to book your space now! Follow 4 easy steps and you will have
                            your own storage space. </p>
                        <p>If you have any question, please don’t hesitate to contact us at (852) 2580 2088 or <a href="mailto:info@innoutstorage.com"><strong>info@innoutstorage.com</strong></a>.
                            You are also welcome to come to our office at 12/F, Shing Dao Industrial Building, 232 Aberdeen Main Road, Aberdeen, Hong Kong.</p>


                    </div>
                    </br>
                    <h1>Our Partner</h1>
                    <div id="oc-clients-full" class="owl-carousel image-carousel">

                        <a href="#"><img src="../images/ourpartner/starlite.jpg" alt=""></a>
                        <a href="#"><img src="../images/ourpartner/ssaa.jpg" alt=""></a>
                        <a href="#"><img src="../images/ourpartner/garndjestic.jpg" alt=""></a>
                        <a href="#"><img src="../images/ourpartner/lovebox.jpg" alt=""></a>
                        <a href="#"><img src="../images/ourpartner/kp.jpg" alt=""></a>
                        <a href="#"><img src="../images/ourpartner/singing.jpg" alt=""></a>

                    </div>

                    <script type="text/javascript">

                        jQuery(document).ready(function ($) {

                            var ocClients = $("#oc-clients-full");

                            ocClients.owlCarousel({
                                items: 6,
                                margin: 30,
                                loop: true,
                                nav: false,
                                autoplay: true,
                                dots: false,
                                autoplayHoverPause: true,
                                responsive: {
                                    0: {items: 1},
                                    480: {items: 3},
                                    768: {items: 4},
                                    992: {items: 5},
                                    1200: {items: 5}
                                }
                            });

                        });

                    </script>
                </div>
            </div>
            <!-- End section-ourpartner -->
            <?php
            
//unset($_SESSION["popup_".$langcode]);
            
if (!isset($_SESSION["popup_" $langcode]) && !empty($popup_info)) {
                
$_SESSION["popup_" $langcode] = 1;

                
?>
                <!-- Popup -->
                <div class="modal-on-load" data-target="#myModal1"></div>

                <!-- Modal -->
                <div class="modal1 mfp-hide" id="myModal1">
                    <div class="block divcenter" style="background-color: #FFF; max-width: 500px;">
                        <div class="center" style="padding: 50px;">
                            <?= $popup_info["popupdesc_" $langcode?>
                        </div>
                    </div>
                </div>
                <!-- End Popup -->

            <?php ?>

        </div>

    </section><!-- #content end -->

    <!-- Footer
    ============================================= -->
    <?php require_once("html_footer.php"); ?>

</div><!-- #wrapper end -->

<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>

<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="../js/functions.js"></script>

</body>
</html>