var displayQCalendar=function(h,e){var cel=$("calendarcel");var ajax=new Request.HTML({url:"calendar.php",update:cel,method:"get",onComplete:function(){kioszttip();kiosztacc()}});var img=new Element("img",{src:"kepek/loader.gif",style:"display:inline",width:"10"}).inject("evhoc","bottom");ajax.get({y:e,m:h})};var kioszttip=function(){var customTips=$$(".tooltip");if(Browser.Engine.version==6&&Browser.Engine.trident==true){var toolTipsi=new Tips2(customTips,{fixed:true,offsets:{x:0,y:0},onShow:function(toolTipElement){toolTipElement.fade(0.9)},onHide:function(toolTipElement){toolTipElement.fade(0)}})}else{var toolTips=new Tips2(customTips,{fixed:true,offsets:{x:-26,y:14},onShow:function(toolTipElement){toolTipElement.fade(0.9)},onHide:function(toolTipElement){toolTipElement.fade(0)}})}};window.addEvent("domready",function(){kioszttip()});
