ΠΡΟΓΡΑΜΜΑΤΙΣΜΕΝΟΙ ΑΓΩΝΕΣ January 2022 Δευ Τρι Τετ Πεμ Παρ Σαβ Κυρ 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 <script type="text/javascript"> (function($){ var icmouse = 'click'; var mouseout = '1'; var icclasstip = '.icevent a'; var icclass = '.iccalendar'; var position = 'center'; var posmiddle = 'top'; var modid = '192'; var modidid = '#192'; var icagendabtn = '.icagendabtn_192'; var mod_iccalendar = '#mod_iccalendar_192'; var template = '.default'; var loading = 'loading...'; var closetxt = 'Close'; var tip_type = '1'; var tipwidth = 390; var smallwidththreshold = 481; var verticaloffset = 50; var css_position = ''; var mobile_min_width = 320; var extra_css = ''; $(document).on('click touchend', icagendabtn, function(e){ e.preventDefault(); url=$(this).attr('href'); $(modidid).html('' + loading + '').load(url + ' ' + mod_iccalendar, function(){$('#mod_iccalendar_192').highlightToday();}); }); if (tip_type=='2') { $(document).on(icmouse, this, function(e){ e.preventDefault(); $(".iCaTip").tipTip({maxWidth: "400", defaultPosition: "top", edgeOffset: 1, activation:"hover", keepAlive: true}); }); } if (tip_type=='1') { $view_width=$(window).width(); if($view_width