/*!
 *
 *	tiszatv.hu főbb függvényei
 *	jQuery alapú
 *	Készítette: Müller Árpád
 *	Copyright 2011 www.dreambit.hu
 *
*/

$(document).ready(function(){$('a').each(function(){$(this).attr({href:$(this).attr('href').replace('[kuki]','@').replace('[pont]','.')});$(this).html($(this).html().replace('[kuki]','@').replace('[pont]','.'))});var anim_url;$('.anim').hover(function(){anim_url=$(this).attr("src");$(this).attr("src",anim_url.replace("jpg","gif"))},function(){$(this).attr("src",anim_url)});var vids_url;var bigger=false;$('.tanim').hover(function(){vids_url=$(this).attr("src");if(bigger==false){bigger=true;$(this).parent().parent(".vid").animate({height:150},200);if($(this).attr('id')=='tanim'){$("#arc_container").animate({top:-85},200)}$(this).animate({width:180,height:144,marginRight:20,},200,function(){bigger=false});$(this).attr("src",vids_url.replace("jpg","gif"))}},function(){$(this).parent().parent(".vid").animate({height:65,},200);if($(this).attr('id')=='tanim'){$("#arc_container").animate({top:0,},200)}$(this).animate({width:75,height:60,marginRight:10,},200);$(this).attr("src",vids_url)});$('.phperror').hide();var tartalom='';$('.phperror').each(function(index){if(index>0){tartalom+="\n"}tartalom+=$(this).html()});if(tartalom!=''){jAlert(tartalom,'Gépház üzen')}if($('#cleditor').length==1){$("#cleditor").cleditor({width:684,height:200,useCSS:true})[0].focus()}if($('#media').length==1){var anim=false;$("#arc_next").click(function(){var pos=$("#arc_container").css("left");if(pos!='-920px'&&anim==false){anim=true;$("#arc_container").animate({left:'-=230'},1000,function(){anim=false})}else{}});$("#arc_prev").click(function(){var pos=$("#arc_container").css("left");if(pos!='0px'&&anim==false){anim=true;$("#arc_container").animate({left:'+=230'},1000,function(){anim=false})}else{}});$("#asrc").click(function(){$("#arc_container").animate({top:'250px'},500);$("#arc_search").animate({top:'0px'},500);$("#avid").parent("li").removeClass("active");$("#asrc").parent("li").removeClass("active");$(this).parent("li").addClass("active")});$("#avid").click(function(){$("#arc_search").animate({top:'-250px'},500);$("#arc_container").animate({top:'0px'},500);$("#avid").parent("li").removeClass("active");$("#asrc").parent("li").removeClass("active");$(this).parent("li").addClass("active")})}if($('#onlineplayer').length==1){flowplayer("onlineplayer","media/flowplayer-3.2.7.swf",{playlist:[{url:'style/onlinetv.jpg',scaling:'orig'},{url:'http://www.tiszatv.hu:443/tiszatv.f4v',autoPlay:false,autoBuffer:true,scaling:'orig'}]})}if($('#flow').length==1){flowplayer("flow","media/flowplayer-3.2.7.swf",{clip:{autoPlay:false,autoBuffering:true,scaling:'orig'}})}var dranim=false;$("#footer").hover(function(){if(dranim==false){dranim=true;$('#dreambit_felirat').animate({width:160,height:50,top:0,left:0},300,function(){dranim=false});$('#dreambit_arnyek').animate({width:120,height:38,top:6,left:20},300)}},function(){$('#dreambit_arnyek').animate({width:160,height:50,top:0,left:0},300);$('#dreambit_felirat').animate({width:120,height:38,top:6,left:20},300)})});function cAlert(head,text,location){jAlert(text,head,function(){window.location=location})}function cDelete(title,text,url){jConfirm(text,title,function(r){if(r)location.href=url})}$(this).bind("contextmenu",function(e){var info='<center><a href="http://www.dreambit.hu" target="_blank">www.dreambit.hu</a> &copy; Tempo Bit Kft.</center>';e.preventDefault();info+='<br/>'+navigator.userAgent.toLowerCase();jAlert(info,'Gépház üzen')});
