-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
354 lines (263 loc) · 20.9 KB
/
video.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
<!DOCTYPE html>
<html>
<title>Buddhistischer Vihara - Schneverdingen</title>
<meta charset="UTF-16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-light-green.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-khaki.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-highway.css">
<link rel="stylesheet" href="./custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body id="myPage">
<!-- Image Header -->
<div class="w3-display-container w3-animate-opacity header">
<!--<img src="../img/header_bg_dbh2.png" alt="boat" style="width:100%;">-->
<div class="w3-container w3-display-bottomleft w3-margin-bottom">
<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-xlarge w3-theme w3-highway-blue w3-hover-white" title="Motto">Mögen alle Wesen glücklich sein!</button>
</div>
</div>
<!-- Modal -->
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4 w3-animate-top">
<header class="w3-container w3-highway-blue w3-display-container">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-highway-blue w3-display-topright"><i class="fa fa-remove"></i></span>
<h4>Mögen alle Wesen glücklich sein!
</h4>
<h5><i class="fa fa-smile-o">Das ist unsere Motto</i></h5>
</header>
<div class="w3-container">
</div>
<footer class="w3-container w3-highway-blue">
<p></p>
</footer>
</div>
</div>
<!-- Sidebar on click -->
<nav class="w3-sidebar w3-bar-block w3-white w3-card w3-animate-left w3-xxlarge" style="display:none;z-index:2" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-display-topright w3-text-teal">Close
<i class="fa fa-remove"></i>
</a>
<a href="./archiv.html" class="w3-bar-item w3-button">Archiv</a>
<a href="./video.html" class="w3-bar-item w3-button">Video</a>
<a href="./spenden.html" class="w3-bar-item w3-button">Spenden</a>
<a href="./mitgliedschaft.html" class="w3-bar-item w3-button">Mitgliedschaft</a>
<a href="./kontakt.html" class="w3-bar-item w3-button">Kontakt</a>
</nav>
<!-- Navbar -->
<div class="w3-bar w3-theme-d2 w3-left-align rwi-sticky">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-hover-white w3-theme-d2" href="javascript:void(0);" onclick="openNav()"><i class="fa fa-bars"></i></a>
<a href="index.html#" class="w3-bar-item w3-button "><i class="fa fa-home w3-margin-right"></i>Home</a>
<a href="ankuendigungen.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Ankündigungen</a>
<a href="moenche.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Mönche</a>
<a href="angebote.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Angebote</a>
<a href="archiv.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Archiv</a>
<a href="audio.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Audio</a>
<a href="video.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white w3-highway-blue "> Video</a>
<a href="geschichte.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Geschichte</a>
<a href="verein.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Verein</a>
<a href="spenden.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Spenden</a>
<a href="mitgliedschaft.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Mitgliedschaft</a>
<a href="kontakt.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white "> Kontakt</a>
<a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-teal" title="Search"><i class="fa fa-search"></i></a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-theme-d2 w3-hide w3-hide-large w3-hide-medium">
<a href="ankuendigungen.html" class="w3-bar-item w3-button">Ankündigungen</a>
<a href="moenche.html" class="w3-bar-item w3-button">Mönche</a>
<a href="angebote.html" class="w3-bar-item w3-button">Angebote</a>
<a href="archiv.html" class="w3-bar-item w3-button">Archiv</a>
<a href="audio.html" class="w3-bar-item w3-button">Audio</a>
<a href="video.html" class="w3-bar-item w3-button">Video</a>
<a href="geschichte.html" class="w3-bar-item w3-button">Geschichte</a>
<a href="verein.html" class="w3-bar-item w3-button">Verein</a>
<a href="spenden.html" class="w3-bar-item w3-button">Spenden</a>
<a href="mitgliedschaft.html" class="w3-bar-item w3-button">Mitgliedschaft</a>
<a href="kontakt.html" class="w3-bar-item w3-button">Kontakt</a>
<a href="#" class="w3-bar-item w3-button">Search</a>
</div>
<!-- header text starts -->
<div class="w3-container w3-highway-blue">
<h1> Video </h1>
</div>
<!-- header text ends-->
<div class="w3-center w3-theme-l1">
<!-- static verlinkung startet -->
<button onclick="accordFn('vid1024')" class="w3-button w3-block w3-left-align">2021-06-14 - රෝම ධර්ම දේශනා මාලාව - අංක 31</button>
<div id="vid1024" class="w3-container w3-card w3-hide w3-highway-blue w3-show">
<p><iframe width="300px" src="https://www.youtube.com/embed/k39DPA4YW6Y" title="රෝම ධර්ම දේශනා මාලාව - අංක 31" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</p>
<p>රෝමයේ ශාක්යමුනි විහාරය මගින් සෑම ඉරු දිනකම රාත්රී 8.00 පවත්වනු ලබන ධර්ම දේශනා මාලාවේ 31 වෙනි ධර්මානුශාසනාව.
<p>ජර්මනියේ ශ්රි ලංකා පූජ්යපාද රත්මලේ පුඤ්ඤරතන නාහිමිපාණන් වහන්සේ - 2021.6.14 දින</p>
</div>
<!-- static verlinkung endet -->
<button onclick="accordFn('vid1')" class="w3-button w3-block w3-left-align">2022-10-11 - Kathina Fest - 9 Oktober 2022</button>
<div id="vid1" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/6iVxa0ySMfY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>9 Oktober 2022 in Schneverdingen, Deutschland.</p>
</div>
<button onclick="accordFn('vid2')" class="w3-button w3-block w3-left-align">2022-10-11 - පිරිත් සඡ්ඣායනය | කඨින පිංකම 2022 | ශ්රී ලංකා මහා විහාරය, ජර්මනිය</button>
<div id="vid2" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/S-s9gMF1DdY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>1) මහා මංගල සූත්රය 2) රතන සූත්රය 3) කරණිය මෙත්ත සූත්රය 4) දම්සක් පැවතුම් ...</p>
</div>
<button onclick="accordFn('vid3')" class="w3-button w3-block w3-left-align">2022-01-24 - Kathina Fest - 31 Oktober 2021</button>
<div id="vid3" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/VTKiA4NvPiU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Liebe Mitglieder, Freunde und Besucher des Buddhistischen Maha Vihara, wie geplant konnten wir unsere diesjährige ...</p>
</div>
<button onclick="accordFn('vid4')" class="w3-button w3-block w3-left-align">2021-05-25 - වෙසක් ධර්ම දේශනාව - සත් වගට සෙත් සදන මුනි දහම</button>
<div id="vid4" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/nbeUuCLfgV0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>පූජ්ය රත්මලේ පුඤ්ඤරතන නාහිමි ජර්මනියේ ශ්රී ලංකා මහා විහාරය 2021.5.23.</p>
</div>
<button onclick="accordFn('vid5')" class="w3-button w3-block w3-left-align">2021-05-03 - විතක්කසණ්ඨාන සූත්රය ඇසුරෙන් කළ ධර්ම දේශණාව | පූජ්ය රත්මලේ පුඤ්ඤරතන නාහිමි | 2021.5.2</button>
<div id="vid5" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/CFais0KSIuo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>2021.5.2 දින ජර්මනියේ ශ්රී ලංකා මහා විහාරයේදී අපගේ පූජ්ය රත්මලේ ...</p>
</div>
<button onclick="accordFn('vid8')" class="w3-button w3-block w3-left-align">2020-12-23 - Entspannende Meditation im liegen</button>
<div id="vid8" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/BRqQeVv-RlE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Entspannende Meditation im liegen angeleitet von Bhante Rathmale Punnaratana am 23.12.2020 Herausgeber : Buddhistischer ...</p>
</div>
<button onclick="accordFn('vid9')" class="w3-button w3-block w3-left-align">2020-12-21 - Dhamma Gespräch und Meditation mit ehrwürdige Bhante Rathmale Punnaratana Thero | 20.12.2020</button>
<div id="vid9" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/xhsWVzQbnRo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Bhante Rathmale Punnaratana Thero Aufnahme der Dhammagespräch und Meditation am Sonntag, den 20.12.2020 ...</p>
</div>
<button onclick="accordFn('vid10')" class="w3-button w3-block w3-left-align">2020-12-21 - මෛත්රී භාවනාව සහ අනුශාසනාව | 2020.12.20 දින | ශ්රී ලංකා මහා විහාරය, ජර්මනිය</button>
<div id="vid10" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/JQeg-Ap-ywY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>පුජ්යපාද රත්මලේ පුඤ්ඤරතන නාහිමියන් විසින් මෙහෙයවනු ලැබූ මෛත්රී ...</p>
</div>
<button onclick="accordFn('vid11')" class="w3-button w3-block w3-left-align">2020-12-21 - Die Ordination von Ehrw. Tisaranee in der Theravada Tradition | 23.3.2019</button>
<div id="vid11" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/_UaWByU3eMg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Ordination von Ehrw. Tisaranee in der Theravada Tradition ☸️ Ehrw. Tisaranee (Hanna) nahm 1997 Zuflucht in der Mahayana ...</p>
</div>
<button onclick="accordFn('vid12')" class="w3-button w3-block w3-left-align">2020-11-23 - භාවනා වැඩසටහන | පූජ්යපාද ආචාර්ය රත්මලේ පුඤ්ඤරතන නාහිමි | ශ්රී ලංකා මහා විහාරය । ජර්මනිය</button>
<div id="vid12" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/719xLbdsqK4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>පූජ්යපාද අචාර්ය රත්මලේ පුඤ්ඤරතන නාහිමියන් විසින් 22-11-2020 දින මෙහෙය ...</p>
</div>
<button onclick="accordFn('vid13')" class="w3-button w3-block w3-left-align">2020-11-23 - Dhamma Gespräch und Meditation mit ehrwürdige Bhante Dr. Rathmale Punnaratana Thero | 22.11.2020</button>
<div id="vid13" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/bepwwI4N_nw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Veröffentlicht am 23 Nov 2020 Bhante Dr. Rathmale Punnaratana Thero ...</p>
</div>
<button onclick="accordFn('vid14')" class="w3-button w3-block w3-left-align">2020-09-08 - Dhamma Gespräch und Meditation mit Bhante Dr Seelawansa Wijayarajapura Maha Thero | 6.9.2020</button>
<div id="vid14" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/qdFUmEE5G58" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Bhante Dr. Seelawansa Maha Thero Aufnahme der Dhammagespräch und Meditation am Sonntag, den 6.9.2020. Herausgeber ...</p>
</div>
<button onclick="accordFn('vid15')" class="w3-button w3-block w3-left-align">2020-07-06 - වස් ආරාධනය | ඇසල පොහොය 2020 | ශ්රී ලංකා මහා විහාරය, ඡර්මනිය</button>
<div id="vid15" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/2_8NdnisOis" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Schneverdingen, Germany | 5.7.2020.</p>
</div>
<button onclick="accordFn('vid16')" class="w3-button w3-block w3-left-align">2020-07-05 - දම්සක් පැවතුම් සූත්ර දේශනාව | ඇසල පොහොය 2020</button>
<div id="vid16" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/OfdHuyfUQ6Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Schneverdingen, Germany. 5.7.2020.</p>
</div>
<button onclick="accordFn('vid17')" class="w3-button w3-block w3-left-align">2020-06-08 - Poson Fest 2020</button>
<div id="vid17" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/aG0evzwMrLs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p></p>
</div>
<button onclick="accordFn('vid18')" class="w3-button w3-block w3-left-align">2020-05-11 - Rathana Sutta 10.5.2020 - Deutsch</button>
<div id="vid18" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/0cVsGRlZfwo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p></p>
</div>
<button onclick="accordFn('vid19')" class="w3-button w3-block w3-left-align">2020-05-09 - Rathana Sutta 9.5.2020 - Deutsch</button>
<div id="vid19" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/sgDugxfjmgg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p></p>
</div>
<button onclick="accordFn('vid20')" class="w3-button w3-block w3-left-align">2020-05-07 - Nachricht zum Vesak Fest 2020</button>
<div id="vid20" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/BUI4YihPM24" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Liebe Freunde, Für die buddhistische Weltgemeinschaft ist das wichtigste und edelste Ereignis des Jahres die Feier der Geburt, ...</p>
</div>
<button onclick="accordFn('vid21')" class="w3-button w3-block w3-left-align">2019-05-18 - Vesak Fest 2019 ☸️</button>
<div id="vid21" class="w3-container w3-card w3-hide w3-highway-blue">
<p><iframe width="300px" src="https://www.youtube.com/embed/Vd6QZbZXpDo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p>Vesak Fest am 12.5.2019 Eröffnung der offiziellen Feierlichkeit: • Begrüßung durch Bhante Dr. Punnaratana • Ansprache von ...</p>
</div>
</div>
<script>
function accordFn(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-theme-d1 w3-center">
<h4>Uns folgen</h4>
<a class="w3-button w3-large w3-highway-blue" href="https://www.facebook.com/buddhistischermahavihara" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="w3-button w3-large w3-highway-blue" href="https://www.google.com/maps/place/Buddhistischer+Maha+Vihara+e.V./@53.1144087,9.7942972,14z/data=!4m15!1m9!4m8!1m0!1m6!1m2!1s0x47b1b1cd1fc24295:0xf5da7237e6e79d1f!2sBuddhistischer+Maha+Vihara+e.V.,+Bockheberer+Weg+1,+29640+Schneverdingen,+Germany!2m2!1d9.79999!2d53.11536!3m4!1s0x0:0xf5da7237e6e79d1f!8m2!3d53.11536!4d9.79999?hl=de-DE" title="Google"><i class="fa fa-google-plus"></i></a>
<a class="w3-button w3-large w3-highway-blue" href="https://www.instagram.com/buddhistischervihara/" title="Instagram"><i class="fa fa-instagram"></i></a>
<a class="w3-button w3-large w3-highway-blue w3-hide-small" href="https://www.youtube.com/channel/UCScmRYHwItAiwy3ON16LvZg" target="_blank" title="YouTube"><i class="fa fa-youtube"></i></a>
<p> Letzte aktualisierung : 30.12.2022 12:31:59</p>
<div align="center">© 2014-2021 Alle Rechte vorbehalten – Buddhistischer Maha Vihara e.V. Schneverdingen</div>
<div>
<p>
<a href="./datenschutz_impressum.html" target="_blank">Datenschutz und Impressum</a>
</p>
</div>
<!-- <p>Powered by Template::Toolkit and <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>-->
<div style="position:relative;bottom:100px;z-index:1;" class="w3-tooltip w3-right">
<span class="w3-text w3-padding w3-highway-blue w3-hide-small">nach oben</span>
<a class="w3-button w3-theme" href="#myPage"><span class="w3-xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
<script>
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>