forked from berkeleyhearing/berkeleyhearing.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·830 lines (824 loc) · 43.7 KB
/
index.html
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
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Berkeley Hearing - ENT and Audiology, Hearing Testing, Diagnosis and Services</title>
<!-- ================================ -->
<!-- ========== CSS INCLUDES ========== -->
<!-- ================================ -->
<link href="css/bootstrap.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/buttons.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/icomoon.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/parallax-slider.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/prettyPhoto.css" media="screen" rel="stylesheet" type="text/css">
<link id="header-switch" href="css/headers/light.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/animate.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/theme-styles.css" media="screen" rel="stylesheet" type="text/css">
<link id="style-switch" href="css/color-schemes/default.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body data-offset="85" data-spy="scroll" data-target=".navbar">
<!-- ===== PAGE LOADER GRAPHIC ===== -->
<div id="pageloader">
<div class="loader-img">
<img alt="loader" src="img/loader.gif"/>
</div>
</div>
<!-- ======================================== -->
<!-- ============ START TOP STICKY MENU ========== -->
<!-- ======================================== -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-menu">
<i class="fa fa-bars fa-fw"></i>
</button>
<a class="navbar-brand weight-900" href="#home"><img alt="" id="logo" src="img/LogoRoboto.png" width=350></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="main-menu">
<ul class="nav navbar-nav navbar-right">
<li><a class="scrollto" href="#home">Home</a></li>
<li><a class="scrollto" href="#about">About</a></li>
<li><a class="scrollto" href="#team">Team</a></li>
<li><a class="scrollto" href="#assessments" >Assessments</a></li>
<li><a class="scrollto" href="#testimonials" >Testimonials</a></li>
<li><a class="scrollto" href="#faq" >FAQ</a></li>
<li><a class="scrollto" href="#contact">Contact</a></li>
<li>
<!-- <div class="social-icons">
<a href="#"><i class="im-twitter"></i></a><a href="#"><i class="im-facebook"></i></a><a href="#"><i class="im-google-plus"></i></a>
</div> -->
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- ======================================== -->
<!-- ============ END TOP STICKY MENU =========== -->
<!-- ======================================== -->
<section id="home">
<!-- ======================================= -->
<!-- ========== START PARALLAX SLIDER ========== -->
<!-- ======================================== -->
<!-- SlidesJS Required: Start Slides -->
<!-- The container is used to define the width of the slideshow -->
<div id="slides">
<div class="slides-container">
<div class="parallax" style="background-image:url(img/hearing-ear.jpg)" data-stellar-background-ratio="0.2">
<div class="img-overlay-solid" style="background-color:rgba(0,0,0,0.3);">
</div>
<div class="caption container">
<h2 class="weight-700 color-white">Welcome to Berkeley Hearing</h2>
<h4 class="weight-400 color-white">We offer comprehensive audiological care to children and adults in a warm and friendly environment</h4>
<br/>
<a href="#about" class="btn btn-primary scrollto" >Find out more about us</a>
<a href="#contact" class="btn btn-white btn-outline scrollto">Book An Appointment</a>
</div>
</div>
<div class="parallax" style="background-image:url(img/kid-ear.jpg)" data-stellar-background-ratio="0.2">
<div class="img-overlay-solid" style="background-color:rgba(0,0,0,0.3);">
</div>
<div class="caption container">
<h2 class="weight-700 color-white">Welcome to Berkeley Hearing</h2>
<h4 class="weight-400 color-white">We offer comprehensive audiological care to children and adults in a warm and friendly environment</h4>
<br/><a class="btn btn-primary scrollto">Find out more about us</a><a class="btn btn-white btn-outline scrollto">Book An Appointment</a>
</div>
</div>
</div>
<!-- <nav class="slides-navigation">
<a href="#" class="next"><i class="fa-angle-right"></i></a>
<a href="#" class="prev"><i class="fa-angle-left"></i></a>
</nav>
--></div>
<!-- End SlidesJS Required: Start Slides -->
<!-- ======================================= -->
<!-- ========== END PARALLAX SLIDER ========== -->
<!-- ======================================== -->
<div class="fullwidth-section half-padding" style="background-color: #F7F7F7;">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<img alt="" src="img/team/JenWebsiteDay.png" class="img-responsive img-center rounded">
</div>
<div class="col-md-7 col-md-offset-1">
<h2 class="color-primary">
At Berkeley Hearing, our aim is to offer a personalised and understanding approach to assessing your hearing needs</h2>
<h4 class="weight-400">In our clinic, you will always find friendly and professional staff. We are passionate about ensuring you receive the highest standard of care and attention.</h4>
<h5 class="">- Jen, Audiologist</h5>
</div>
</div>
</div>
</div>
</section>
<!-- ======================================== -->
<!-- =========== START ABOUT SECTION ============ -->
<!-- ======================================== -->
<section id="about">
<div class="fullwidth-section half-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="weight-700 kill-top-margin uppercase">About Our Practice</h1>
<h4 class="weight-400">Berkeley Hearing Centre is an Audiology practice, working in collaboration with ENT Consultants. We are dedicated to giving each patient the highest standard of care<br>
We have a city centre location - across the road from the Mater Misericordiae Hospital and within a few minutes walk of Temple Street Children's University Hospital</h4>
</div>
</div>
</div>
</div>
<div class="fullwidth-section">
<div class="parallax" style="background-image: url(img/materview.jpg)" data-stellar-background-ratio="0.2">
</div>
<div class="img-overlay-solid" style="background-color:rgba(0,0,0,0.4);">
</div>
<div class="container color-white">
<!-- ========== START ICON FEATURES BOX ========== -->
<div class="row">
<div class="col-md-4 ae">
<div class="icon-feature-horizontal">
<div class="icon">
<i class="im-bubbles color-primary"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700 color-white">Diagnostic Audiology</h4>
<p>
Berkeley Hearing provides expert and comprehensive evaluation of hearing for all ages by a diagnostic Audiologist. Diagnostic tests are carried out to assess hearing disorders, provide guidance to the patient, parents or family, and recommend the appropriate care. The test selection depends on the age and development of the patient; each patient is given personalised and individual attention. For children, the hearing test is fun and both age- and developmentally-appropriate.
</p>
</div>
</div>
</div>
<div class="col-md-4 ae" data-delay="500">
<div class="icon-feature-horizontal">
<div class="icon">
<i class="im-office color-primary"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700 color-white">ENT Care</h4>
<p>
All 6 ENT Consultants are full time practitioners at Temple Street Children's University Hospital, Mater Misericordiae University Hospital and St. Vincent's Hospital. Each Consultant has been extensively involved in the medical/surgical management and investigation of hearing loss for many years. Surgical experience ranges from the management of chronic ear disease, ossicular reconstruction, hearing aid advice and provision of Bone anchored hearing aids.
</p>
</div>
</div>
</div>
<div class="col-md-4 ae" data-delay="250">
<div class="icon-feature-horizontal">
<div class="icon">
<i class="im-info color-primary"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700 color-white">Other Services</h4>
<p>
<b>Swim plugs</b>: custom made swim plugs offer superior ear protection for any water based activities, including swimming, showering and bathing. Made from a soft, comfortable silicone type material, swim plugs are hypoallergenic, floatable and long lasting. They come in a variety of bright colours. By keeping water out of the wearer’s ears, swim plugs help to prevent ear infections from occurring and protect the ear if a grommet or perforation is present in the ear drum.<br><br>
<b>Swim bands:</b> we stock Ear Band-It(TM) swim bands in a wide range of sizes and colours<br><br>
<b>Tinnitus education and advice</b>
</p>
</div>
</div>
</div>
</div>
<!-- END ICON FEATURES BOX -->
</div>
</div>
</section>
<!-- ======================================== -->
<!-- =========== END ABOUT SECTION ============= -->
<!-- ======================================== -->
<!-- ======================================== -->
<!-- =========== START TEAM SECTION ============= -->
<!-- ======================================== -->
<section id="team">
<!-- Single Image Team Display -->
<div class="fullwidth-section">
<div class="container">
<div class="row" style="margin-bottom: 20px;">
<div class="col-md-12">
<h1 class=" kill-top-margin uppercase">AUDIOLOGY</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/JenWebsiteNight.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Jennifer Sim</h4>
<h5 class="color-primary uppercase">Audiologist</h5>
<p>
Jen grew up in Australia, qualified as an Audiologist in 1995 and has worked in Australia, England and Ireland. Jen worked as the Chief Audiologist at the Mater Misericordiae Hospital before moving to Temple Street Children's University Hospital where she worked as a Senior Audiological Scientist for nearly 9 years. Jen has been working at Berkeley Hearing Centre since 2012.<br/><br/>
Jen is on the council of the Irish Society of Hearing Aid Audiologists and is a member of the Irish Academy of Audiology, Audiology Australia and the International Society of Audiology.
Jen moved to Ireland in 2003 and lives here very happily with her husband and 2 young boys.<br><br>
Secretary: Angela McDonnell Berkeley Hearing Centre 01 8997010 ext.4/ 083 123 4048
</p>
<hr/>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 20px;">
<div class="col-md-12">
<h1 class=" kill-top-margin uppercase">ENT Consultants</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/Colreavy.jpg" class="img-responsive img-center">
</div>
<h4 class="weight-700">Mr. Michael Colreavy</h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Mr. Michael Colreavy specialises in Paediatric and adult ENT care. He is based at both Temple Street Children’s University Hospital and the Mater Misericordiae University Hospital.
<br><br>
Secretary: Laurie Monnelly,
Medical Consulting Rooms, 12 Berkeley Rd, Dublin 7<br>
<i class="im-phone color-primary ae"></i> 089 207 9066<br>
<i class="im-mail color-primary ae"></i><a href="mailto:[email protected]"> [email protected]</a><br>
</p>
<hr/>
</div>
</div>
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/Ms-Rowley.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Ms. Helena Rowley</h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Ms. Helena Rowley specialises in Paediatric and adult ENT care, with a focus on airways. She is based at both Temple Street Children’s University Hospital and the Mater Misericordiae University Hospital.
<br><br>
Secretary: Jacinta O’Connor Consultants Private Clinic, Temple Street Children’s University Hospital<br>
<i class="im-phone color-primary ae"></i> 01 872 5599
</p>
<hr/>
</div>
</div>
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/MohamedAmin.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Mr. Mohamed Amin</h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Following his higher surgical training with the Royal College of Surgeons in Ireland, Mr. Mohamed Amin undertook a Fellowship in Rhinology and anterior skull base surgery in the Royal National Throat Nose and Ear Hospital, University College London. This highly specialized fellowship has allowed Mr. Amin to develop a wide scope of Rhinology practice ranging from nasal allergy to complex endoscopic sinus surgery, sinus tumor surgery and functional and aesthetic septorhinoplasty surgery. Mr. Amin is also based at Temple Street Children's University Hospital and Mater Misericordiae University Hospital.
<br><br>
Secretary: Ashling, Medical Consulting Rooms, 12 Berkeley Rd, Dublin 7<br>
<i class="im-phone color-primary ae"></i> 083 844 2201<br>
<i class="im-mail color-primary ae"></i><a href="mailto:[email protected]"> [email protected]</a><br>
</p>
<hr/>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/Tadhg-O'Dwyer.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Mr. Tadhg O’Dwyer</h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Mr. Tadhg O’Dwyer specialises in Paediatric and adult ENT care, with a particular interest in Head and Neck. He is based at both Temple Street Children’s University Hospital and the Mater Misericordiae University Hospital.
<br><br>
Secretary: Deborah Byrne, Medical Consulting Rooms, 12 Berkeley Rd, Dublin 7<br>
<i class="im-phone color-primary ae"></i> 01 830 7565<br>
<i class="im-mail color-primary ae"></i><a href="mailto:[email protected]"> [email protected]</a><br>
</p>
<hr/>
</div>
</div>
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/Stephen.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Mr. Stephen Kieran </h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Mr. Stephen Kieran specialises in paediatric and adult otology (ear surgery). He is based at both Temple Street Children’s University Hospital and the Mater Misericordiae University Hospital.
<br><br>Secretary: Claire Coote, Mater Private Hospital, 69 Eccles Street<br>
<i class="im-phone color-primary ae"></i> 01 8822622
<br>Secretary: Jacinta O’Connor Consultants Private Clinic, Temple Street Children’s University Hospital<br>
<i class="im-phone color-primary ae"></i> 01 872 5599
</p>
<hr/>
</div>
</div>
<div class="col-md-4">
<!-- Start Member -->
<div class="team-wrapper">
<div class="team-img-wrapper">
<img alt="" src="img/team/TomMoran.png" class="img-responsive img-center">
</div>
<h4 class="weight-700">Mr. Tom Moran</h4>
<h5 class="color-primary uppercase">Consultant Otolaryngologist</h5>
<p>
Mr. Tom Moran specialises in Paediatric and adult ENT care, with a focus on head and neck masses, otology, thyroid, nose and sinus, and salivary glands. He is also based at both Temple Street Children’s University Hospital and the Mater Misericordiae University Hospital.
<br><br>Secretary: Ashling, Medical Consulting Rooms, 12 Berkeley Rd, Dublin 7<br>
<i class="im-phone color-primary ae"></i> 01 899 7010 Ext. 1<br>
<i class="im-phone color-primary ae"></i> 083 844 2201<br>
<i class="im-mail color-primary ae"></i><a href="mailto:[email protected]"> [email protected]</a><br>
</p>
<hr/>
</div>
</div>
</div>
</div>
</div>
<!-- End Slider Team Display -->
</section>
<!-- ======================================== -->
<!-- =========== END TEAM SECTION ============= -->
<!-- ======================================== -->
<!-- ======================================== -->
<!-- =========== START SERVICES SECTION ============= -->
<!-- ======================================== -->
<section id="assessments">
<div class="fullwidth-section" style="background-color: #F5F5F5">
<div class="container">
<div class="row" style="margin-bottom: 40px;">
<div class="col-md-12">
<h1 class=" kill-top-margin uppercase">Assessments</h1>
<h4 class="weight-400">We offer a comprehensive range of diagnostic audiological assessments for all ages in a purpose built setting with very caring and understanding staff. </h4>
</div>
</div>
<!-- START OF ACCORDION AND TABS -->
<div class="row">
<div class="col-md-12">
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#one">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-medkit"></i>Pure Tone Audiometry (PTA)</h5>
</div>
</a>
<div id="one" class="panel-collapse collapse">
<div class="panel-body">
<p>
<h5>Suitable for adults and older children</h5>
This test assesses your hearing sensitivity across a range of frequencies (pitches) which cover those used in speech. It involves sitting in a sound-treated room, listening to sounds via headphones and responding by pressing a button every time you hear a sound.
</a>
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a class="selected" data-parent="#accordion" data-toggle="collapse" href="#two">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-smile-o"></i>
Play Audiometry</h5>
</div>
</a>
<div id="two" class="panel-collapse collapse in">
<div class="panel-body">
<p>
<h5>Suitable for children > 2.5 years</h5>
Similar to PTA, this test assesses your child’s hearing sensitivity across a range of frequencies (pitches) covering those used in speech. Rather than responding by pressing a button, your child will respond using a conditioned play activity, e.g. dropping a block in a tub, placing a ring on a stand.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#five">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-eye"></i>
Visual Reinforcement Audiometry</h5>
</div>
</a>
<div id="five" class="panel-collapse collapse">
<div class="panel-body">
<p>
<h5>Suitable for children aged 7 months – 2.5 years</h5>
During VRA testing, your child will be seated on your lap or on their own in a sound-treated room. Sounds (warble tones, narrow band noise or speech) of varying intensity (volume) are presented from one of two speakers. If a sound is heard by your child, then he or she turns toward the appropriate speaker and is rewarded by a visual stimulus (video image) flashed immediately after the presentation of the sound. A test assistant is seated facing the child to keep their attention forward between each sound.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#six">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-hospital-o"></i>
Impedance Testing</h5>
</div>
</a>
<div id="six" class="panel-collapse collapse">
<div class="panel-body">
<p>
<h5>Suitable for all ages</h5>
This is a quick test used to assess your middle ear. It involves placing small plugs in your ears that record your middle ear pressure. It may include listening to some loud noises for a few minutes in order to measure the reflex of the muscles in the middle ear.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#seven">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-pencil-square-o"></i>
Otoacoustic Emissions</h5>
</div>
</a>
<div id="seven" class="panel-collapse collapse">
<div class="panel-body">
<p>
<h5>Suitable for all ages</h5>
This is a valuable test that assesses your outer hair cell function in the cochlear (hearing organ in the inner ear). It involves listening to a clicking sound or a combination of two tones for a few minutes. The results are recorded using a computer.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#eight">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-rss"></i>
Speech Audiometry</h5>
</div>
</a>
<div id="eight" class="panel-collapse collapse">
<div class="panel-body">
<p>
<h5>Suitable for adults and children</h5>
This is a test that assesses your ability to understand speech using single words. It involves listening to words and repeating what you have heard to the audiologist who records the results. For younger children, rather than repeating the word, they may point to the object (toy/picture) instead.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF ACCORDION AND TABS -->
</div>
</div>
<!-- ================================================= -->
<!-- =========== START TESTIMONIALS SECTION ============= -->
<!-- ================================================= -->
<section id="testimonials">
<div class="fullwidth-section">
<div class="parallax" style="background-image: url('img/doctor_and_patient.jpg')" data-stellar-background-ratio="0.3">
</div>
<div class="img-overlay-solid" style="background-color:rgba(0,0,0,0.5);">
</div>
<div class="container ae" data-animation="rotateInUpLeft">
<div class="row" style="margin-bottom: 40px;">
<div class="col-md-12">
<h1 class=" kill-top-margin uppercase">Testimonials</h1>
</div>
</div>
<div class="row" style="margin-bottom: 20px;">
<div class="col-md-12 text-center">
<div id="carousel" class="carousel slide testimonial-slider">
<ol class="carousel-indicators color-white">
<li class="active" data-slide-to="0" data-target="#carousel">
</li>
<li data-slide-to="1" data-target="#carousel"></li>
</ol>
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="item active color-white">
<p class="color-white">
"I would highly recommend attending Jen at Berkeley Hearing. Jen has a wonderful way about her and is excellent with kids. My son had grommets twice and it was very reassuring to deal with someone who explained everything clearly and in a reassuring manner. It can be a very worrying time for parents and I have no hesitation in recommending Berkeley Hearing because you will get excellent advice and attention"
</p>
<div class="source color-white">
- Maura, mother of a 4 year old
</div>
</div>
<!-- Slide 2 -->
<div class="item color-white">
<p class="color-white">
"I would highly recommend the audiological services at Berkeley Hearing Centre. I found Jen to be extremely friendly, very professional and very accommodating. She has a great way with children. My 3 year old boy had so much fun playing hearing games with Jen as she tested his hearing! In fact just recently he asked if he could return for another hearing test to play the games again!"
</p>
<div class="source color-white">
- Niamh, mother of a 3 year old
</div>
</div>
<!-- Slide 3 -->
<!-- <div class="item color-white">
<p class="color-white">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ac vehicula tortor, vitae lacinia nisi. Mauris ac urna in dolor mollis tincidunt. Nulla eleifend nisl non viverra ornare. In cursus a urna non dapibus. In auctor mattis placerat.
</p>
<div class="source color-white">
- Nicolaus Copernicus
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =============================================== -->
<!-- =========== END TESTIMONIALS SECTION ============= -->
<!-- =============================================== -->
<!-- ======================================== -->
<!-- =========== START FAQ SECTION ============= -->
<!-- ======================================== -->
<section id="faq">
<div class="fullwidth-section" style="background-color: #F5F5F5">
<div class="container">
<div class="row" style="margin-bottom: 40px;">
<div class="col-md-12">
<h1 class=" kill-top-margin uppercase">Frequently Asked Questions</h1>
</div>
</div>
<!-- START OF ACCORDION AND TABS -->
<div class="row">
<div class="col-md-12">
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#fthree">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>How do I make an appointment for a hearing test? Do I need a referral from my GP?</h5>
</div>
</a>
<div id="fthree" class="panel-collapse collapse">
<div class="panel-body">
<p>
Referrals can be made directly by General Practitioners, Public Health Nurses or other Allied Health Professionals. You are also welcome to contact us directly if you are concerned about your’s or someone else’s hearing and we can arrange an appointment.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#ffour">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>How should I prepare for my hearing test?</h5>
</div>
</a>
<div id="ffour" class="panel-collapse collapse">
<div class="panel-body">
<p>
Please ensure that your ears are free of wax before your appointment as a build up of wax may have an effect on the hearing test result. Your GP should be able to check if your ears are clear and remove the wax if necessary.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#ffive">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What to expect during my / my child's audiology appointment?</h5>
</div>
</a>
<div id="ffive" class="panel-collapse collapse">
<div class="panel-body">
<p>
First of all a detailed medical history will be taken. Then various painless and age-appropriate tests will be carried out. Results will be shared and any questions answered. Options of treatment/management will be discussed and the appropriate action can be arranged.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#ffivea">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What happens if I have / my child has a hearing loss?</h5>
</div>
</a>
<div id="ffivea" class="panel-collapse collapse">
<div class="panel-body">
<p>
Some hearing problems can be medically or surgically treated however other may be more permanent requiring the use of hearing aids.
If a hearing loss is found and you are not under the care of an ENT Consultant, we can arrange for you to be seen, often in the same week, by one of the ENT team who will explore any medical aspects of the hearing loss and guide you to other services which may help.
At Berkeley Hearing, we can:<br/>
- monitor your hearing levels<br/>
- provide information and counselling about your hearing loss<br/>
- recommend hearing aids, communication strategies and ways to maximise your existing hearing<br/>
- direct you to other services, e.g. Speech and Language Therapy, Education services as needed <br/>
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#ffiveb">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What is an Audiologist?</h5>
</div>
</a>
<div id="ffiveb" class="panel-collapse collapse">
<div class="panel-body">
<p>
An Audiologist is a healthcare professional qualified to assess, identify and manage the non-medical aspects of hearing loss, tinnitus and balance disorders in adults, children and infants.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#fsix">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What is an Audiogram?</h5>
</div>
</a>
<div id="fsix" class="panel-collapse collapse">
<div class="panel-body">
<p>
An audiogram is a graph used to display of what you can hear. The softest sounds you can hear are called your hearing threshold levels and these are marked on the audiogram. The audiogram shows the type and degree of hearing loss you may have.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#fseven">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What are the different types of hearing loss?</h5>
</div>
</a>
<div id="fseven" class="panel-collapse collapse">
<div class="panel-body">
<p>
<b>Conductive:</b> this can be caused by blockage or damage in the outer and/or middle ear, e.g. often due to a build up of wax in the ear canal or middle ear fluid behind the ear drum. It leads to a reduction in the loudness of sounds; such a blockage can often be treated medically or surgically.<br/>
<b>Sensorineural:</b> this usually results from damage or malfunction of the cochlea (sensory) or the nerve (neural) of the ear. It can be present at or soon after birth (congenital) or acquired later in life. It leads to a loss of loudness as well as a lack of clarity.<br/>
<b>Mixed:</b> results when there is a problem in both the conductive pathway and the sensorineural pathway.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#feight">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>What are the different degrees of hearing loss?</h5>
</div>
</a>
<div id="feight" class="panel-collapse collapse">
<div class="panel-body">
<p>
<em><strong>Mild: 21-45 dB</strong></em><br />
You may have some difficulty hearing soft speech during a conversation but would manage in quiet with clear voices. A hearing aid may assist many hearing problems in this range.<br />
<em><strong>Moderate: 46-60 dB</strong></em><br />
You may have difficulty understanding conversational speech especially in background noise. You are probably noticing that you need to turn up the volume on the TV and radio. Hearing aid/s will assist most hearing difficulties if speech discrimination is good and background noise low.<br />
<em><strong>Moderately severe: 61-75 dB</strong></em><br />
The clarity of speech you hear may be significantly affected. However, with appropriate training a hearing aid should allow conversational speech to be heard in quiet listening.<br />
<em><strong>Severe: 76-90 dB</strong></em><br />
Normal conversational speech is inaudible. A hearing aid will amplify many speech sounds. Yet visual cues will assist in understanding speech.<br />
<em><strong>Profound: 91 dB +</strong></em><br />
There is great inconsistency in the benefit derived from a hearing aid. Some can understand clear speech face to face in places with good auditory conditions when wearing a hearing aid. Others find it impossible.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#fnine">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>Why is my hearing loss expressed as a “degree” of hearing loss rather than as a “percentage”?</h5>
</div>
</a>
<div id="fnine" class="panel-collapse collapse">
<div class="panel-body">
<p>
Decibels (dB) cannot be expressed as a percentage because decibels are not linear units of measurement. Expressing your degree of hearing loss as a percentage is meaningless; using terms such as normal/mild/moderate/severe/profound is appropriate when describing your hearing levels.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<a data-parent="#accordion" data-toggle="collapse" href="#ften">
<div class="panel-heading">
<h5 class="panel-title"><i class="fa-question-circle"></i>My child is too young to wear headphones. How will you test his/her hearing?</h5>
</div>
</a>
<div id="ften" class="panel-collapse collapse">
<div class="panel-body">
<p>
If your child is too young to wear headphones, we will perform the hearing test through loud speakers rather than headphones. This is called “sound field” audiometry. It does not test each separately; if there is a difference in hearing between each ear, sound field audiometry produces an audiogram reflecting the ear with better hearing.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END OF ACCORDION AND TABS -->
</div>
</div>
<!-- ======================================== -->
<!-- =========== START CONTACT SECTION ============= -->
<!-- ======================================== -->
<section id="contact">
<!-- ======================================== -->
<!-- ============= START MAP DISPLAY ============= -->
<!-- ======================================== -->
<div class="fullwidth-section half-padding">
<div class="container">
<div class="row" style="margin-bottom: 20px">
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class=" kill-top-margin uppercase">Find us on the map</h1>
<h4 class="weight-400">Call us, email us or drop in to arrange an appointment!</h4>
</div>
</div>
</div>
<div class="map-wrapper">
<div id="map-canvas">
</div>
</div>
<div class="container">
<div class="row" style="margin-top: 40px;">
<div class="col-md-4">
<div class="icon-feature-horizontal-sm">
<div class="icon">
<i class="im-compass color-primary ae"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700">Visit our Office</h4>
<p>
<strong class="color-primary">Berkeley Hearing Centre</strong><br/>
Medical Consulting Rooms<br/>
12 Berkeley Road<br/>
Dublin 7<br/>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="icon-feature-horizontal-sm">
<div class="icon">
<i class="im-phone color-primary ae"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700">Phone us for a hearing test</h4>
<p>
Tel: 018997010 ext.4<br/>
Mobile: 0831234048
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="icon-feature-horizontal-sm">
<div class="icon">
<i class="im-mail2 color-primary ae"></i>
</div>
<div class="content">
<h4 class="uppercase weight-700">Email us for a hearing test</h4>
<a href="mailto:[email protected]">[email protected]</a><br/>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ======================================== -->
<!-- ================ END MAP DISPLAY =========== -->
<!-- ======================================== -->
</section>
<!-- ======================================== -->
<!-- =========== END CONTACT SECTION ============= -->
<!-- ======================================== -->
<!-- ================================================== -->
<!-- =============== START FOOTER SECTION ================ -->
<!-- ================================================== -->
<div class="footer">
<div class="container">
<div class="row text-center">
<div class="col-md-6 text-left">
Copyright ©2014 Berkeley Hearing
</div>
</div>
</div>
</div>
<!-- ======================================== -->
<!-- =============== END FOOTER ============== -->
<!-- ======================================== -->
<!-- ================================================== -->
<!-- ============= START SCROLL TO TOP SCRIPT ============= -->
<!-- ================================================== -->
<div class="scrollup">
<a class="scrolltotop" href="#"><i class="fa fa-angle-double-up"></i></a>
</div>
<!-- ================================================== -->
<!-- ============== END SCROLL TO TOP SCRIPT ============== -->
<!-- ================================================== -->
<!-- ===================================== -->
<!-- ========== START JQUERY SCRIPTS ========== -->
<!-- ===================================== -->
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/stellar.js"></script>
<script type="text/javascript" src="js/counter.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.superslides.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/animation-engine.js"></script>
<script type="text/javascript" src="js/validation.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAFX1wbQxLtwbM_gfcnB4vqsKBQYEXsfV4"></script>
<script type="text/javascript" src="js/google.map-settings.js"></script>
<script type="text/javascript" src="js/style-switcher.js"></script>
<script type="text/javascript" src="js/theme-scripts.js"></script>
<!-- ==================================== -->
<!-- ========== END JQUERY SCRIPTS ========== -->
<!-- ==================================== -->
</body>
</html>