ΠΩΣ ΒΑΖΩ ΠΤΥΣΟΜΕΝΟ WIDGET (FLOATING WIDGET)

  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
<style>
#floatwidget {display:block}
#box {background:#173377;border:2px solid #00FF00;height:300px;width:100%;overflow:auto;margin:0;padding:5px;color:#FFF; font:13px Arial;display:none;}
.floatbox {position:relative;cursor:pointer;padding:5px;background:#333;border:2px solid #FF4500;color:#FFF;font:13px Arial;text-align:center;border-radius:5px;}
.floatbox:hover {color:#FFFF00}
.floatbox:after {content:'';position:absolute;display:block;}
</style>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('.floatbox').click(function() {
$('#box').slideToggle('slow');
$('.floatbox span.in').toggle();});});
</script>

<div id="floatwidget">
<div id="box">
<a href="http://live24.gr/radio/generic.jsp?sid=1361"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#760991; color:#FFFFFF;  font: 14px Arial;">87,5</button></a>

<a href="http://www.e-radio.gr/player/player.asp?sid=88"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">87,7</button></a>

<a href="http://www.e-radio.gr/player/player.asp?sid=431"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">88,0</button></a>

<a href="http://live24.gr/radio/vfm883"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">88,3</button></a>

<a href="http://live24.gr/radio/johngreek.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">88,6</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1414"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">89,2</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1311"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=750, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#803903; color:#FFFFFF;  font: 14px Arial;">89,5</button></a>

<a href="http://live24.gr/radio/dromos.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">89,8</button></a>

<a href="http://www.e-radio.gr/player/player.asp?sid=280"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">90,1</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1312"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">90,2</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1419"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF6600; color:#000000;  font: 14px Arial;">90,9</button></a>

<a href=" http://live24.gr/radio/generic.jsp?sid=1314"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#661111; color:#FFFFFF;  font: 14px Arial;">91,2</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1590"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">91,8</button></a> 

<a href="http://live24.gr/radio/galaxy.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">92,0</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1316"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">92,3</button></a> 

<a href="http://live24.gr/radio/bestradio"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">92,6</button></a> 

<a href="http://live24.gr/radio/kissfm.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">92,9</button></a> 

<a href="http://live24.gr/radio/happy.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">93,2</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1319"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">93,6</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1351"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">93,8</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1320"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF6600; color:#000000;  font: 14px Arial;">94,0</button></a>

<a href="http://live24.gr/radio/sportfm.jsp?ref=live24"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FFFFFF; color:#FF1111;  font: 14px Arial;">94,6</button></a> 

<a href="http://live24.gr/radio/rythmos.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">94,9</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1322"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">95,2</button></a> 

<a href="http://www.e-radio.gr/player/player.asp?sid=2039"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">95,8</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1323"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">96,0</button></a> 

<a href="http://www.e-radio.gr/player/player.asp?sid=102"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">96,3</button></a> 

<a href="http://live24.gr/radio/difono"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">96,6</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1326"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#661111; color:#FFFFFF;  font: 14px Arial;">96,9</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1327"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">97,2</button></a> 

<a href="http://live24.gr/radio/loveradio"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">97,5</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1348"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FF6600; color:#000000;  font: 14px Arial;">97,8</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1329"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">98,4</button></a>

<a href="http://live24.gr/radio/derti.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">98,6</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1331"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#FFFFFF; color:#FF1111;  font: 14px Arial;">98,9</button></a> 

<a href="http://www.e-radio.gr/player/player.asp?sid=83"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">99,2</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1478"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:44px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">99,5</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1334"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">100,3</button></a> 

<a href="http://live24.gr/radio/diesi.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#661111; color:#FFFFFF;  font: 14px Arial;">101,3</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1336"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">101,8</button></a> 

<a href="http://live24.gr/radio/sfera.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">102,2</button></a>

<a href="http://live24.gr/radio/nitro.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">102,5</button></a>

<a href="http://www.onradio.gr/player.php?id=711"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">103,1</button></a> 

<a href="http://live24.gr/radio/sentrafm.jsp"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">103,3</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1337"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">103,7</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1413"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">104,0</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1444"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">104,4</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1466"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">104,6</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1367"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">105,2</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1379"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">105,5</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1596"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">105,6</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1338"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">105,8</button></a>

<a href="http://live24.gr/radio/generic.jsp?sid=1353"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:# FFFFFF; color:#FF1111;  font: 14px Arial;">106,2</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1860"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">106,5</button></a> 

<a href="http://live24.gr/radio/generic.jsp?sid=1700"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">107,4</button></a> 

<a href="http://www.onradio.gr/player.php?id=516990"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:52px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">107,6</button></a>

<a href="http://www.nerit.gr/webtv/live-uni/dt-uni.html"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:60px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">NEPIT</button></a>

<a href="http://webtv.nerit.gr/neritsports-live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:124px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">NEPIT SPORTS</button></a>

<a href="http://www.megatv.com/webtv/default.asp?catid=33880&subid=20763"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:58px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">MEGA</button></a>

<a href="http://www.antenna.gr/webtv/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:55px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">ANT1</button></a>

<a href="http://www.alphatv.gr/webtv/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:65px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">ALPHA</button></a>

<a href="http://www.skai.gr/player/tvlive"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:56px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">SKAI</button></a>

<a href="http://www.star.gr/tv/el/Pages/LiveVideo.aspx"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:60px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">STAR</button></a>

<a href="http://www.extra3.tv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:78px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">EXTRA-3</button></a>

<a href="http://live24.gr/webtv/kontrachannel"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:78px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">KONTRA</button></a>

<a href="http://www.blueskytv.gr/live-tv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:84px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">BLUE SKY</button></a>

<a href="http://www.epsilontv.gr/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:84px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">EPSILON</button></a>

<a href="http://www.maktv.gr/Live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:99px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">ΜΑΚΕΔΟΝΙΑ</button></a>

<a href="http://www.livestream.com/channel9gr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:99px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">CHANNEL 9</button></a>

<a href="http://www.cybc.com.cy/index.php/tv?id=90"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:48px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">RIK</button></a>

<a href="http://parltv.live.grnet.gr/webtv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:65px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;"> ΒΟΥΛΗ</button></a>

<a href="http://www.tilesport.tv/index_live.php"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:106px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">TΗΛΕ SPORT</button></a>

<a href="http://www.zoomtv.gr/"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:62px; height:28px; background:#661111; color:#FFFFFF;  font: 14px Arial;">ZOOM</button></a>

<a href="http://www.arttv.info" target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:45px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">APT</button></a>

<a href="http://www.livestream.com/sbcgr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:45px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">SBC</button></a>

<a href="https://api.dmcloud.net/player/embed/52efc1ea94a6f6062e60ad33/52f014e506361d2fbfcaf470?auth=1713525175-32-i314dfla-8af7d0c201465e7981b978f5502fac87-eJxLTrZNLwIABXcB3Q==&preset=52efc3e894a6f607a8ca8f65&autoplay=1"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:89px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">ACTION 24</button></a>

<a href="http://www.egnatia.tv/node/53"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:105px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">EGNATIA TV</button></a>

<a href="http://www.diontv.gr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:74px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">DION TV</button></a>

<a href="http://www.fm100.gr/media/index.php?option=com_content&view=article&id=56&Itemid=57"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:68px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">TV-100</button></a>

<a href="http://www.cretetv.gr/live-stream"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:85px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">ΚΡΗΤΗ TV</button></a>
<a href="http://www.neatv.gr/el/webtv.php"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:118px; height:28px; background:#661111; color:#FFFFFF;  font: 14px Arial;">NEA KPHTH TV</button></a>

<a href="http://www.tvcreta.gr/index.php?module=menu2&cat1_id=7&cat2_id=36"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:95px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">CRETA TV</button></a>

<a href="http://www.livenews.com.cy/cgibin/hweb?-A=5&-V=livestreaming"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:125px; height:28px; background:#803503; color:#FFFFFF;  font: 14px Arial;">MEGA KΥΠΡΟΥ</button></a>

<a href="http://www.ant1iwo.com/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:120px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">ΑΝΤ1 KΥΠΡΟΥ</button></a>

<a href="http://achaianews.listen2myradio.com"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:140px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">ACHAIA NEWS TV</button></a>

<a href="http://www.dailymotion.com/embed/video/xqjey2"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:109px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">STAR ΛΑΜΙΑΣ</button></a>

<a href="http://www.zougla.gr/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:105px; height:28px; background:#FF6600; color:#000000;  font: 14px Arial;">ZOUGLA TV</button></a>

<a href="http://www.livestream.com/epirustv1live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:108px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">ΗΠΕΙΡΟΣ TV</button></a>

<a href="http://ioniantv.gr/web-tv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:95px; height:28px; background:#FF1111; color:#FFFFFF;  font: 14px Arial;">IONIAN TV</button></a>


<a href="http://www.deltatv.gr/v3/live"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:155px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">ΔΕΛΤΑ TV ΘΡΑΚΗΣ</button></a>

<a href="http://www.acheloostv.gr/online/acheloostvlive.html"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:105px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">ΑΧEΛΩΟΣ ΤV</button></a>

<a href="http://www.astratv.gr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:85px; height:28px; background:#333333; color:#FFFFFF;  font: 14px Arial;">ASTRA TV</button></a>

<a href="http://www.trttv.com/liveplayer.php"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:68px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">TRT TV</button></a>

<a href="http://www.livestream.com/aigaiotv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:95px; height:28px; background:#115595; color:#FFFFFF;  font: 14px Arial;">AGAION TV</button></a>

<a href=" http://www.corfutv.gr/index.php?option=com_content&view=article&id=3583&Itemid=609"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:95px; height:28px; background:#207907; color:#FFFFFF;  font: 14px Arial;">CORFU TV</button></a>

<a href="http://www.westchannel.gr/livetv"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:132px; height:28px; background:#FF6600; color:#FFFFFF;  font: 14px Arial;">WEST CHANNEL</button></a>

<a href="http://pluswebtv.gr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:125px; height:28px; background:#FFFF00; color:#000000;  font: 14px Arial;">PLUS WEB TV</button></a>

<a href="http://www.tv4e.gr/livestreaming.php"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:55px; height:28px; background:#33FFFF; color:#000000;  font: 14px Arial;">4E TV</button></a>

<a href="http://www.tvmitilini.gr/tv-mitilini/live-tv-mitilini"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:115px; height:28px; background:#4EFF44; color:#000000;  font: 14px Arial;">ΜΥΤΙΛΗΝΗ TV</button></a>

<a href="http://www.livestream.com/stylegr"  target="_blank" onclick="window.open(this.href, 'popupwindow', 'width=1000, height=500, resizable=no, scrollbars=yes, menubar=no, toolbar=no, status=no'); return false;">
<button style="width:85px; height:28px; background:#740777; color:#FFFFFF;  font: 14px Arial;">STYLE TV</button></a>
</div>
<div class="floatbox">
<span class="in">OPEN RADIO & TV BUTTONS ▼</span>
<span class="in" style="display:none;">CLOSE RADIO & TV BUTTONS ▲</span>
</div>
</div>