

function ucalClose() {
  
   ucal_isclosing=1;
   var mye;
   if ((mye = document.getElementById("ucal_pop")) == null) reutrn ;

   ucal_cpwidth = 270;
   ucal_cpheight = 150;
   ucal_timer = setInterval("ucalAnimateClose()",10);

   ucal_isopen=0;
}
function ucalAnimateClose() {
   ucal_cpwidth -= 20;
   ucal_cpheight -= 10;

   if (ucal_cpwidth <= 0) { clearInterval(ucal_timer); ucal_timer=0; }

   if ((mye = document.getElementById("ucal_pop")) == null) return;
   if (ucal_timer==0) { 
      mye.style.visibility = "hidden";
	  mye.style.display = "none";
      mye.style.width = "auto";
      mye.style.height = "auto";
   } else {
      mye.style.width = ucal_cpwidth+"px";
      mye.style.height = ucal_cpheight+"px";
   }
   ucal_isclosing=0;
}
function ucalOpen(which) {
   var pname = "ucal_crange";
   var mye1,mye2;
   if ((mye1 = document.getElementById("ucal_pop")) == null) return ;
   if ((mye2 = document.getElementById(pname)) == null) return ;

   var startx = 0;
   var starty = 0;

   for(var p = mye2; p && p.tagName!='BODY'; p = p.offsetParent){
      startx += p.offsetLeft;
      starty += p.offsetTop;
   }


   mye1.style.position = "absolute";
   mye1.style.left = "0px";
   mye1.style.top = "0px";

   mye1.style.width = 0;
   mye1.style.height = 0;
   mye1.style.visibility = "";
   mye1.style.display = "";
   ucal_cpwidth = 0;
   ucal_cpheight = 0;
   ucal_timer = setInterval("ucalAnimateOpen()",20);

   
}
function ucalAnimateOpen() {
   ucal_cpwidth += 10;
   ucal_cpheight += 8;

   if (ucal_cpwidth >= 260) { clearInterval(ucal_timer); ucal_timer=0; }

   if ((mye = document.getElementById("ucal_pop")) == null) return;
   if (ucal_timer!=0){
      mye.style.width = ucal_cpwidth+"px";
      mye.style.height = ucal_cpheight+"px";
   }
}





function openW(){
	window.open("open-new.htm","","height=160,width=426,status=no,toolbar=no,menubar=no,location=no,margin=0,left=550,top=0'");
}
// done hiding -->

if (document.all || document.layers) {
        self.moveTo(0,0);
        self.resizeTo(screen.availWidth,screen.availHeight);
}  

function getCookieVal (offset) { 
	var endstr = document.cookie.indexOf (";", offset); 
	if (endstr == -1) 
	endstr = document.cookie.length; 
	return unescape(document.cookie.substring(offset, endstr)); 
} 

function GetCookie (name) { 
	var arg = name + "="; 
	var alen = arg.length; 
	var clen = document.cookie.length;
		var i = 0; 
	while (i < clen) {
	var j = i + alen; 
	if (document.cookie.substring(i, j) == arg) 
	{
	return getCookieVal (j); 
	}
	i = document.cookie.indexOf(" ", i) + 1; 
	if (i == 0) 
	break; 
	} 
	return null; 
} 

function cookie_load(obj){
obj.className=GetCookie(obj.id);
}

			function checkemail(email){
				var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9])+$/;
				if ( filter.test(email) ){
					return true;
				}else{
					alert("لطفاً پست الكترونيكى خود را بررسى كنيد");
					return false;
				}
			}

			function vote(){
					var jid;
					for (i=0; i<form1.id_vote.length;i++) {
						if(form1.id_vote[i].checked) {
							jid=form1.id_vote[i].value;
							}
						}
					window.open("vote.php?id="+jid+"&catid=4", 'msgWindow', 'left=0, top=0, width=200, height=100, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
					 return false;
				}
				function result()
						{
							window.open("result_vote.php?catid=4", '', 'left=0, top=0, width=500, height=450, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
						}

var objlib="kharegi";							
							
function click_lib(type){
//alert(type);
	eval("kharegi.style.display='none';");
	eval("ashar.style.display='none';");
	eval("feqh.style.display='none';");
	eval("ejtemai.style.display='none';");
	eval("osol.style.display='none';");
	eval("akhlaq.style.display='none';");
	eval("erfan.style.display='none';");
	eval("shoroh.style.display='none';");
	eval("tarjome.style.display='none';");
  if(type != "0"){
        eval(type+".style.display='';");
  }
}						

function elementToggleHide(el) {
var obj;
var expires = new Date(); 
expires.setTime(expires.getTime() + (7*24*60*60*1000)); 
if(el.className.indexOf('Vmenu')== 0 )obj=Vmenucon;
if(el.className.indexOf('Pool')== 0 )obj=Poolcon;
if(el.className.indexOf('Member')== 0 )obj=Membercon;
if(el.className.indexOf('Pic')== 0 )obj=Piccon;
if(el.className.indexOf('Ads')== 0 )obj=Adscon;
if(el.className.indexOf('Mnews')== 0 )obj=Mnewscon;
if(el.className.indexOf('New')== 0 )obj=Newscon;
if(el.className.indexOf('search')== 0 )obj=searchcon;
if(el.className.indexOf('sound')== 0 )obj=soundcon;
if(el.className.indexOf('monasebat')== 0 )obj=monasebat_con;
if(el.className.indexOf('sher')== 0 )obj=sher_con;
if(el.className.indexOf('hadis')== 0 )obj=hadis_con;
if(el.className.indexOf('namaz')== 0 )obj=namaz_con;
if(el.className.indexOf('barg')== 0 )obj=barg_con;
if(el.className.indexOf('news')== 0 )obj=news_con;
if(el.className.indexOf('article')== 0 )obj=article_con;
if(el.className.indexOf('vote')== 0 )obj=vote_con;
if(el.className.indexOf('book')== 0 )obj=book_con;
if(obj.className.indexOf('hidden') == -1) {
    obj.className += ' hidden';
}
else {
    obj.className = obj.className.replace(new RegExp(' ?hidden'), '');
	}
	document.cookie = obj.id + "=" + obj.className + 	"; expires=" + expires.toGMTString();
}
if (document.all || document.layers) {
        self.moveTo(0,0);
        self.resizeTo(screen.availWidth,screen.availHeight);
}
