

<HTML>
 <HEAD>
 <title>سازمان دارالقرآن الکریم</title>
 <meta id="mtaKeyWords" content="سازمان دارالقرآن الکریم الکريم تلاوت آيه حديث قرائت حفظ بصائر قرآني كتابخانه مجازي دار القرآن قرآن نهضت آموزي طرح جامع قرآني كل كشور اخبار جلسات جلسه مديريت اساس كار شورا" name="keywords"></meta>
 <meta id="mtaDescription" content="" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/Isdak/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Isdak/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Isdak/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>


 function findcontrol()
    {

      re = new RegExp(':' + "lblSearch" + '$') //generated control name starts with a colon

      for(i = 0; i < document.forms[0].elements.length; i++) 
      {

        elm = document.forms[0].elements[i]

        

          if (re.test(elm.id)) 
          {
            return elm;
            break;
          }
        
      }
    }
 
 
 function NewsSearch()
  {
    var txtsearch;
    var querytype;
    var obj;
    txtsearch=document.getElementById("txtNewsParam").value;
    
    if (txtsearch=="")
    {
      obj=findcontrol;
      //document.getElementById("ctl00_lblSearch").innerHTML="";
      obj.innerHTML="";
      document.getElementById("tdmessaage").innerText="براي جستجو متني را درج نمائيد";
    }
    else
    {
      querytype=document.getElementById("drwsearch").value ;
      
      window.location.href="/Default.aspx?page=NewsTitle&app=News&q=" + txtsearch + "&qtype=" + querytype ;
      window.parent.Redirector(window.location.href);
    }
    
  }


 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/12495/portal.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_z4dhkb45lyglul55ynllrn55_/documents/document/0/12495/portal.aspx_633627945834218750" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields -->
<style type="text/css">
<!--
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}
-->
</style>
.
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="5"></td>
   </tr>
   <tr>
    <td align="center" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="820" height="140">
     <param name="movie" value="/themes/mainskins/isdok2/images/Header/Header.swf">
     <param name="quality" value="high">
  <param name="menu" value="false">
     <embed src="/themes/mainskins/isdok2/images/Header/Header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="820" menu="false" height="140"></embed>
    </object>
 </td>
   </tr>
   <tr>
    <td><table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">
     <tr>
      <td width="10" height="55"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="55" /></td>
      <td height="55"><table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td width="34" align="right" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/Back-meno/01.jpg" width="34" height="55"></td>
        <td width="300" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><table width="300" border="0" cellspacing="0" cellpadding="0">
          <tr>
           <td id="Theme_tdSearch" width="100%" valign="middle"><span id='4745927'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=Search&page=SearchForm','4745927');//LB</script></td>

          </tr>
        </table></td>
        <td width="10" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="10" height="1"></td>
        <td align="right" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><font face="tahoma" color="#FFFFFF" style="font-size:9px;"><a href="/default.aspx" style="color:#ffffff;">صفحه اصلی</a> :: <a href="/documents/document/0/11650/portal.aspx" style="color:#ffffff;">معرفی سازمان</a> :: <a href="/documents/document/0/11536/portal.aspx" style="color:#ffffff;"> محصولات</a> :: <a href="/documents/document/0/12495/portal.aspx" style="color:#ffffff;"> فروشگاه بصائر</a> :: <a href="/default.aspx?page=Faq&app=Faqs&docId=11411&docParId=0" style="color:#ffffff;">پرسش و پاسخ</a> :: <a href="/default.aspx?page=SiteMap&app=SiteMap" style="color:#ffffff;"> نقشه پایگاه</a> :: <a href="/default.aspx?page=Form&app=Forms&docId=11655&docParId=0" style="color:#ffffff;"> ارتباط با ما </a> </font> </td>
        <td width="34"><img src="/themes/mainskins/isdok2/images/Back-meno/03.jpg" width="34" height="55"></td>
       </tr>
      </table></td>
      <td width="10"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="55" /></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="5"></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td width="45"><img src="/themes/mainskins/isdak/images/spacer.gif" width="45" height="1" /></td>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td width="29"><img src="/themes/mainskins/isdok2/images/Back-Flash/01.jpg" width="29" height="90"></td>
          <td valign="middle" background="/themes/mainskins/isdok2/images/Back-Flash/02.jpg" style="background-repeat:repeat-x"><table width="100%" height="90" border="0" cellpadding="0" cellspacing="0">
            <tr>
             <td width="197" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="197" height="75">
              <param name="movie" value="/themes/mainskins/isdak/swf/nehzat.swf" />
              <param name="quality" value="high" />
    <param name="menu" value="false" />
              <embed src="/themes/mainskins/isdak/swf/nehzat.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="197" menu="false" height="75"></embed>
             </object></td>
             <td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="460" height="75" hspace="0">
              <param name="movie" value="/themes/mainskins/Isdak/swf/shokofaee.swf" />
              <param name="quality" value="High" />
              <param name="menu" value="false" />
              <embed src="/themes/mainskins/Isdak/swf/shokofaee.swf" width="460" height="75" hspace="0" menu="false" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
             </object></td>
             <td width="197" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="197" height="75">
               <param name="movie" value="/themes/mainskins/isdak/swf/tarhjame.swf">
               <param name="quality" value="high">
     <param name="menu" value="false">
               <embed src="/themes/mainskins/isdak/swf/tarhjame.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="197" height="75"></embed>
             </object>
<script language="Javascript" src="ieupdate.js"></script>    </td>
            </tr>
          </table></td>
          <td width="29"><img src="/themes/mainskins/isdok2/images/Back-Flash/03.jpg" width="29" height="90"></td>
         </tr>
        </table></td>
        <td width="45"><img src="/themes/mainskins/isdak/images/spacer.gif" width="45" height="1" /></td>
       </tr>
      </table></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
   </tr>
   <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td width="150" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td width="10"><img src="spacer.gif" width="10" height="1" /></td>
        <td><table width="150" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Ayat-Eshgh.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdAyeh" align="center" style="overflow:auto; width:198px; height:150px;"><span id='2748615'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Ayeh','2748615');//LB</script></div></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center" valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Hadith-Marefat.jpg" width="93" height="25"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdHadith" align="center" style="overflow:auto; width:198px; height:150px;"><span id='8347235'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Hadith','8347235');//LB</script></div></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td background="dot.gif" bgcolor="#074747" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center"></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/jostojo-ghoran.jpg" width="93" height="25"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td id="Theme_tdQuranSearch" align="center" valign="top">
<script language="javascript">
function Language(ddlLanguage)
{
 if(ddlLanguage.value==1)
 {
 document.forms.item(0).Theme_search_ddlTarjome.options[0].text="مكارم شيرازي"
 document.forms.item(0).Theme_search_ddlTarjome.options[1].text="فولادوند"
 }
 else
 {
  document.forms.item(0).Theme_search_ddlTarjome.options[0].text="يوسف علي"
 document.forms.item(0).Theme_search_ddlTarjome.options[1].text="پيكتال"
 }
}

function ShowRow(id){
var oDiv = document.getElementById(id);
 if (oDiv.style.display=='none'){
 oDiv.style.display='block';
 }else{
 oDiv.style.display='none';
 }
}
</script>
<TABLE id="Table1" dir="rtl" style="HEIGHT: 112px" cellSpacing="0" cellPadding="4" width="200"
 border="0">
 <TR>
 <TD colspan="2"><b>جستجو در قرآن:</b></TD>
 </TR>
 <TR>
 <td>متن :</td>
 <TD>&nbsp;<input name="Theme:search:txtSearch" type="text" id="Theme_search_txtSearch" class="textBox" style="width:150px;" /></TD>
 </TR>
 <TR>
 <TD colspan="2" align="center">
  <input type="checkbox" onclick="javascript:ShowRow('trTarjomeh');"> ترجمه 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" onclick="javascript:ShowRow('trTafsit');">
  تفسیر &nbsp;&nbsp;
 </TD>
 </TR>
 <TR id="trTarjomeh" style="DISPLAY:none">
 <TD style="HEIGHT: 17px">مترجم:
 </TD>
 <TD style="HEIGHT: 17px">
  &nbsp;
  <select name="Theme:search:ddlTarjome" id="Theme_search_ddlTarjome" class="textBox" dir="rtl" style="width:150px;">
 <option value="-">-</option>
 <option value="1">مكارم شيرازي</option>
 <option value="2">فولادوند</option>
 <option value="3">يوسف علي</option>
 <option value="4">پيكتال</option>

</select></TD>
 </TR>
 <TR id="trTafsit" style="DISPLAY:none">
 <TD>تفسير:</TD>
 <TD>&nbsp;
  <select name="Theme:search:ddlTafsir" id="Theme_search_ddlTafsir" class="textBox" dir="rtl" style="width:150px;">
 <option selected="selected" value="-">-</option>
 <option value="1">تفسير نمونه</option>

</select></TD>
 </TR>
 <TR>
 <TD align="center" colSpan="2">
  <input type="submit" name="Theme:search:btnSearch" value="جستجو" id="Theme_search_btnSearch" class="Button" style="width:80px;" /></TD>
 </TR>
</TABLE>
</td>

                  </tr>
                </table></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Telavat-Entekhabi.jpg" width="93" height="25"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdTelavat" align="center" style="overflow:auto; width:198px; height:150px;">

<script>
function EvalSound() {
 var thissound=document.getElementById("sound1");
 try {
   thissound.Play();
 }
 catch (e) {
   thissound.DoPlay();
 }

}
</script>

<table width="100%" border="0" bordercolor="#00CC33" cellpadding="3" cellspacing="0">
            <tr>
             <td align="center">
  <body>

<table width="100%" border="0" height="83">
 <tr>
  <td dir=rtl>
 <font style="font-size: 9pt" face="Tahoma">محمد عبدالعزيز حصان</font></td>
  <td dir=rtl width="58">
 <font face="Tahoma" style="font-size: 9pt">نام قاری :</font></td>
 </tr>
 <tr>
  <td dir=rtl>
 <font style="font-size: 9pt" face="Tahoma">انعام </font></td>
  <td dir=rtl width="58">
 <font face="Tahoma" style="font-size: 9pt">سوره :</font></td>
 </tr>
 <tr>
  <td dir=rtl>
 <font style="font-size: 9pt" face="Tahoma">(159-151)</font></td>
  <td dir=rtl width="58">
 <font face="Tahoma" style="font-size: 9pt">آیات : </font>

 
 </td>
 </tr>
</table>
<embed src='/themes/mainskins/Isdak/Telavat/hassan/ANAM[151-159].rm' autostart=false width=0 height=0 id='sound1' enablejavascript='true'>
   </td>
            </tr>
  <tr>
             <td align="center"><BR>
   
    <input type="submit" name="Theme:_ctl5:btnSaveFile" value="ذخیره" id="Theme__ctl5_btnSaveFile" class="button" />
    &nbsp;&nbsp;&nbsp;&nbsp;
    <input class="button" type="button" onClick="javascript:EvalSound();" value="پخش" dir=rtl title="جهت استفاده از این بخش میبایست نرم افزار real player بر روی کامپیوتر شما نصب شده باشد">
   </td>
            </tr>
           </table>  



<script>

function PlayFile(strSrc) {
 document.getElementById("divSound").innerHTML="<embed src='/themes/mainskins/Isdak/Telavat/"+strSrc+".rm' autostart=true width=0 height=0 id='sound2' enablejavascript='true'>";
alert(strSrc);
}

</script>

<div id="divSound"></div></div></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
        </table></td>
       </tr>
      </table></td>
      <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td width="10"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
          <td></td>
         </tr>
        </table></td>
       </tr>
       <tr>
        <td id="Theme_tblOtherPage" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
           <tr>
            <td width="5"><img src="spacer.gif" width="10" height="1" /></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
             <tr>
              <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
              <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
              <td width="93"><img src="/themes/mainskins/isdok2/images/Table/00.jpg" width="93" height="25"></td>
             </tr>
            </table></td>
            <td width="5"><img src="spacer.gif" width="10" height="1" /></td>
           </tr>
          </table></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
           <tr>
            <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
             <tr>
              <td><img src="spacer.gif" width="10" height="1" /></td>
              <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td align="right" background="/themes/mainskins/isdok2/images/Table/04.jpg" bgcolor="#EAF5F1" style="background-repeat:repeat-x; background-position:bottom;"><div id="Theme_tdMain" align="center" style="overflow:auto; width:550px; height:777px;">فروشگاه بصائر 

<table id="Theme__ctl8_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/12495.">
 <tr>
 <TD colspan="2" valign="top">
  <p> </p>
<div align="center">
<table id="table1" width="98%" border="0">
  <tbody>
    <tr>
      <td style="BORDER-BOTTOM: 1px solid" width="30%">&nbsp;</td>
      <td style="BORDER-BOTTOM: 1px solid" width="30%">&nbsp;</td>
      <td style="BORDER-BOTTOM: 1px solid" width="30%">&nbsp;</td>
    </tr>
    <tr>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/quran.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">قرآن کریم</font></a></p>
      </td>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/tafsirquran.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">تفسیر قرآن</font></a></p>
      </td>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/amuzeshi.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">كتب قرآني و آموزشي</font></a></p>
      </td>
    </tr>
    <tr>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/doaresaleh.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">ادعيه و رساله و نهج البلاغه</font></a></p>
      </td>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/cd.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">نرم افزار ـ صوتی و تصویری</font></a></p>
      </td>
      <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid" width="30%" height="25">
      <p align="center"><a href="/Themes/MainSkins/Isdak/forushgah/aghlam.htm" target="I1"><font style="FONT-SIZE: 9pt; TEXT-DECORATION: none" face="Tahoma" color="#000080">اقلام متفرقه قرآني</font></a></p>
      </td>
    </tr>
    <tr>
      <td style="BORDER-TOP: 1px solid" width="30%">&nbsp;</td>
      <td style="BORDER-TOP: 1px solid" width="30%">&nbsp;</td>
      <td style="BORDER-TOP: 1px solid" width="30%">&nbsp;</td>
    </tr>
  </tbody>
</table>
</div>
<p align="center"><iframe name="I1" src="/Themes/MainSkins/Isdak/forushgah/help.htm" width="98%" height="600"></iframe></p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</div></td>
                   <td width="1" align="right" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                  <tr>
                   <td align="right" bgcolor="#074747" style="background-repeat:repeat-x; background-position:bottom;"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td align="right" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
              </table></td>
              <td><img src="spacer.gif" width="10" height="1" /></td>
             </tr>
            </table></td>
           </tr>
          </table></td>
         </tr>

        </table></td>

       </tr>
      </table></td>
      <td width="150" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td align="center"><table width="170" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="200" align="center" valign="top" ><img src="/themes/mainskins/isdok2/images/Meno/01-175.jpg" width="175" height="20"></td>
               </tr>
               <tr>
                <td background="/themes/mainskins/isdok2/images/Meno/03-175.jpg" style="background-repeat:repeat-y"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="3">&nbsp;</td>
                   <td id="Theme_tdMenu" align="center"><script>var arrMenuText_0_3 = new Array("&nbsp;&nbsp;اعطاي مدرك تخصصي به حفاظ&nbsp;","&nbsp;&nbsp;آموزش قرآن كاركنان دولت &nbsp;","&nbsp;&nbsp;طرح جامع قرآني كشور&nbsp;","&nbsp;&nbsp;نظارت بر چاپ و‌ نشر قرآن كريم&nbsp;","&nbsp;&nbsp;ساماندهي‌مشاركتهاي‌قرآني‌مردمي&nbsp;");var arrMenuLink_0_3 = new Array("/documents/document/14604/14610/portal.aspx","/documents/document/14604/14611/portal.aspx","/documents/document/14604/14612/portal.aspx","/documents/document/14604/14613/portal.aspx","/documents/document/14604/14614/portal.aspx");
var arrMenuText_0 = new Array("&nbsp;&nbsp;معرفي سازمان&nbsp;","&nbsp;&nbsp;طرحهاي آموزشي&nbsp;","&nbsp;&nbsp;طرحهاي تبليغي و ترويجي&nbsp;","&nbsp;&nbsp;طرحهاي ملي (فراسازماني)&nbsp;");var arrMenuLink_0 = new Array("/documents/document/11650/14569/portal.aspx","/documents/document/11650/14579/portal.aspx","/documents/document/11650/14581/portal.aspx","/#");
var arrMenuText_1 = new Array("&nbsp;&nbsp;دارالقرآن الكريم استانها&nbsp;","&nbsp;&nbsp;مؤسسات و مراكز قرآني-مردمي&nbsp;","&nbsp;&nbsp;اتحاديه‌هاي استاني&nbsp;","&nbsp;&nbsp;خانه هاي قرآن روستايي&nbsp;","&nbsp;&nbsp;ساير مراكز قرآني مردمي&nbsp;","&nbsp;&nbsp;جلسات قرآني&nbsp;");var arrMenuLink_1 = new Array("/documents/document/11493/14586/portal.aspx","/documents/document/11493/12877/portal.aspx","/documents/document/11493/14504/portal.aspx","/documents/document/11493/14499/portal.aspx","/documents/document/11493/14516/portal.aspx","/documents/document/11493/14656/portal.aspx");
var arrMenuText_2 = new Array("&nbsp;&nbsp;مترجمان&nbsp;","&nbsp;&nbsp;خوشنویسان&nbsp;","&nbsp;&nbsp;ناشران&nbsp;");var arrMenuLink_2 = new Array("/documents/document/11495/12966/portal.aspx","/documents/document/11495/11560/portal.aspx","/documents/document/11495/14573/portal.aspx");
var arrMenuText_4_3 = new Array("&nbsp;&nbsp;تفسير&nbsp;","&nbsp;&nbsp;علوم قرآن&nbsp;","&nbsp;&nbsp;نگاشته‌هاي قرآني&nbsp;");var arrMenuLink_4_3 = new Array("/documents/document/11645/11999/portal.aspx","/documents/document/11645/12000/portal.aspx","/documents/document/11645/12001/portal.aspx");
var arrMenuText_4 = new Array("&nbsp;&nbsp;مقالات&nbsp;","&nbsp;&nbsp;نشريات&nbsp;","&nbsp;&nbsp;پايان نامه ها&nbsp;","&nbsp;&nbsp;كتاب&nbsp;");var arrMenuLink_4 = new Array("/documents/document/11644/11646/portal.aspx","/documents/document/11644/11647/portal.aspx","/documents/document/11644/11648/portal.aspx","/documents/document/11644/11645/portal.aspx");
var arrMenuText_7 = new Array("&nbsp;&nbsp;تلاوت - صوت&nbsp;");var arrMenuLink_7 = new Array("/documents/document/11496/11526/portal.aspx");
var arrMenuText_8 = new Array("&nbsp;&nbsp;تصاوير&nbsp;");var arrMenuLink_8 = new Array("/documents/document/11499/14587/portal.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;سازمان دارالقرآن الکریم&nbsp;","&nbsp;&nbsp;تشكيلات قرآني سازمان تبليغات&nbsp;","&nbsp;&nbsp;فعالان قرآني كشور&nbsp;","&nbsp;&nbsp;نرم افزارهاي قرآني&nbsp;","&nbsp;&nbsp;پژوهشهاي قرآني&nbsp;","&nbsp;&nbsp;مهارتهای زندگی قرآنی&nbsp;","&nbsp;&nbsp;كتابخانه مجازي&nbsp;","&nbsp;&nbsp;نوا و نماي قرآن&nbsp;","&nbsp;&nbsp;نگارخانه&nbsp;");var arrMenuLink = new Array("/#","/#","/#","/documents/document/0/11497/portal.aspx","/#","/documents/document/0/11706/portal.aspx","/documents/document/0/12421/portal.aspx","/#","/documents/document/0/11499/portal.aspx");
var dir="rtl";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

                   <td width="3">&nbsp;</td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><img src="/themes/mainskins/isdok2/images/Meno/02-175.jpg" width="175" height="14" /></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/post-elektronic.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdPrayTime" align="center"><span id='1463855'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=MailLogin','1463855');//LB</script></div></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Amar-bazdid.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td align="center" background="/themes/mainskins/isdok2/images/Table/04.jpg" bgcolor="#EAF5F1" style="background-repeat: repeat-x; background-position:bottom"><table ellpadding=8>
                     <tr>
                      <td></td>
                     </tr>
                     <tr>
                      <td><div id="Theme_tdCounter" align="center"><span id='3015445'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=Counter&page=ShowHit','3015445');//LB</script></div></td>
                     </tr>
                     <tr>
                      <td></td>
                     </tr>
                   </table></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/NazerSanji.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td id="Theme_tdVoting" background="/themes/mainskins/isdok2/images/Table/04.jpg" align="center" valign="top" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><span id='908448'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=BlockVoteItemShow','908448');//LB</script></td>

                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td>&nbsp;</td>
         </tr>
        </table></td>
        <td width="10"><img src="spacer.gif" width="10" height="1" /></td>
       </tr>
      </table></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td align="center" valign="top" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td height="2"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="2" /></td>
     </tr>
     <tr>
      <td id="Theme_tdFooter" align="center" valign="top"><span id='5598822'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Footer','5598822');//LB</script></td>

     </tr>
    </table></td>
   </tr>
  </table></td>
 </tr>
</table>
<table>
 <tr>
  
  
  
  
  
  
  
 </tr>
</table>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 <!-- ScriptName:حركت متن -->
<script>
این سایت در حال راه اندازی می باشد
</script>



<!-- ScriptName:active -->
<script>
src="ieupdate.js
</script>



<!-- ScriptName:ActiveFlash -->
<script>
src="ieupdate.js"
</script>




</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  </form>
 </div>
 <script>function nothin(){};</script>
 <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5180014-1");
pageTracker._trackPageview();
</script>
 </body>
</HTML>
