﻿var c=48;var h;var t;var s;
$(document).ready(function(){
try{
h=$('#viddesc').height();
s=h/20;
$('#viddesc').css("max-height",c+"px");
}catch(e){}
try{
$('.ml').each(function(){
var m = $(this).html();
m = m.replace(" [ (at) ] ","@");
m = '<a href="mailto:'+m+'">'+m+'</a>'
$(this).html(m);});
}catch(e){}
$('#setbtn').click(function(){
if ($('#setting:visible').length==0) {
$('#setting').slideDown(700);
}else{
$('#setting').slideUp(700);}});
$('#sethq').click(function(){setjC("h");});
$('#setlq').click(function(){setjC("l");});
$('#ctl00_Rbar_radioQ_0').click(function(){setjC("h");});
$('#ctl00_Rbar_radioQ_1').click(function(){setjC("l");});
$('#ctl00_Rbar_radioAuto_0').click(function(){setC("false");});
$('#ctl00_Rbar_radioAuto_1').click(function(){setC("true");});
});
function col(){
var hf =$('#viddesc').height();
if (hf>=h){
$('#viddesc').css("max-height","48px");
$('#colbtn').removeClass('colopen').html('ادامه مطلب');
c=48;
$('.share').hide();
}else{
if (c<h){
t=setTimeout("col()",1);
}else{
clearTimeout(t);
$('#colbtn').addClass('colopen').html('بستن');
$('.share').show();
}$('#viddesc').css("max-height",c+"px");c=c+s;}}
function checksearch(t){
var def = 'جستجو ...';
if(t==""){$('#ctl00_srch').val(def);}
if(t==def){$('#ctl00_srch').val('');}}
function setjC(t){$.cookie('vq',t,{expires:999,path:'/'});window.location = window.location.href;}
function setC(t){$.cookie('ap',t,{expires:999,path:'/'});}