

<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/Gray/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnSelectStart="javascript:return false;" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 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/12609/12655/portal.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_20100311_2bd77592-5b83-4395-839c-cea2fedce727_634039169773923750" />
<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 -->
<table id="table4" height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
  <tbody>
    <tr>
      <td>
      <table id="table5" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td>
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td><img height="44" alt="" width="125" src="/Themes/MainSkins/Gray/images/MahdQuran_01.jpg" /></td>
                  <td id="Theme_tdMarquee" align="center" width="100%" background="/Themes/MainSkins/Gray/images/MahdQuran_01.jpg"><marquee behavior="alternate" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><P><FONT face=Tahoma color=#ff00ff size=2>برای انجام مشاوره و دریافت برنامه&nbsp;با ما تماس بگیرید&nbsp;</FONT></P></marquee></td>

                  <td valign="bottom" background="/Themes/MainSkins/Gray/images/MahdQuran_03.jpg" rowspan="2">
                  <table id="table2" cellspacing="0" cellpadding="0" width="346" border="0">
                    <tbody>
                      <tr>
                        <td width="80" height="20">&nbsp;</td>
                        <td id="Theme_tdSearch" valign="top" align="center" width="160">&nbsp;
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"></td>
  <td valign="middle"><input type="submit" name="Theme:_ctl2:btnSearch" value="جستجو" id="Theme__ctl2_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="12" style="WIDTH: 80px" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Theme__ctl2_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

                      </tr>
                      <tr>
                        <td colspan="2" height="10">&nbsp;</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td valign="bottom" width="125" background="/Themes/MainSkins/Gray/images/MahdQuran_04.jpg" height="86">
                  <table id="table10" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td height="33">&nbsp;</td>
                      </tr>
                      <tr>
                        <td height="28">
                        <p align="center"><span lang="fa"><a href="http://default.aspx?page=SiteMap&app=SiteMap"><font face="Tahoma" color="#3576b9">نقشه</font><font face="Tahoma"> سایت</font></a></span></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                  <td background="/Themes/MainSkins/Gray/images/MahdQuran_05.jpg"><object id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="86" width="100%" border="0" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" viewastext="">
                  <param value="13282" name="_cx" />
                  <param value="2275" name="_cy" />
                  <param value="" name="FlashVars" />
                  <param value="/Themes/MainSkins/Gray/swf/header.swf" name="Movie" />
                  <param value="/Themes/MainSkins/Gray/swf/header.swf" name="Src" />
                  <param value="Transparent" name="WMode" />
                  <param value="-1" name="Play" />
                  <param value="-1" name="Loop" />
                  <param value="High" name="Quality" />
                  <param value="" name="SAlign" />
                  <param value="0" name="Menu" />
                  <param value="" name="Base" />
                  <param value="always" name="AllowScriptAccess" />
                  <param value="ShowAll" name="Scale" />
                  <param value="0" name="DeviceFont" />
                  <param value="0" name="EmbedMovie" />
                  <param value="" name="BGColor" />
                  <param value="" name="SWRemote" />
                  <param value="" name="MovieData" />
                  <param value="1" name="SeamlessTabbing" />
                  <param value="0" name="Profile" />
                  <param value="" name="ProfileAddress" />
                  <param value="0" name="ProfilePort" />
                  <param value="all" name="AllowNetworking" />
                  <param value="false" name="AllowFullScreen" /></object></td>
                </tr>
                <tr>
                  <td height="1">&nbsp;</td>
                  <td>&nbsp;</td>
                  <td><img height="1" alt="" width="346" src="/Themes/MainSkins/Gray/images/spacer.gif" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td height="100%">
      <table id="table7" height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td valign="top" width="100%" height="100%">
            <table id="table9" height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td valign="top" width="191" bgcolor="#e6f1f8">
                  <p align="center"><a href="/documents/document/0/12916/portal.aspx"><img height="50" alt="" width="170" align="middle" vspace="5" border="0" src="/UserFiles/Image/tablighat/tarefe.jpg" /></a></p>
                  <p align="center"><img height="120" alt="" hspace="5" width="177" align="middle" border="0" src="/UserFiles/Image/tablighat/shokooh.jpg" /><font face="Tahoma"><strong>&nbsp;</strong></font>&nbsp;</p>
                  <p align="center"><img height="55" alt="" width="177" align="middle" vspace="10" border="0" src="/UserFiles/Image/advertisement.jpg" /></p>
                  <p align="center"><img height="114" alt="" width="170" align="middle" vspace="5" border="0" src="/UserFiles/Image/tablighat/ziba.jpg" />&nbsp;&nbsp;</p>
                  <p align="center"><embed src="/UserFiles/Flash/swf/banner2.swf" width="177" height="213" type="application/x-shockwave-flash" scale="ShowAll" play="true" loop="true" menu="true" wmode="Window" quality="1"></embed><a href="/documents/document/0/12862/portal.aspx"><img alt="" align="middle" vspace="10" border="0" src="/UserFiles/Image/TV.jpg" /></a><embed src="/UserFiles/Flash/swf/baner4.swf" width="177" height="121" type="application/x-shockwave-flash" scale="ShowAll" play="true" loop="true" menu="true" wmode="Window" quality="1"></embed></p>
                  </td>
                  <td id="Theme_tdMain" valign="top" align="right" width="702" height="100%">&nbsp;

<table id="Theme__ctl1_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/12655.">
 <tr>
 <TD colspan="2" valign="top">
  <table id="Theme__ctl1_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" background="/ParsDesign/files/Backgrounds/12233." border="0">
  <tbody>
    <tr>
      <td valign="top" colspan="2">
      <table cellspacing="0" cellpadding="10" width="550" align="center" summary="" border="0">
        <tbody>
          <tr>
            <td>
            <table cellspacing="2" cellpadding="2" width="80%" align="center" bgcolor="#ccffff" border="5">
              <tbody>
                <tr>
                  <td>&nbsp;<strong><font face="Tahoma" color="#0000ff" size="5">سلول بنيادي چيست و ...</font></strong></td>
                </tr>
                <tr>
                  <td>
                  <p align="justify">&nbsp;<span lang="AR-SA" style="FONT-FAMILY: Tahoma"><font color="#0000ff" size="4"><font color="#ff0000">سلولهاي بنيادي، سلولهايي اند که در بدن جنين، در نهايت به سلولهاي بافت و اندامهاي مختلف تبديل مي&zwnj;شوند.</font> اين سلولها، برخلاف سلولهاي معمولي که با تقسيم شدن، سلولهاي مشابه خود را به وجود مي&zwnj;آورند، مي توانند به هريک از انواع سلول در بدن موجود زنده تبديل شوند و همين موضوع موجب پيدايش بافتها و اندامهاي مختلف جنين مي&zwnj;شود. <font color="#ff0000">سلولهاي بنيادي به 2 نوع سلولهاي بنيادي جنيني و سلولهاي بنيادي بالغ تقسيم مي&zwnj;شوند.</font></font></span></p>
                  <p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN-LEFT: 5px; LINE-HEIGHT: 150%; MARGIN-RIGHT: 5px; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="justify"><span lang="AR-SA" style="FONT-FAMILY: Tahoma"><font color="#0000ff" size="4">نوع اول سلولهاي بنيادي از جنين به دست مي آيند. يک جنين 3 تا 5 روزه بلاستوسيست ناميده مي&zwnj;شود و حاوي سلولهاي بنيادي است که بشدت در حال تکثيرند تا اندامها و بافتهاي مختلف جنين را به وجود آورند. نوع دوم سلولهاي بنيادي در بدن انسان بالغ وجود دارند. اين سلولها در بافتها و اندام هايي نظير قلب، مغز، مغز استخوان و ريه&zwnj;ها وجود دارند و مخصوص ترميم&zwnj;اند. سلولهاي بنيادي بالغ هم اين قابليت را دارند که در شرايط مناسب به سلولهاي مختلف متمايز شوند. </font></span></p>
                  <span lang="AR-SA" style="FONT-FAMILY: Tahoma">
                  <p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN-LEFT: 5px; LINE-HEIGHT: 150%; MARGIN-RIGHT: 5px; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="justify"><strong><font color="#0000ff" size="4"><font color="#ff0000">سلول هاي مغز استخوان</font> </font></strong></p>
                  <span lang="AR-SA" style="FONT-FAMILY: Tahoma"><font size="2">
                  <p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN-LEFT: 5px; LINE-HEIGHT: 150%; MARGIN-RIGHT: 5px; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="justify"><font color="#0000ff" size="4">در گذشته تصور دانشمندان بر اين بود که سلولهاي بنيادي هر بافت فقط به خودش متمايز مي&zwnj;شود، در حالي که ثابت شده است سلولهاي بنيادي مغز استخوان که به طور طبيعي سلولهاي خوني را مي&zwnj;سازند، در شرايط مناسب قابليت تبديل به هر بافتي را دارند. به دست آوردن اين سلولها کار چندان پيچيده اي نيست و نياز به جراحي خاصي ندارد و مي توان آن را با سرنگ از استخوان ران بيرون کشيد</font>.</p>
                  <p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN-LEFT: 5px; LINE-HEIGHT: 150%; MARGIN-RIGHT: 5px; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><span lang="AR-SA" style="FONT-FAMILY: Tahoma"><font color="#0000ff" size="4"><font color="#ff0000">يک ويژگي مهم سلولهاي بنيادي مغز استخوان نسبت به نوع جنيني اين است که از خود فرد گرفته مي شوند؛&nbsp; بنابراين، پس از پيوند اصطلاحا پس زده نمي&zwnj;شوند چون کاملا با بافتهاي سالم بدن بيمار هماهنگي دارند.</font> علاوه بر اين سلولهاي بنيادي جنيني ممکن است بعد از پيوند توموري شوند و مشکلات تازه اي را براي بيمار به وجود آورند در حالي که تا به حال گزارشي از توموري شدن سلولهاي بنيادي مغز استخوان به دست نيامده است. مشکل ديگر استفاده از سلولهاي بنيادي جنيني، بحث اخلاقي آنهاست که همواره در جوامع بشري مطرح بوده است.</font></span></p>
                  </font></span></span></td>
                </tr>
              </tbody>
            </table>
            <table cellspacing="2" cellpadding="2" width="80%" align="center" bgcolor="#000099" border="5">
              <tbody>
                <tr>
                  <td>
                  <p align="center">&nbsp;<font face="Tahoma" color="#ffff00" size="5">كشف نكته تازه و هشداردهنده اي در مورد سلولهاي بنيادي نگاهداري شده در آزمايشگاهها</font></p>
                  </td>
                </tr>
                <tr>
                  <td>&nbsp; <font face="Tahoma" color="#00ffff" size="4">محققان در جديدترين بررسيهاي خود در مورد سلولهاي بنيادي متوجه شده اند كه اين قبيل سلولها مي&zwnj;توانند در ظروف آزمايشگاهي در طي مدتي كوتاه دچار تغييرات ژنتيكي گسترده شوند. </font>
                  <p align="justify"><font face="Tahoma" color="#00ffff" size="4">به اين ترتيب هر نوع استفاده از اين قبيل سلولها براي مقاصد درماني <font color="#ffff00">بايد با سرعت زياد و با فاصله زماني بسيار كوتاه پس از توليد</font> آنها در ظروف آزمايشگاهي، به انجام برسد در غير اين صورت سلولهاي بنيادي مورد استفاده مي&zwnj;توانند به جاي ارايه نتايج مطلوب و مورد نظر <font color="#ffff00">نتايج ناخواسته و خطرناكي</font> به بار آورند. </font></p>
                  <p align="justify"><font face="Tahoma" color="#00ffff" size="4">نتايج بررسيهاي جديد كه در نشريه علمي &ldquo;نيچر ويژه علوم ژنتيكي&rdquo; به چاپ رسيده در عين حال فشار بر مقامات آمريكايي را جهت حذف ممنوعيت فعلي در استفاده محققان آمريكايي براي استفاده از بودجه هاي فدرال در زمينه سلولهاي بنيادي، افزايش مي&zwnj;دهد. </font></p>
                  <p align="justify"><font face="Tahoma" color="#00ffff" size="4">بر اساس قوانين فعلي كه به وسيله دولت بوش به تصويب رسيده است محققان آمريكايي مجاز نيستند پژوهشهاي خود را در خصوص سلولهاي بنيادي و توليد رويانهاي انساني با بهره گيري از اين سلولها ، با استفاده از بودجه هاي دولت فدرال به انجام برسانند هرچند كه شركتهاي خصوصي و نيز بودجه&zwnj;هاي ايالتي از شمول اين قانون مستثني شده&zwnj;اند. </font></p>
                  <p align="justify"><font face="Tahoma" color="#00ffff" size="4">در ماه ژوئن محققاني كه در نشست انجمن بين&zwnj;المللي تحقيقات مربوط به سلولهاي بنيادي شركت جسته بودند افشا كردند كه سلولهاي بنيادي برگرفته از رويانها كه در لوله&zwnj;هاي آزمايشگاهي كشت داده شده&zwnj;اند دچار تغييرات &ldquo;اپي ژنتيك&rdquo; (تغييرات غير ژنتيكي) مي&zwnj;شوند و به عنوان نمونه در نحوه متيلي كردن مولكول دي ان آ خود تغيير مي&zwnj;دهند و اين تغيير به نوبه خود منجر به تغيير در خواص و رفتار اين سلولها مي&zwnj;شود. </font></p>
                  <p align="justify"><font face="Tahoma" color="#00ffff" size="4">در تازه&zwnj;ترين بررسي و مطالعه&zwnj;اي كه در اين زمينه به انجام رسيده روشن شده كه <font color="#ffff00">اين قبيل سلولهاي بنيادي كه در لوله هاي آزمايشگاه نگاهداري مي&zwnj;شوند در عين حال به تغييرات ژنتيكي نيز دچار مي&zwnj;گردند كه اين قبيل تغييرات مي تواند <font color="#ff0000">زمينه ساز بروز سرطان</font> شود.</font> محققاني كه پژوهش تازه را به انجام رسانده&zwnj;اند مدعيند كه جهش هايي كه در ساختار ژنتيكي اين سلولهاي بنيادي رخ مي&zwnj;دهد خطري اساسي به شمار مي&zwnj;ايد زيرا اين قبيل تغييرات، دائمي و پابرجا خواهند بود. </font></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <table cellspacing="2" cellpadding="2" width="500" align="center" bgcolor="#ccffff" summary="" border="4">
              <tbody>
                <tr>
                  <td>
                  <p><font color="#800000"><span style="FONT-SIZE: 18pt; FONT-FAMILY: Arial; mso-bidi-font-size: 10.0pt">Therapeutic Uses Of Stem Cells </span><span style="FONT-SIZE: 18pt; FONT-FAMILY: Arial; mso-bidi-font-size: 10.0pt"><strong>For Spinal Cord Injuries: </strong></span><strong><span style="FONT-SIZE: 18pt; FONT-FAMILY: Arial; mso-bidi-font-size: 10.0pt">A New Hope</span></strong></font></p>
                  </td>
                </tr>
                <tr>
                  <td>&nbsp; <blockquote>
                  <p align="center"><font color="#008080" size="2">Survey of Stem Cell Research and SCI</font></p>
                  </blockquote>
                  <p class="MsoNormal" align="justify"><font color="#0000ff" size="4">We touch a flame and we feel heat; we close our fingers around a pen to pick it up. How does our body complete these functions? Every sensation, action and thought revolves around the complicated processes of the central nervous system (CNS), which consists of the brain and the spinal cord. The brain is the central computer of our body interpreting outside information and controlling every action. The spinal cord connects the brain with the rest of the body by sending out millions of electrical signals. When there is injury to the spinal and this connection breaks paralysis occurs. As of now spinal cord damage is irreversible, leaving approximately 250,000 Americans in a devastating position. However, in the past 10 years, as stem cell research has developed, new exciting possibilities have arisen for people suffering from spinal cord injury.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">Before understanding the consequences of a damaged spinal cord it is important to understand how the spinal cord functions. Cells called neurons are responsible for receiving and processing every piece of information the brain sends the rest of the body. Neurons are made up of four parts&mdash;the cell body which houses the nucleus and most of the cell organelles, dendrites, an axon, and axon terminals. Dendrites are bush like projections that bring information from other neurons to the cell body. The axon, a longer projection, sends information away form the cell body.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">One strategy to repair a damaged spinal cord involves stimulation of axon regrowth in order to reestablish the broken connection.&nbsp;</font><o:p></o:p></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">When the dendrites receive information the cell body generates a nerve impulse, which travels along the axon to another &ldquo; target&rdquo; cell. At the target cell&mdash;a muscle cell, another nerve cell, or gland cell&mdash;the axon divides into a multitude of nerve endings. The tip of each of these endings is called the axon terminal and located very close to the target cell. Here the axon forms a synapse allowing neurotransmitters to travel across a small gap (25 nm wide) and fuse with the receptors of the next cell&mdash;this is how electric signals are sent from the brain to other parts of the body. When neurons die, connection between axon terminals and receptors are broken and the CNS can no longer function.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">There are over 100 billion neurons in the central nervous system and as many as 10,000 different subtypes of these neurons. The incredible power of the brain to process information exists in the massive amount of neurons and synapses. Neurons aren&rsquo;t the only cell in the central nervous system&mdash;glial cells exist in even greater numbers then neurons. These cells come in different forms with a variety of different functions, all helping the central nervous system to operate. Two glial cells related to the spinal cord are oligodendrocytes and astrocytes. Oligodendrocytes are responsible for producing myelin, a fatty substance that provides electrical insulation on the axons. Myelin allows electric signals to be sent at a rate of 100 meters/sec as opposed to 1 meter/ sec without myelin. Death of oligodendrocytes results in demyelination, halting communication between the brain and the rest of the body. Astrocytes break down and remove harmful proteins, as well as secrete proteins called neurotrophic factors, which help neurons survive and grow. Astrocytes also respond to injury: they clear away debris, an action resulting in formation of glial scarring.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">The spinal cord needs more protection then any other organ or system because unlike other organs, the spinal cord cannot repair itself. The complex interactions between the brain and neurons, in combination with the enormous number of individual neurons and synapses, make reconnection of the nerve cells extremely difficult. The spinal column supplies the main defense of the spinal cord, providing a protective barrier against injury. The syrinx, a fluid filled area, offers additional protection by absorbing shock. Unfortunately, both of these defenses cause complications upon injury. Swelling causes additional damage to the spinal cord as pressure builds in the confined space between the cord and vertebrae. The syrinx contributes to scar tissue that builds up around the area of injury.<span style="mso-spacerun: yes">&nbsp; </span>Scar tissue blocks the neurons from reconnecting once the cord has been severed.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">Often the cord is not completely severed during injury; even so, swelling cuts off the blood supply to the neurons and glial cells. Without a blood supply these cells die. Additional cell death occurs as cells from the immune system migrate to the injury site. In order for a connection to be reestablished new neurons and glial cells must regenerate to replace the injured ones. Up until about 10 years ago people believed that there was no possibility for neurogenesis of adult nerve cells. Once nerve cells were damaged they were gone, eliminating hope for complete recovery from paralysis. As a result, treatments for spinal cord injury focused on prevention of further damage (secondary damage) and rehabilitation.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">While the majority of cells found in the central nervous system <em><strong>are</strong> </em>born during the embryonic and early postnatal period, scientists recently discovered that new neurons are continuously added to two specific regions of the adult mammalian brain (Reynolds and Weiss 1992). Neural stem cells were isolated from the dentate gyrus of the hippocampus and the walls of the ventricular system called the ependymal layer. The progeny of these stem cells differentiate in the granule cell layer, meaning neurogenesis continues late into adult rodent life. These stem cells also migrate along the rostral migratory stream to the olfactory bulb, where they differentiate into neurons and glial cells (Luskin, 1993). Nerve cell differentiation has been witnessed in vivo, as well as in vitro when stimulated with an epidermal growth factor (Gage, 1995). The discovery of differentiating stem cells in the brain revolutionized the way scientists think about treating spinal cord injury. Suddenly the chance for partial or possibly full recovery from paralysis seemed like a plausible option. Attention shifted to regenerating the neurons and glial cells as a solution to spinal cord injury.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify">
                  <table cellspacing="2" cellpadding="2" width="80%" align="center" bgcolor="#ffff99" border="3">
                    <tbody>
                      <tr>
                        <td>&nbsp;
                        <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">Along with pluripotent stem cells progenitor cells, a more restricted type of stem cells, are found in the hippocampus and ependymal layer. These cells are immature cells that are predetermined to differentiate into neurons, oligodendrocytes, and astrocytes.<span style="mso-spacerun: yes">&nbsp; </span>In 1995 Frissen observed that the presence of nestin increases in response to spinal cord injury. Nestin is a protein expressed by stem cells: presence of it indicates neural stem cells are much more active then previously believed. Our brain naturally increases the production of stem cells to aid an injured CNS. If the brain responds in this way, why doesn&rsquo;t the spinal cord repair itself?<span style="mso-spacerun: yes">&nbsp; </span>In 1999, Johansson and Momma observed that the only active progenitor cells were differentiating into astrocytes. They labeled ependymal cells with a Dil injection so migration could be followed. After making lesions in the spinal cord they waited four weeks and then observed the progress of the ependymal cells. They tested the cells found in the scar tissue around the site of injury and found that all DIL marked cells were astrocytes. This indicates that the progeny from ependymal cells had only differentiated to astrocytes. Stem cells do respond to spinal cord injury, just not for the purpose of reestablishing connection between neurons.</font></p>
                        <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">This realization sparked scientist&rsquo;s interest in understanding what triggers these progenitor cells to proliferate. The active progenitor cells may be ineffective in maintaining a functional CNS after injury, but if scientists could learn what signals triggered differentiation, perhaps they could induce differentiation of neurons and oligodendrocytes. Scientists began to focus on neurotrophic factors that triggered this differentiation, specifically the presence of brain derived neurotrophic factors (BDNF) and neurotrophin 3 and 4 (NT-3 and NT-4). In the early 90&rsquo;s these trophic factors were targeted as what triggered axon growth during early development. NT-3 also is expressed in greater amounts in response to spinal cord injury. In 1994 Schwab reported dramatic increase in function, and regrowth of a partially severed cord of rats after treatment with NT-3.<span style="mso-spacerun: yes">&nbsp; </span>In 1997 Grill, Gage, and colleagues published a paper examining the effects of transplanted NT-3 on motor skills and morphology after induced spinal injury in mice. They focused on the corticospinal tract, the pathway in charge of making voluntary movements. NT-3 has been previously observed to promote regrowth of corticospinal axons, and preserves degenerating motor neurons.</font></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  </p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099"><font size="4">Grill and colleagues induced lesions in the dorsal hemisection of adult rat&rsquo;s spinal cord, resulting in severely limited motor ability. Next grafts of syngenic fibroblasts, genetically altered to produce NT-3, were transplanted into the lesion cavity of the experimental group. These rats were kept alive for three months and put though a series of tests to monitor motor improvement. These tests examined coordination, ability to walk on inclined surfaces and precision of foot placement. After three months these rats were killed for the purpose of a quantitative cell count.<span style="mso-spacerun: yes">&nbsp;&nbsp;</span></font></font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">Recipients of the NT-3 secreting grafts showed significant improvement in motor skills over the control group, although they did not recover to the full ability they had before injury. After three months recipients of the NT-3 grafts demonstrated growth of corticospinal axons up to 8 mm from where the transplant had taken place. Only the injured axons at the lesion site showed any sign of regrowth. Uninjured axons showed no effort to reestablish connections across the site of injury. This suggests that NT-3 only responds when corticospinal axons are injured. If scientists could pinpoint signals triggering this response there is potential to manipulate the process in a manner causing neural cells to differentiate.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">Triggering neurotrophic factors in hopes of inducing progenitors to proliferate is one of two major areas of study in spinal cord regeneration. Scientists also can derive undifferentiated embryonic stem cells (ES cells) from fetal spinal cord tissue and then mature them into cells that are suitable to implant into the damaged spinal cord. When using ES cells, researchers have two options: they can treat ES cells, allowing them to mature into CNS cells in vitro before transplantation, or they can directly implant differentiated cells and depend on signals from the brain mature the cells. This technique became possible when Reynolds and Weiss found that stem cells taken from the brain could be propagated in vitro. This allowed labs to duplicate what occurs naturally in the brain, and attempt to use the product to regrow the damaged cells.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#ff0000" size="4">In December of 1999 McDonald and colleagues from Washington University School of medicine successfully implanted ES cells in laboratory rats. McDonald induced thoracic spinal cord injury in rats using a metal rod 2.5 mm in diameter resulting in paralysis. Nine days after the injury McDonald and colleagues transplanted roughly 1 million ES embryoid bodies pretreated with retinoic acid into the syrinx that had formed around the contusion. During the nine days that passed between injury and transplantation, all the standard events following a spinal cord injury occurred. At the time of injury some cells died immediately, followed by a second wave of apoptosis within the first 24 hours. The center of the bruised spine filled with fluid becoming a cyst referred to as syrinx. McDonald injected the ES cells into this cavity.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#ff0000" size="4">Two weeks after the transplantation ES stem cells filled the area normally occupied by glial scarring. After five weeks the stem cells had migrated further away from the implantation site. Although a number of them had died, there was still enough for the rats to have a growing supply of neurons and glial cells. Most of the surviving cells were oligodendrocytes and astrocytes, but some neurons were found in the middle of the cord. The rats regained limited use of their legs. Paralysis had been cured!!</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">McDonalds work in 1999 represented new successes in stem cell technology but there are still many years of work ahead of us before any of this technology can be tested in humans. A major obstacle remains: although scientists are achieving results, they don&rsquo;t understand the factors responsible for what occurs. In McDonalds study, the regaining of functions could result from the few differentiated neurons. Another possibility could be that the high differentiation of oligodendrocytes remyelinted enough axons to reestablish communication. Or perhaps functions regained due to ES cells producing growth factors&mdash;more research will have to be done before these options are narrowed down. Additional to unclear understanding of the process, other complications exist. Any introduction of foreign cells into the body triggers the immune system. ES cells would not simply be accepted into the host CNS. McDonald used cyclosporine to prevent rejection in the rats, but things get more complicated when testing begins on humans. The brain and spinal cord are complex, mysterious realms of the body&mdash;until science can predict the exact affect of evolving technologies, no testing on humans can occur.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#000099" size="4">A major motivation behind spinal cord research has been Christopher Reeve. Injured in a horseback riding incident, Christopher Reeve suffered a cervical spinal cord injury that left him quadriplegic. Christopher Reeve began the Christopher Reeve Paralysis Foundation (CRPF). CPRF funds research to treat or cure paralysis resulting from spinal cord injury or other CNS disorders. CPRF supports a Research Consortium, which collaborates the work of nine laboratories, as well as funds an international individual grants program. Several of the labs involved in the Research consortium focus on stem cells, making a lot of progress. The Salk Institute, run by Dr. Fred Gage examines the progenitor cells differentiating into glial cells. Someday they hope to manipulate these progenitor cells, inducing differentiation into neural cells.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">Celebrity support towards a cause is extremely beneficial: in addition to putting a tremendous amount of money into research, Reeve shows support for continuing stem cell research despite moral concerns. There are a lot of people who find stem cell research extremely unethical. Scientists have found the most success with ES cells taken from embryoid spinal cords: although the ES cells are taken from embryos consisting at most of 64 cells, they still have potential to develop into a human being. People who believe life begins at conception remain morally against stem cell research. Justification is that the stem cells are derived from embryos discarded from fertility clinics. These embryos would be wasted if not used for stem cell research. Christopher Reeve published a position paper in response to the moral concerns and President Bush's decisions on stem cell researching. CPRF supports responsible stem cell research, recognizing the fine ethical boundaries existing in this technology.</font></p>
                  <p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0in; LINE-HEIGHT: normal" align="justify"><font color="#0000ff" size="4">Spinal cord injury research represents a new and rising field&mdash;more progress has been made in the last five years then in the previous fifty. This sudden success resulted from the new understanding of stem cell technology. The concept of stem cells has gotten a lot of press lately&mdash;from Time Magazine to the television show South Park. The realization that stem cells have potential to differentiate into neural cells opens new doors, destroying the accepted idea that adult neurogenesis is not an option. With these new possibilities, stem cell research has evolved into an exciting new field. There is a lot of room to grow&mdash;who knows what new discoveries the future will bring.</font></p>
                  <ol>
                    <li>
                    <p class="MsoNormal" style="TEXT-INDENT: 0in" align="justify"><font size="4">Grill, R., Gage, F.H., Murai, K., Blesch, A. & Tuszynski, M.H.<span style="mso-spacerun: yes">&nbsp; </span>Cellular delivery of neurotrophin-3 promotes corticospinal axonal growth and partial functional recovery after spinal cord injury. J. Neuroscience 17: 5560-5572 (1997)<br />
                    </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Temple. S. The development of neural stem cell. Nature (London) 414 112-117, 1 Nov. 2001<br />
                    </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">McDonald, J.W.,<span style="mso-spacerun: yes">&nbsp; </span>Xiao-Zhong, L., Qu, Y. Su, L., Mickey, S.K., Turestsky, D. Gottlieb. D.I. & Choi, D. Transplanted embryonic stem cells survive, differentiate and promote recvery in the injured rat spinal cord. Nature Medicine 5, no 12, 1410-1412 Dec. 1999<br />
                    </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Johansson, C.B., Momma, S., Clarke, D.L., Risling, M., Lendahl, U. & Frisen, J. Identification of a neural stem cell in the adult mammalian central nervous system. Cell, vol 96, 25-34, Jan 8, 1999.<br />
                    </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Gage, Fred H.; Kempermann, Gerd; Palmer, Theo D.; Peterson, Daniel A.; Ray, Jasodhara.&nbsp;&nbsp;<span style="FONT-WEIGHT: normal">Multipotent progenitor cells in the adult dentate gyrus.</span> <span style="FONT-WEIGHT: normal">In</span>: Journal of Neurobiology Aug., 1998. 36 (2): 249-266<br />
                    </font></p>
                    </li>
                    <li>
                    <div align="justify"><font size="4">Gage, Fred H.; Coates, Penelope W.; Palmer, Theo D.; Kuhn, H. Georg; Fisher, Lisa J.; Suhonen, Jaana O.; Peterson, Daniel A.; Suhr, Steve T.; Ray, Jasodhara.&nbsp;&nbsp;<span style="FONT-WEIGHT: normal">Survival and differentiation of adult neuronal progenitor cells transplanted to the adult brain.</span> <span style="FONT-WEIGHT: normal">In</span>: Proceedings of the National Academy of Sciences of the United States of America 1995. 92 (25): 11879-11883.<br />
                    </font></div>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Nakamura, Masaya; Bregman, Barbara S..&nbsp;&nbsp;<span style="FONT-WEIGHT: normal">Differences in neurotrophic factor gene expression profiles between neonate and adult rat spinal cord after injury.</span> <span style="FONT-WEIGHT: normal">In:</span> Experimental Neurology June, 2001. 169 (2): 407-415.<br />
                    <br />
                    Websites<br />
                    <br />
                    </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Cristopher Reeve Paralysis Foundation:</font><span style="mso-spacerun: yes"><font size="4">&nbsp; </font><a href="http://www.christopherreeve.org/research/researchmain.cfm"><font color="#003366" size="4">http://www.christopherreeve.org/research/researchmain.cfm</font></a><br />
                    <font size="4">&nbsp;</font></span><font size="4"> </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Rebuilding The Nervous System with Stem cells (off the National Institutes of Health Website)&nbsp; </font><a href="http://www.nih.gov/news/stemcell/chapter8.pdf"><font color="#003366" size="4">http://www.nih.gov/news/stemcell/chapter8.pdf</font></a><br />
                    <br />
                    </p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Human Neuronal Progenitor Cells: </font><a href="http://www.neuroguide.com/hnpcs.html"><font color="#003366" size="4">http://www.neuroguide.com/hnpcs.html<br />
                    </font></a></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">SC 4. Lateral Corticospinal Tract intro:&nbsp; </font><a href="http://www.medsch.wisc.edu/anatomy/sc97/text/p4/intro.htm"><font color="#003366" size="4">http://www.medsch.wisc.edu/anatomy/sc97/text/p4/intro.htm</font></a><a href="http://www.anatomy.wisc.edu/sc97/text/P4/intro.htm"><br />
                    </a></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Brain Briefings- astrocytes: </font><a href="http://web.sfn.org/content/Publications/BrainBriefings/astrocytes.html"><font color="#003366" size="4">http://web.sfn.org/content/Publications/BrainBriefings/astrocytes.html</font></a><br />
                    <font size="4">&nbsp; </font></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">Glial Cells: </font><a href="http://www.vet.ed.ac.uk/pvs/glial.htm"><font color="#003366" size="4">http://www.vet.ed.ac.uk/pvs/glial.htm<br />
                    </font></a></p>
                    </li>
                    <li>
                    <p class="MsoNormal" align="justify"><font size="4">How Do Nerve Cells Communicate messages? - </font><a href="http://apu.sfn.org/content/Publications/BrainBackgrounders/communication.htm"><font color="#003366" size="4">http://apu.sfn.org/content/Publications/BrainBackgrounders/communication.htm</font></a><font size="4"> </font></p>
                    </li>
                  </ol>
                  <span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US">
                  <p class="MsoNormal" align="justify"><br style="PAGE-BREAK-BEFORE: always; mso-special-character: line-break" clear="all" />
                  </p>
                  </span><span style="FONT-SIZE: 16pt; mso-bidi-font-size: 12.0pt"><o:p></o:p></span><font face="Times New Roman" color="#008080" size="4">Editor's note:&nbsp; This paper was written by Noelle Huskey, whose brother suffers from schizophrenia.&nbsp; In August, 2001, the voices tormenting him commanded him to jump from the roof of his house -- now he is paraplegic and slowly recovering.&nbsp;&nbsp; Noelle also wrote a paper last year on the impact of her brother's mental </font></td>
                </tr>
                <tr>
                  <td>
                  <p><font color="#003366" size="3"><span style="FONT-SIZE: 18pt; FONT-FAMILY: Arial; mso-bidi-font-size: 10.0pt"><a href="http://www.namiscc.org/newsletters/December01/SCI-stem-cell-research.htm">http://www.namiscc.org/newsletters/December01/SCI-stem-cell-research.htm</a></span></font></p>
                  </td>
                </tr>
              </tbody>
            </table>
            <table cellspacing="2" cellpadding="2" width="80%" align="center" bgcolor="#ccffff" border="4">
              <tbody>
                <tr>
                  <td>
                  <p align="left"><font color="#003366"></font><font size="5"><strong><font color="#ff0000"><span class="head">Spinal Cord Injury; Umbilical Cord Blood Transplantation Improves Mobility After Spinal Cord Injury</span> <br />
                  </font></strong></font><font color="#ff0000"><span class="sHead2">Stem Cell Week<br />
                  &nbsp;March 2006</span><br />
                  </font></p>
                  </td>
                </tr>
                <tr>
                  <td>
                  <p align="justify">&nbsp;<font color="#990099">2006 MAR 20 - (NewsRx.com) -- Umbilical cord blood transplantation improves mobility in rats with spinal cord injury.</font> <br />
                  <br />
                  <font face="Tahoma" color="#0000ff" size="4"><font color="#ff0000">According to a study from Spain, &quot;Intravenously or intraspinally delivered human umbilical cord blood (UCB) cells and mesenchymal stem cells have been previously shown to improve the functional recovery of spinal cord-injured rats.</font> Obtaining an animal model in the laboratory setting is critical for the development of experimental therapies.&quot; <br />
                  <br />
                  &quot;We have established a rat model of spinal cord injury (SCI) with basic histological and functional evaluations, ready to use for cell transplantation experiments. <br />
                  &quot;In the first phase 10 Sprague-Dawley (SD) rats were used to standardize the laminectomy at D9-D10 without secondary lesions. In a second phase,&quot; wrote I. Roussos and colleagues at Hospital Duran Reynals in Barcelona, &quot;28 SD rats were laminectomized and injured at D9 by spinal cord compression for 3 to 5 seconds with an aneurysmal clip.&quot; <br />
                  &quot;Open-field behavior was assessed at days 2 and 7 postoperatively, and weekly until their sacrifice, using the Basso, Beattie, and Bresnahan locomotor rating scale. Two weeks postinjury, 14 immunosuppressed rats received a double intraspinal cell transplant of previously frozen UCB mononuclear cells (MNCs). <br />
                  &quot;Using a Hamilton syringe,&quot; continued the authors, &quot;2.5x105 unlabelled MNCs in 10 mcL medium were transplanted, rostrally and caudally to the lesion site. Rats were sacrificed at 4 weeks posttransplant by transcardial perfusion with 4% paraformaldehyde, and spinal cords were dissected and further fixated for histological analysis. No wound infections were observed.&quot; <br />
                  Investigators reported, &quot;Thirteen rats developed urinary tract infections and two animals showed autophagia grade 3. We observed a common spontaneous mobility improvement until a certain limit, depending on the degree of lesion and intrinsic characteristics of the animal. An animal model of SCI has been established.&quot; <br />
                  <font color="#ff0000">&quot;Critical parameters in the survival and correct functional analysis are continuous animal care postinjury, urinary tract infections, autophagia, and weight loss.</font> In addition, electrophysiological measures might be necessary to properly assess functional modifications,&quot; Roussos concluded. <br />
                  Roussos and colleagues published their study in Transplantation Proceedings (Development of a rat model of spinal cord injury and cellular transplantation. Transplant Proc, 2005;37(9):4127-4130). <br />
                  //////////////////////////////////////////////////////////////////////////////<br />
                  For more information, contact J. Garcia, Hospital Duran Reynals, Hospital Llobregat, Autovia Castelldefels Km 2-7, Barcelona 08907, Spain. <br />
                  Publisher contact information for the journal Transplantation Proceedings is: Elsevier Science Inc., 360 Park Avenue South, New York, NY 10010-1710, USA. <br />
                  <br />
                  Keywords: Barcelona, Spain, Umbilical Cord Blood, Spinal Cord Injury, Cell Transplantation, Rat Model, Mobility. <br />
                  This article was prepared by Stem Cell Week editors from staff and other reports. Copyright 2006, Stem Cell Week via NewsRx.com. <br />
                  </font></p>
                  </td>
                </tr>
                <tr>
                  <td>&nbsp;<a href="http://www.stemcellnews.com/articles/stem-cells-transplant-improves-spinal-cord-injury.htm"><font color="#003366">http://www.stemcellnews.com/articles/stem-cells-transplant-improves-spinal-cord-injury.htm</font></a></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

                </tr>
              </tbody>
            </table>
            </td>
            <td valign="top" bgcolor="#e6f1f8">
            <table id="table8" cellspacing="0" cellpadding="0" width="161" align="right" bgcolor="#e6f1f8">
              <tbody>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  
                </tr>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  <td valign="top" align="center" colspan="3" height="7">
                  <table cellpadding="5" width="100%">
                    <tbody>
                      <tr>
                        <td id="Theme_tdMenu" align="center" width="100%"><script>var arrMenuText_1_0 = new Array("&nbsp;مهندسی هوا و فضا&nbsp;&nbsp;","&nbsp;مهندسی معماری&nbsp;&nbsp;","&nbsp;مهندسی فناوری اطلاعات(IT)&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;مهندسي سيستم&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;مهندسی مواد&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;فیزیک&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_1_0 = new Array("/documents/document/11602/11607/portal.aspx","/documents/document/11602/11609/portal.aspx","/documents/document/11602/11610/portal.aspx","/documents/document/11602/11611/portal.aspx","/documents/document/11602/11612/portal.aspx","/documents/document/11602/11613/portal.aspx","/documents/document/11602/11614/portal.aspx","/documents/document/11602/11682/portal.aspx","/documents/document/11602/11683/portal.aspx","/documents/document/11602/11684/portal.aspx","/documents/document/11602/11685/portal.aspx","/documents/document/11602/13795/portal.aspx","/documents/document/11602/13794/portal.aspx","/documents/document/11602/13793/portal.aspx","/documents/document/11602/11686/portal.aspx","/documents/document/11602/11687/portal.aspx","/documents/document/11602/11688/portal.aspx","/documents/document/11602/11689/portal.aspx","/documents/document/11602/11690/portal.aspx","/documents/document/11602/11691/portal.aspx","/documents/document/11602/11692/portal.aspx","/documents/document/11602/11693/portal.aspx","/documents/document/11602/11696/portal.aspx","/documents/document/11602/11697/portal.aspx","/documents/document/11602/11698/portal.aspx","/documents/document/11602/11699/portal.aspx","/documents/document/11602/11700/portal.aspx","/documents/document/11602/11701/portal.aspx","/documents/document/11602/11702/portal.aspx","/documents/document/11602/11703/portal.aspx","/documents/document/11602/11704/portal.aspx","/documents/document/11602/11705/portal.aspx","/documents/document/11602/11706/portal.aspx","/documents/document/11602/11707/portal.aspx","/documents/document/11602/11708/portal.aspx","/documents/document/11602/11709/portal.aspx","/documents/document/11602/11710/portal.aspx");
var arrMenuText_1_1 = 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;","&nbsp;امورگمرکی&nbsp;&nbsp;","&nbsp;مهندسی سیستم&nbsp;&nbsp;","&nbsp;بیوتکنولوژی&nbsp;&nbsp;","&nbsp;هوانوردی(شاخه های خلبانی ومراقبت پرواز)&nbsp;&nbsp;","&nbsp;شیمی&nbsp;&nbsp;");var arrMenuLink_1_1 = new Array("/documents/document/11596/11605/portal.aspx","/documents/document/11596/11606/portal.aspx","/documents/document/11596/11669/portal.aspx","/documents/document/11596/11670/portal.aspx","/documents/document/11596/11672/portal.aspx","/documents/document/11596/11671/portal.aspx","/documents/document/11596/11673/portal.aspx","/documents/document/11596/11674/portal.aspx","/documents/document/11596/11676/portal.aspx","/documents/document/11596/11677/portal.aspx","/documents/document/11596/11678/portal.aspx","/documents/document/11596/11679/portal.aspx","/documents/document/11596/11680/portal.aspx","/documents/document/11596/11681/portal.aspx");
var arrMenuText_1_2 = 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;","&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;","&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;","&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_1_2 = new Array("/documents/document/11598/11615/portal.aspx","/documents/document/11598/11616/portal.aspx","/documents/document/11598/11711/portal.aspx","/documents/document/11598/11617/portal.aspx","/documents/document/11598/11618/portal.aspx","/documents/document/11598/11619/portal.aspx","/documents/document/11598/11620/portal.aspx","/documents/document/11598/11621/portal.aspx","/documents/document/11598/11622/portal.aspx","/documents/document/11598/11712/portal.aspx","/documents/document/11598/11713/portal.aspx","/documents/document/11598/11714/portal.aspx","/documents/document/11598/11716/portal.aspx","/documents/document/11598/11717/portal.aspx","/documents/document/11598/11718/portal.aspx","/documents/document/11598/11719/portal.aspx","/documents/document/11598/11720/portal.aspx","/documents/document/11598/11721/portal.aspx","/documents/document/11598/11722/portal.aspx","/documents/document/11598/11723/portal.aspx","/documents/document/11598/11724/portal.aspx","/documents/document/11598/11725/portal.aspx","/documents/document/11598/11726/portal.aspx","/documents/document/11598/11727/portal.aspx","/documents/document/11598/11728/portal.aspx","/documents/document/11598/11729/portal.aspx","/documents/document/11598/11730/portal.aspx","/documents/document/11598/11731/portal.aspx","/documents/document/11598/11732/portal.aspx","/documents/document/11598/11733/portal.aspx","/documents/document/11598/11734/portal.aspx","/documents/document/11598/11735/portal.aspx","/documents/document/11598/11736/portal.aspx","/documents/document/11598/11737/portal.aspx","/documents/document/11598/11738/portal.aspx","/documents/document/11598/11739/portal.aspx");
var arrMenuText_1_3 = 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_1_3 = new Array("/documents/document/11599/11623/portal.aspx","/documents/document/11599/11624/portal.aspx","/documents/document/11599/11625/portal.aspx","/documents/document/11599/11626/portal.aspx","/documents/document/11599/11627/portal.aspx","/documents/document/11599/11740/portal.aspx","/documents/document/11599/11741/portal.aspx","/documents/document/11599/11742/portal.aspx","/documents/document/11599/11743/portal.aspx");
var arrMenuText_1_4 = 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;","&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_1_4 = new Array("/documents/document/11600/11628/portal.aspx","/documents/document/11600/11629/portal.aspx","/documents/document/11600/11630/portal.aspx","/documents/document/11600/11631/portal.aspx","/documents/document/11600/11632/portal.aspx","/documents/document/11600/11633/portal.aspx","/documents/document/11600/11744/portal.aspx","/documents/document/11600/11745/portal.aspx","/documents/document/11600/11746/portal.aspx","/documents/document/11600/11750/portal.aspx","/documents/document/11600/11751/portal.aspx","/documents/document/11600/11752/portal.aspx","/documents/document/11600/11753/portal.aspx","/documents/document/11600/11754/portal.aspx","/documents/document/11600/11755/portal.aspx","/documents/document/11600/11756/portal.aspx","/documents/document/11600/11757/portal.aspx","/documents/document/11600/11758/portal.aspx");
var arrMenuText_1_6 = 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;","&nbsp;مهندسی عمران&nbsp;&nbsp;");var arrMenuLink_1_6 = new Array("/documents/document/12489/12490/portal.aspx","/documents/document/12489/12494/portal.aspx","/documents/document/12489/12496/portal.aspx","/documents/document/12489/12491/portal.aspx","/documents/document/12489/12492/portal.aspx","/documents/document/12489/12493/portal.aspx","/documents/document/12489/12497/portal.aspx","/documents/document/12489/12498/portal.aspx","/documents/document/12489/12499/portal.aspx","/documents/document/12489/12495/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;","&nbsp;معرفی ویژه برخی رشته ها&nbsp;&nbsp;","&nbsp;معرفي دانشگاه ها&nbsp;&nbsp;","&nbsp;رتبه بندي دانشگاه ها&nbsp;&nbsp;");var arrMenuLink_1 = new Array("/#","/#","/#","/#","/#","/documents/document/11588/11601/portal.aspx","/#","/documents/document/11588/13791/portal.aspx","/documents/document/11588/13792/portal.aspx");
var arrMenuText_2 = new Array("&nbsp;لیست کالریها/اصول تغذیه&nbsp;&nbsp;","&nbsp;نقش لباس در خوش اندامی&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه1&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه2&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه3&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه4&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه 5&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه 6&nbsp;&nbsp;","&nbsp;آشپزی و تغذیه 7&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;نکاتی در مورد میوه ها&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;رابطه چاقی با بیماریهای کبدی&nbsp;&nbsp;","&nbsp;من باید چند کیلو باشم ؟&nbsp;&nbsp;","&nbsp;اهمیت مصرف لبنیات&nbsp;&nbsp;","&nbsp;خطرات مصرف نوشابه ها&nbsp;&nbsp;","&nbsp;نکاتی درمورد خوراکیهاو ویتامینها&nbsp;&nbsp;");var arrMenuLink_2 = new Array("/documents/document/12543/12596/portal.aspx","/documents/document/12543/13065/portal.aspx","/documents/document/12543/12793/portal.aspx","/documents/document/12543/12794/portal.aspx","/documents/document/12543/12795/portal.aspx","/documents/document/12543/13222/portal.aspx","/documents/document/12543/13223/portal.aspx","/documents/document/12543/13225/portal.aspx","/documents/document/12543/13230/portal.aspx","/documents/document/12543/12687/portal.aspx","/documents/document/12543/12761/portal.aspx","/documents/document/12543/12779/portal.aspx","/documents/document/12543/12682/portal.aspx","/documents/document/12543/12681/portal.aspx","/documents/document/12543/12680/portal.aspx","/documents/document/12543/12589/portal.aspx","/documents/document/12543/12773/portal.aspx","/documents/document/12543/12772/portal.aspx","/documents/document/12543/12591/portal.aspx","/documents/document/12543/12592/portal.aspx","/documents/document/12543/12590/portal.aspx","/documents/document/12543/12544/portal.aspx","/documents/document/12543/12557/portal.aspx","/documents/document/12543/12545/portal.aspx","/documents/document/12543/12550/portal.aspx","/documents/document/12543/12551/portal.aspx","/documents/document/12543/12552/portal.aspx","/documents/document/12543/12230/portal.aspx","/documents/document/12543/12554/portal.aspx","/documents/document/12543/12553/portal.aspx","/documents/document/12543/11959/portal.aspx");
var arrMenuText_3_1_1 = new Array("&nbsp;رشته رياضي&nbsp;&nbsp;","&nbsp;رشته علوم تجربي&nbsp;&nbsp;");var arrMenuLink_3_1_1 = new Array("/documents/document/13777/13778/portal.aspx","/documents/document/13777/13779/portal.aspx");
var arrMenuText_3_1 = new Array("&nbsp;انتخاب رشته دانشگاه آزاد&nbsp;&nbsp;","&nbsp;ترازهاي دانشگاه آزاد&nbsp;&nbsp;","&nbsp;کارنامه دانشگاه آزاد اسلامی&nbsp;&nbsp;");var arrMenuLink_3_1 = new Array("/documents/document/13776/12244/portal.aspx","/#","/documents/document/13776/12586/portal.aspx");
var arrMenuText_3_2_5 = new Array("&nbsp;شیمی&nbsp;&nbsp;","&nbsp;ریاضیات&nbsp;&nbsp;","&nbsp;فیزیک&nbsp;&nbsp;");var arrMenuLink_3_2_5 = new Array("/documents/document/11937/11939/portal.aspx","/documents/document/11937/11941/portal.aspx","/documents/document/11937/11942/portal.aspx");
var arrMenuText_3_2_7 = 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;","&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;","&nbsp;مدارس منطقه نوزده&nbsp;&nbsp;","&nbsp;مدارس منطقه بیست&nbsp;&nbsp;","&nbsp;مدارس منطقه بیست ویک&nbsp;&nbsp;","&nbsp;مدارس منطقه بیست ودو&nbsp;&nbsp;");var arrMenuLink_3_2_7 = new Array("/documents/document/11882/11886/portal.aspx","/documents/document/11882/11885/portal.aspx","/documents/document/11882/11884/portal.aspx","/documents/document/11882/11883/portal.aspx","/documents/document/11882/11889/portal.aspx","/documents/document/11882/11890/portal.aspx","/documents/document/11882/11891/portal.aspx","/documents/document/11882/11892/portal.aspx","/documents/document/11882/11893/portal.aspx","/documents/document/11882/11894/portal.aspx","/documents/document/11882/11895/portal.aspx","/documents/document/11882/11896/portal.aspx","/documents/document/11882/11897/portal.aspx","/documents/document/11882/11898/portal.aspx","/documents/document/11882/11901/portal.aspx","/documents/document/11882/11902/portal.aspx","/documents/document/11882/11907/portal.aspx","/documents/document/11882/11908/portal.aspx","/documents/document/11882/11909/portal.aspx","/documents/document/11882/11910/portal.aspx","/documents/document/11882/11911/portal.aspx","/documents/document/11882/11912/portal.aspx");
var arrMenuText_3_2 = new Array("&nbsp;بررسی وضعیت آموزش کشورها&nbsp;&nbsp;","&nbsp;مطالب مهمی در موردISI &nbsp;&nbsp;","&nbsp;کن کور یا کور کن&nbsp;&nbsp;","&nbsp;مهندسی معکوس&nbsp;&nbsp;","&nbsp;بهترین دانشگاه های تکنولوژی جهان&nbsp;&nbsp;","&nbsp;مقالات علوم پایه&nbsp;&nbsp;","&nbsp; لیست دانشگاههای ایران&nbsp;&nbsp;","&nbsp;لیست مدارس تهران&nbsp;&nbsp;");var arrMenuLink_3_2 = new Array("/documents/document/13774/12587/portal.aspx","/documents/document/13774/12343/portal.aspx","/documents/document/13774/11918/portal.aspx","/documents/document/13774/11863/portal.aspx","/documents/document/13774/12299/portal.aspx","/#","/documents/document/13774/11874/portal.aspx","/#");
var arrMenuText_3_6_1 = new Array("&nbsp;سال اول&nbsp;&nbsp;","&nbsp;سال دوم&nbsp;&nbsp;","&nbsp;سال سوم&nbsp;&nbsp;","&nbsp;پیش دانشگاهی&nbsp;&nbsp;","&nbsp;تستهای 86&nbsp;&nbsp;");var arrMenuLink_3_6_1 = new Array("/documents/document/11825/11828/portal.aspx","/documents/document/11825/11829/portal.aspx","/documents/document/11825/11830/portal.aspx","/documents/document/11825/11831/portal.aspx","/documents/document/11825/11833/portal.aspx");
var arrMenuText_3_6_2 = new Array("&nbsp;سال اول&nbsp;&nbsp;");var arrMenuLink_3_6_2 = new Array("/documents/document/11820/11848/portal.aspx");
var arrMenuText_3_6_3 = new Array("&nbsp;سال اول&nbsp;&nbsp;");var arrMenuLink_3_6_3 = new Array("/documents/document/11849/11850/portal.aspx");
var arrMenuText_3_6 = new Array("&nbsp;گزیده ای از دروس کنکور&nbsp;&nbsp;","&nbsp;زیست&nbsp;&nbsp;","&nbsp;عربی&nbsp;&nbsp;","&nbsp;ادبیات&nbsp;&nbsp;","&nbsp;انگلیسی&nbsp;&nbsp;","&nbsp;سي دي مشاوره تحصيلي&nbsp;&nbsp;");var arrMenuLink_3_6 = new Array("/documents/document/11818/11644/portal.aspx","/#","/#","/#","/documents/document/11818/11826/portal.aspx","/documents/document/11818/11764/portal.aspx");
var arrMenuText_3 = 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;","&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;","&nbsp;سوابق تحصیلی وکنکور&nbsp;&nbsp;","&nbsp;رشته تحصیلی وآینده شغلی&nbsp;&nbsp;","&nbsp;چگونه درس بخوانيم &nbsp;&nbsp;");var arrMenuLink_3 = new Array("/documents/document/11800/13811/portal.aspx","/#","/#","/documents/document/11800/13502/portal.aspx","/documents/document/11800/13571/portal.aspx","/documents/document/11800/13370/portal.aspx","/#","/documents/document/11800/13313/portal.aspx","/documents/document/11800/13093/portal.aspx","/documents/document/11800/12908/portal.aspx","/documents/document/11800/12849/portal.aspx","/documents/document/11800/12731/portal.aspx","/documents/document/11800/12728/portal.aspx","/documents/document/11800/12622/portal.aspx","/documents/document/11800/12453/portal.aspx","/documents/document/11800/12340/portal.aspx","/documents/document/11800/12194/portal.aspx","/documents/document/11800/12133/portal.aspx","/documents/document/11800/12000/portal.aspx","/documents/document/11800/11940/portal.aspx","/documents/document/11800/11806/portal.aspx");
var arrMenuText_4 = 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;","&nbsp;اندازه گیری میزان هوش&nbsp;&nbsp;","&nbsp;روانشناسی کودکان1&nbsp;&nbsp;","&nbsp;روانشناسی کودکان2&nbsp;&nbsp;","&nbsp;روانشناسی کودکان3&nbsp;&nbsp;","&nbsp;روانشناسی کودکان4&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;پیش بینی واکنشهای افراد&nbsp;&nbsp;","&nbsp;نه گفتن را بلدی؟&nbsp;&nbsp;","&nbsp;نظریه های پیاژه&nbsp;&nbsp;");var arrMenuLink_4 = new Array("/documents/document/12267/13431/portal.aspx","/documents/document/12267/13493/portal.aspx","/documents/document/12267/12368/portal.aspx","/documents/document/12267/12426/portal.aspx","/documents/document/12267/12452/portal.aspx","/documents/document/12267/12461/portal.aspx","/documents/document/12267/12802/portal.aspx","/documents/document/12267/12758/portal.aspx","/documents/document/12267/12582/portal.aspx","/documents/document/12267/12425/portal.aspx","/documents/document/12267/12975/portal.aspx","/documents/document/12267/12976/portal.aspx","/documents/document/12267/12977/portal.aspx","/documents/document/12267/12978/portal.aspx","/documents/document/12267/12757/portal.aspx","/documents/document/12267/12769/portal.aspx","/documents/document/12267/12732/portal.aspx","/documents/document/12267/12434/portal.aspx","/documents/document/12267/12533/portal.aspx","/documents/document/12267/12583/portal.aspx","/documents/document/12267/12572/portal.aspx","/documents/document/12267/12268/portal.aspx","/documents/document/12267/12273/portal.aspx","/documents/document/12267/12277/portal.aspx","/documents/document/12267/12269/portal.aspx");
var arrMenuText_5_12 = new Array("&nbsp;فناوری اطلاعات1&nbsp;&nbsp;","&nbsp;فناوری اطلاعات2&nbsp;&nbsp;","&nbsp;فناوری اطلاعات3&nbsp;&nbsp;","&nbsp;فناوری اطلاعات4&nbsp;&nbsp;");var arrMenuLink_5_12 = new Array("/documents/document/11765/12563/portal.aspx","/documents/document/11765/12564/portal.aspx","/documents/document/11765/12566/portal.aspx","/documents/document/11765/12584/portal.aspx");
var arrMenuText_5_14 = new Array("&nbsp;متولدین فروردین،اردیبهشت،خرداد&nbsp;&nbsp;","&nbsp;متولدین تیر،مرداد،شهریور&nbsp;&nbsp;","&nbsp;متولدین مهر،آبان،آذر&nbsp;&nbsp;","&nbsp;متولدین دی،بهمن،اسفند&nbsp;&nbsp;");var arrMenuLink_5_14 = new Array("/documents/document/12114/12116/portal.aspx","/documents/document/12114/12117/portal.aspx","/documents/document/12114/12118/portal.aspx","/documents/document/12114/12119/portal.aspx");
var arrMenuText_5_15 = 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;","&nbsp;سال بز&nbsp;&nbsp;","&nbsp;سال میمون&nbsp;&nbsp;","&nbsp;سال خوک&nbsp;&nbsp;");var arrMenuLink_5_15 = new Array("/documents/document/12143/12144/portal.aspx","/documents/document/12143/12145/portal.aspx","/documents/document/12143/12146/portal.aspx","/documents/document/12143/12147/portal.aspx","/documents/document/12143/12148/portal.aspx","/documents/document/12143/12149/portal.aspx","/documents/document/12143/12150/portal.aspx","/documents/document/12143/12151/portal.aspx","/documents/document/12143/12152/portal.aspx","/documents/document/12143/12153/portal.aspx","/documents/document/12143/12154/portal.aspx","/documents/document/12143/12155/portal.aspx");
var arrMenuText_5_16 = new Array("&nbsp; حروف آ وب وپ&nbsp;&nbsp;","&nbsp;حروف ت وج وچ&nbsp;&nbsp;","&nbsp;حروف خ و د و ذ&nbsp;&nbsp;","&nbsp;حروف ر ، س،ش&nbsp;&nbsp;","&nbsp;حروف ص،ض،ط،ظ،ع&nbsp;&nbsp;","&nbsp;حروف غ،ف،ق،ک،گ&nbsp;&nbsp;","&nbsp;حروف ل،م،ن،و،ه،ی&nbsp;&nbsp;");var arrMenuLink_5_16 = new Array("/documents/document/12066/12067/portal.aspx","/documents/document/12066/12068/portal.aspx","/documents/document/12066/12069/portal.aspx","/documents/document/12066/12072/portal.aspx","/documents/document/12066/12074/portal.aspx","/documents/document/12066/12076/portal.aspx","/documents/document/12066/12075/portal.aspx");
var arrMenuText_5_17 = 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;","&nbsp;حروف ل،م،ن،و،ه&nbsp;&nbsp;");var arrMenuLink_5_17 = new Array("/documents/document/12094/12820/portal.aspx","/documents/document/12094/12095/portal.aspx","/documents/document/12094/12096/portal.aspx","/documents/document/12094/12097/portal.aspx","/documents/document/12094/12098/portal.aspx","/documents/document/12094/12099/portal.aspx","/documents/document/12094/12100/portal.aspx","/documents/document/12094/12101/portal.aspx","/documents/document/12094/12102/portal.aspx","/documents/document/12094/12103/portal.aspx");
var arrMenuText_5_18 = new Array("&nbsp;حروف الف،ب،پ،ت&nbsp;&nbsp;","&nbsp;حروف ث،ج،چ،ح،خ&nbsp;&nbsp;","&nbsp;حروف د،ذ،ر،ز،ژ&nbsp;&nbsp;","&nbsp;حروف س،ش،ص،ض،ط،ظ&nbsp;&nbsp;","&nbsp;حروف ع،غ،ف،ق،ک،گ&nbsp;&nbsp;","&nbsp;حروف ل،م،ن،و،ه،ی&nbsp;&nbsp;");var arrMenuLink_5_18 = new Array("/documents/document/12104/12105/portal.aspx","/documents/document/12104/12106/portal.aspx","/documents/document/12104/12107/portal.aspx","/documents/document/12104/12108/portal.aspx","/documents/document/12104/12110/portal.aspx","/documents/document/12104/12109/portal.aspx");
var arrMenuText_5_19 = new Array("&nbsp;حروف الف،ب،پ،ت&nbsp;&nbsp;","&nbsp;حروف ث،ج،چ،ج،خ&nbsp;&nbsp;","&nbsp;حروف د،ذ،ر،ز،ژ&nbsp;&nbsp;","&nbsp;حروف س،ش،ص،ض،ط،ظ&nbsp;&nbsp;","&nbsp;حروف ع،غ،ف،ق،ک،گ&nbsp;&nbsp;","&nbsp;حروف ل،م،ن،و،ه،ی&nbsp;&nbsp;");var arrMenuLink_5_19 = new Array("/documents/document/12087/12088/portal.aspx","/documents/document/12087/12089/portal.aspx","/documents/document/12087/12090/portal.aspx","/documents/document/12087/12091/portal.aspx","/documents/document/12087/12092/portal.aspx","/documents/document/12087/12093/portal.aspx");
var arrMenuText_5 = new Array("&nbsp;تاریخ ایران زمین&nbsp;&nbsp;","&nbsp;انواع عینک ها و لنزها&nbsp;&nbsp;","&nbsp;داستان های جذاب1&nbsp;&nbsp;","&nbsp;داستان های جذاب2&nbsp;&nbsp;","&nbsp;معارف اسلامی&nbsp;&nbsp;","&nbsp;انواع فال ها 1&nbsp;&nbsp;","&nbsp;انواع فال ها 2&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;طالع بینی سال&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;عجیبترین قوانین جهان&nbsp;&nbsp;","&nbsp;عکس هایی از تاریخ&nbsp;&nbsp;","&nbsp;آبشارهای مشهور ایران&nbsp;&nbsp;");var arrMenuLink_5 = new Array("/documents/document/11950/12785/portal.aspx","/documents/document/11950/12800/portal.aspx","/documents/document/11950/12796/portal.aspx","/documents/document/11950/12797/portal.aspx","/documents/document/11950/12711/portal.aspx","/documents/document/11950/12305/portal.aspx","/documents/document/11950/12828/portal.aspx","/documents/document/11950/12281/portal.aspx","/documents/document/11950/12280/portal.aspx","/documents/document/11950/12221/portal.aspx","/documents/document/11950/12220/portal.aspx","/documents/document/11950/12206/portal.aspx","/#","/documents/document/11950/11951/portal.aspx","/#","/#","/#","/#","/#","/#","/documents/document/11950/12037/portal.aspx","/documents/document/11950/12035/portal.aspx","/documents/document/11950/12034/portal.aspx","/documents/document/11950/12030/portal.aspx","/documents/document/11950/11972/portal.aspx","/documents/document/11950/11975/portal.aspx","/documents/document/11950/11957/portal.aspx");
var arrMenuText_6_0 = new Array("&nbsp;آرشیو پزشکی1&nbsp;&nbsp;","&nbsp;آرشيو پزشکی2&nbsp;&nbsp;","&nbsp;آرشیو پزشکی3&nbsp;&nbsp;","&nbsp;آرشیو پزشکی4&nbsp;&nbsp;","&nbsp;آرشیو پزشکی5&nbsp;&nbsp;","&nbsp;آرشیو پزشکی6&nbsp;&nbsp;","&nbsp;آرشيو پزشکی7&nbsp;&nbsp;","&nbsp;آرشیو پزشکی8&nbsp;&nbsp;","&nbsp;آرشیو پزشکی9&nbsp;&nbsp;","&nbsp;آرشیو پزشکی10&nbsp;&nbsp;","&nbsp;آرشیو پزشکی11&nbsp;&nbsp;","&nbsp;آرشیو پزشکی12&nbsp;&nbsp;","&nbsp;آرشیو پزشکی13&nbsp;&nbsp;","&nbsp;آرشیو پزشکی14&nbsp;&nbsp;","&nbsp;آرشیو پزشکی15&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 16&nbsp;&nbsp;","&nbsp;آرشیو پزشکی17&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 18&nbsp;&nbsp;","&nbsp;آرشیو پزشکی19&nbsp;&nbsp;","&nbsp;آرشیو پزشکی20&nbsp;&nbsp;");var arrMenuLink_6_0 = new Array("/documents/document/12629/12630/portal.aspx","/documents/document/12629/12667/portal.aspx","/documents/document/12629/12693/portal.aspx","/documents/document/12629/12725/portal.aspx","/documents/document/12629/12804/portal.aspx","/documents/document/12629/12871/portal.aspx","/documents/document/12629/12886/portal.aspx","/documents/document/12629/12923/portal.aspx","/documents/document/12629/12948/portal.aspx","/documents/document/12629/12989/portal.aspx","/documents/document/12629/12994/portal.aspx","/documents/document/12629/13005/portal.aspx","/documents/document/12629/13032/portal.aspx","/documents/document/12629/13059/portal.aspx","/documents/document/12629/13087/portal.aspx","/documents/document/12629/13165/portal.aspx","/documents/document/12629/13166/portal.aspx","/documents/document/12629/13201/portal.aspx","/documents/document/12629/13202/portal.aspx","/documents/document/12629/13203/portal.aspx");
var arrMenuText_6_1 = new Array("&nbsp;آرشیو پزشکی 21&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 22&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 23&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 24&nbsp;&nbsp;","&nbsp;آرشيو پزشكي25&nbsp;&nbsp;","&nbsp;آرشيو پزشكي26&nbsp;&nbsp;","&nbsp;آرشيو پزشكي27&nbsp;&nbsp;","&nbsp;آرشيو پزشكي28&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 29&nbsp;&nbsp;","&nbsp;آرشيو پزشكي30&nbsp;&nbsp;","&nbsp;آرشيو پزشكي31&nbsp;&nbsp;","&nbsp;آرشيو پزشكي32&nbsp;&nbsp;","&nbsp;آرشيو پزشكي33&nbsp;&nbsp;","&nbsp;آرشيو پزشكي34&nbsp;&nbsp;","&nbsp;آرشيو پزشكي35&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 36&nbsp;&nbsp;");var arrMenuLink_6_1 = new Array("/documents/document/13411/13211/portal.aspx","/documents/document/13411/13238/portal.aspx","/documents/document/13411/13255/portal.aspx","/documents/document/13411/13262/portal.aspx","/documents/document/13411/13327/portal.aspx","/documents/document/13411/13379/portal.aspx","/documents/document/13411/13412/portal.aspx","/documents/document/13411/13443/portal.aspx","/documents/document/13411/13459/portal.aspx","/documents/document/13411/13486/portal.aspx","/documents/document/13411/13510/portal.aspx","/documents/document/13411/13534/portal.aspx","/documents/document/13411/13559/portal.aspx","/documents/document/13411/13606/portal.aspx","/documents/document/13411/13639/portal.aspx","/documents/document/13411/13653/portal.aspx");
var arrMenuText_6_2 = new Array("&nbsp;آرشيو پزشكي 37&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 38&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 39&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 40&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 41&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 42&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 43&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 44&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 45&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 46&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 47&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 48&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 49&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 50&nbsp;&nbsp;","&nbsp;آرشیو پزشکی 51&nbsp;&nbsp;","&nbsp;آرشيو پزشكي 52&nbsp;&nbsp;");var arrMenuLink_6_2 = new Array("/documents/document/13802/13686/portal.aspx","/documents/document/13802/13727/portal.aspx","/documents/document/13802/13763/portal.aspx","/documents/document/13802/13803/portal.aspx","/documents/document/13802/13827/portal.aspx","/documents/document/13802/13828/portal.aspx","/documents/document/13802/13862/portal.aspx","/documents/document/13802/13893/portal.aspx","/documents/document/13802/13940/portal.aspx","/documents/document/13802/13988/portal.aspx","/documents/document/13802/14068/portal.aspx","/documents/document/13802/14094/portal.aspx","/documents/document/13802/14138/portal.aspx","/documents/document/13802/14151/portal.aspx","/documents/document/13802/14170/portal.aspx","/documents/document/13802/14200/portal.aspx");
var arrMenuText_6_3 = new Array("&nbsp;آرشيو 1&nbsp;&nbsp;","&nbsp;آرشيو 2&nbsp;&nbsp;","&nbsp;آرشيو 3&nbsp;&nbsp;","&nbsp;آرشيو 4&nbsp;&nbsp;","&nbsp;آرشيو 5&nbsp;&nbsp;","&nbsp;آرشيو 6&nbsp;&nbsp;","&nbsp;آرشيو 7&nbsp;&nbsp;","&nbsp;آرشیو 8&nbsp;&nbsp;","&nbsp;آرشیو 9&nbsp;&nbsp;","&nbsp;آرشیو 10&nbsp;&nbsp;","&nbsp;آرشیو 11&nbsp;&nbsp;","&nbsp;آرشیو 12&nbsp;&nbsp;","&nbsp;آرشیو 13&nbsp;&nbsp;","&nbsp;آرشیو 14&nbsp;&nbsp;","&nbsp;آرشیو 15&nbsp;&nbsp;","&nbsp;آرشیو 16&nbsp;&nbsp;");var arrMenuLink_6_3 = new Array("/documents/document/11590/13643/portal.aspx","/documents/document/11590/13677/portal.aspx","/documents/document/11590/13712/portal.aspx","/documents/document/11590/13801/portal.aspx","/documents/document/11590/13844/portal.aspx","/documents/document/11590/13861/portal.aspx","/documents/document/11590/13894/portal.aspx","/documents/document/11590/13936/portal.aspx","/documents/document/11590/14016/portal.aspx","/documents/document/11590/14040/portal.aspx","/documents/document/11590/14065/portal.aspx","/documents/document/11590/14095/portal.aspx","/documents/document/11590/14150/portal.aspx","/documents/document/11590/14183/portal.aspx","/documents/document/11590/14218/portal.aspx","/documents/document/11590/14243/portal.aspx");
var arrMenuText_6 = new Array("&nbsp;آرشیو مقالات پزشکیA&nbsp;&nbsp;","&nbsp;آرشيو مقالات پزشكيB&nbsp;&nbsp;","&nbsp;آرشيو مقالات پزشكي C&nbsp;&nbsp;","&nbsp;آرشیو اخبار کنکوریها و دبیرستانیها&nbsp;&nbsp;");var arrMenuLink_6 = new Array("/#","/#","/#","/#");
var arrMenuText_7 = new Array("&nbsp;تكنيكهايي براي پيشرفت تحصيلي&nbsp;&nbsp;","&nbsp;چگونه مثبت بيانديشيم&nbsp;&nbsp;","&nbsp;مدیریت زمان/مهارتهای خواندن&nbsp;&nbsp;","&nbsp;مطالعه موفق با تمرکز&nbsp;&nbsp;","&nbsp;60 گام برای رسیدن به آرامش&nbsp;&nbsp;","&nbsp;برنامه ای موثر برای موفقیت&nbsp;&nbsp;","&nbsp;10قدم برای جذب انسان ها&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;هوش هیجانی چیست؟&nbsp;&nbsp;","&nbsp;اعتماد به نفس&nbsp;&nbsp;","&nbsp;پرورش خلاقیت&nbsp;&nbsp;","&nbsp;یادگیری خلاق&nbsp;&nbsp;","&nbsp;64تکنیک برای یادگیری سریع&nbsp;&nbsp;");var arrMenuLink_7 = new Array("/documents/document/12535/13717/portal.aspx","/documents/document/12535/13733/portal.aspx","/documents/document/12535/12751/portal.aspx","/documents/document/12535/12658/portal.aspx","/documents/document/12535/12536/portal.aspx","/documents/document/12535/12573/portal.aspx","/documents/document/12535/12537/portal.aspx","/documents/document/12535/12538/portal.aspx","/documents/document/12535/12539/portal.aspx","/documents/document/12535/12540/portal.aspx","/documents/document/12535/12541/portal.aspx","/documents/document/12535/12271/portal.aspx","/documents/document/12535/12272/portal.aspx","/documents/document/12535/12366/portal.aspx","/documents/document/12535/12036/portal.aspx","/documents/document/12535/12132/portal.aspx","/documents/document/12535/11956/portal.aspx","/documents/document/12535/12270/portal.aspx","/documents/document/12535/11917/portal.aspx","/documents/document/12535/11864/portal.aspx");
var arrMenuText_9_0 = 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;","&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;","&nbsp;مریم حیدرزاده&nbsp;&nbsp;","&nbsp;شرح حالی از دکتر قیصر امین پور&nbsp;&nbsp;");var arrMenuLink_9_0 = new Array("/documents/document/11964/11965/portal.aspx","/documents/document/11964/12764/portal.aspx","/documents/document/11964/12733/portal.aspx","/documents/document/11964/11966/portal.aspx","/documents/document/11964/11985/portal.aspx","/documents/document/11964/12008/portal.aspx","/documents/document/11964/11986/portal.aspx","/documents/document/11964/11981/portal.aspx","/documents/document/11964/11982/portal.aspx","/documents/document/11964/11983/portal.aspx","/documents/document/11964/12041/portal.aspx","/documents/document/11964/11990/portal.aspx","/documents/document/11964/12742/portal.aspx","/documents/document/11964/11987/portal.aspx","/documents/document/11964/11988/portal.aspx","/documents/document/11964/11992/portal.aspx","/documents/document/11964/12006/portal.aspx","/documents/document/11964/12024/portal.aspx","/documents/document/11964/12043/portal.aspx","/documents/document/11964/12085/portal.aspx");
var arrMenuText_9_1_8 = new Array("&nbsp;سخنان1&nbsp;&nbsp;","&nbsp;سخنان2&nbsp;&nbsp;","&nbsp;سخنان3&nbsp;&nbsp;","&nbsp;سخنان4&nbsp;&nbsp;","&nbsp;نامهای اصیل ایرانی&nbsp;&nbsp;","&nbsp;رباعیات خیام1&nbsp;&nbsp;","&nbsp;رباعیات خیام2&nbsp;&nbsp;","&nbsp;رباعیات خیام3&nbsp;&nbsp;","&nbsp;رباعیات خیام4&nbsp;&nbsp;");var arrMenuLink_9_1_8 = new Array("/documents/document/11967/11968/portal.aspx","/documents/document/11967/11969/portal.aspx","/documents/document/11967/11970/portal.aspx","/documents/document/11967/11971/portal.aspx","/documents/document/11967/12070/portal.aspx","/documents/document/11967/12057/portal.aspx","/documents/document/11967/12058/portal.aspx","/documents/document/11967/12059/portal.aspx","/documents/document/11967/12060/portal.aspx");
var arrMenuText_9_1 = new Array("&nbsp;کوروش بزرگ&nbsp;&nbsp;","&nbsp;علی اکبر دهخدا&nbsp;&nbsp;","&nbsp;چارلی چاپلین&nbsp;&nbsp;","&nbsp;ابونصر فارابی&nbsp;&nbsp;","&nbsp;شیخ بهاالدین&nbsp;&nbsp;","&nbsp;10حقیقت از زندگی انیشتین&nbsp;&nbsp;","&nbsp;ستارخان&nbsp;&nbsp;","&nbsp;امیرکبیر&nbsp;&nbsp;","&nbsp;سخنان بزرگان&nbsp;&nbsp;");var arrMenuLink_9_1 = new Array("/documents/document/12009/12031/portal.aspx","/documents/document/12009/12765/portal.aspx","/documents/document/12009/12766/portal.aspx","/documents/document/12009/12741/portal.aspx","/documents/document/12009/12010/portal.aspx","/documents/document/12009/11974/portal.aspx","/documents/document/12009/12011/portal.aspx","/documents/document/12009/12012/portal.aspx","/#");
var arrMenuText_9_2 = new Array("&nbsp;هنرپیشه های زن ایرانیA&nbsp;&nbsp;","&nbsp;هنرپیشه های زن ایرانیB&nbsp;&nbsp;","&nbsp;هنرپیشه های مرد ایرانی&nbsp;&nbsp;","&nbsp;هنرپیشه های خارجیA&nbsp;&nbsp;","&nbsp;هنرپیشه های خارجیB&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_9_2 = new Array("/documents/document/12019/12726/portal.aspx","/documents/document/12019/12727/portal.aspx","/documents/document/12019/12767/portal.aspx","/documents/document/12019/12722/portal.aspx","/documents/document/12019/12721/portal.aspx","/documents/document/12019/12020/portal.aspx","/documents/document/12019/12021/portal.aspx","/documents/document/12019/12029/portal.aspx","/documents/document/12019/12038/portal.aspx","/documents/document/12019/12027/portal.aspx","/documents/document/12019/12022/portal.aspx","/documents/document/12019/12028/portal.aspx");
var arrMenuText_9_3 = new Array("&nbsp;فیزیک&nbsp;&nbsp;","&nbsp;زیست شناسی&nbsp;&nbsp;","&nbsp;شیمی&nbsp;&nbsp;","&nbsp;ریاضیات&nbsp;&nbsp;","&nbsp;ادبیات&nbsp;&nbsp;");var arrMenuLink_9_3 = new Array("/documents/document/11944/11945/portal.aspx","/documents/document/11944/11954/portal.aspx","/documents/document/11944/11984/portal.aspx","/documents/document/11944/11991/portal.aspx","/documents/document/11944/11963/portal.aspx");
var arrMenuText_9 = new Array("&nbsp;شعرای نامی&nbsp;&nbsp;","&nbsp;شخصیتهای نامی&nbsp;&nbsp;","&nbsp;هنرمندان نامی&nbsp;&nbsp;","&nbsp;دانشمندان&nbsp;&nbsp;","&nbsp;چهره های ماندگار&nbsp;&nbsp;");var arrMenuLink_9 = new Array("/#","/#","/#","/#","/documents/document/13722/12005/portal.aspx");
var arrMenuText_10 = 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;","&nbsp;اقدامات اولیه در آسیبهای ورزشی&nbsp;&nbsp;","&nbsp;10روش برای کسب عضلات ورزیده&nbsp;&nbsp;","&nbsp;دوپینگ در ورزش چیست&nbsp;&nbsp;","&nbsp;چرا ورزش کردن لازم است&nbsp;&nbsp;","&nbsp;ورزشهایی برای تقویت عضلات سینه&nbsp;&nbsp;","&nbsp;پندارهای غلط در مورد ورزش&nbsp;&nbsp;");var arrMenuLink_10 = new Array("/documents/document/12546/12223/portal.aspx","/documents/document/12546/12224/portal.aspx","/documents/document/12546/12547/portal.aspx","/documents/document/12546/12225/portal.aspx","/documents/document/12546/12570/portal.aspx","/documents/document/12546/12569/portal.aspx","/documents/document/12546/12568/portal.aspx","/documents/document/12546/12571/portal.aspx","/documents/document/12546/12567/portal.aspx","/documents/document/12546/12560/portal.aspx","/documents/document/12546/12559/portal.aspx","/documents/document/12546/12558/portal.aspx","/documents/document/12546/12548/portal.aspx","/documents/document/12546/12549/portal.aspx","/documents/document/12546/12555/portal.aspx");
var arrMenuText_12 = 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;","&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;","&nbsp;از روی تنفر از رنگها&nbsp;&nbsp;","&nbsp;از روی چند سوال ساده&nbsp;&nbsp;","&nbsp;از روی ساختار بدنی&nbsp;&nbsp;","&nbsp;از روی قدرت تخیل&nbsp;&nbsp;");var arrMenuLink_12 = new Array("/documents/document/12158/12159/portal.aspx","/documents/document/12158/12578/portal.aspx","/documents/document/12158/12579/portal.aspx","/documents/document/12158/12580/portal.aspx","/documents/document/12158/12577/portal.aspx","/documents/document/12158/12576/portal.aspx","/documents/document/12158/12575/portal.aspx","/documents/document/12158/12574/portal.aspx","/documents/document/12158/12160/portal.aspx","/documents/document/12158/12164/portal.aspx","/documents/document/12158/12161/portal.aspx","/documents/document/12158/12162/portal.aspx","/documents/document/12158/12039/portal.aspx","/documents/document/12158/12163/portal.aspx","/documents/document/12158/12165/portal.aspx","/documents/document/12158/12166/portal.aspx","/documents/document/12158/12167/portal.aspx","/documents/document/12158/12168/portal.aspx","/documents/document/12158/12169/portal.aspx","/documents/document/12158/12170/portal.aspx","/documents/document/12158/12171/portal.aspx","/documents/document/12158/12172/portal.aspx");
var arrMenuText_13 = new Array("&nbsp;پزشکان&nbsp;&nbsp;","&nbsp;معلمان و اساتید&nbsp;&nbsp;","&nbsp;مدارس&nbsp;&nbsp;","&nbsp;آموزشگاه ها&nbsp;&nbsp;","&nbsp;ناشران&nbsp;&nbsp;","&nbsp;کتاب ها&nbsp;&nbsp;","&nbsp;کتابفروشیها&nbsp;&nbsp;");var arrMenuLink_13 = new Array("/documents/document/11768/12928/portal.aspx","/documents/document/11768/11769/portal.aspx","/documents/document/11768/11771/portal.aspx","/documents/document/11768/11772/portal.aspx","/documents/document/11768/11813/portal.aspx","/documents/document/11768/11770/portal.aspx","/documents/document/11768/11774/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;","&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/11586/main-page.aspx","/#","/#","/#","/#","/#","/#","/#","/default.aspx?app=faqs&page=faq&docparid=0&docid=11604","/#","/#","/documents/document/0/12061/portal.aspx","/#","/#","/default.aspx?app=weblog&page=weblog&docparid=0&docid=11922","/default.aspx?app=forms&page=form&docparid=0&docid=11664","/default.aspx?app=mailinglists&page=mailingsignup&docparid=0&docid=11603","/default.aspx?app=forms&page=form&docparid=0&docid=11654");
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>

                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  
                </tr>
                <tr>
                  
                </tr>
                <tr>
                  <td id="Theme_tdBanner" align="center" colspan="3" height="1"><span id='4338764'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Weather','4338764');//آب و هوا</script>&nbsp;
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl3_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
</table>

</P>
</td>

                </tr>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  <td id="Theme_tdDateTime" valign="top" align="center" colspan="3" height="1"><span id='7060503'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=BlockVoteItemShow','7060503');//راي گيري</script>&nbsp;

<br>

</td>

                </tr>
                <tr>
                  <td id="Theme_tdVoting" dir="ltr" valign="top" align="center" colspan="3" height="1">&nbsp;</td>

                </tr>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  <td id="Theme_tdWeather" valign="top" align="center" colspan="3" height="1"><span id='6255286'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Output','6255286');//خروجي صفحات</script>&nbsp;</td>

                </tr>
                <tr bgcolor="#91b8d8">
                  <td align="center" colspan="3" height="1">&nbsp;</td>
                </tr>
                <tr>
                  <td id="Theme_tdOutput" valign="top" align="center" colspan="3" height="1">&nbsp;</td>

                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td id="Theme_tdFooter" dir="rtl" align="center" background="/Themes/MainSkins/Gray/images/bg-footer.gif" bgcolor="#c0c0c0" height="25">&nbsp;<P><FONT face=Tahoma color=#0000ff>استفاده از مطالب این سایت با ذکر کامل منبع&nbsp; و گذاشتن لینک، بلامانع است.</FONT></P>
</td>

    </tr>
  </tbody>
</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">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  </form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
