

<HTML>
 <HEAD>
 <title>Iranian National Observatory</title>
 <meta id="mtaKeyWords" content="INO, Iranian, National, Observatory, IPM, Iran Astronomy" name="keywords"></meta>
 <meta id="mtaDescription" content="Institute for Studies in Theoretical Physics and Mathematics (IPM)
Iranian National Observatory" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/noi3/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/noi3/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/noi3/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/11586/Home-Page.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_0zawt545aslwtbibo3qruzio_/documents/document/0/11586/Home-Page.aspx_634038713169705000" />
<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 width="0%" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
 <tr>
  <td align="center" valign="top"><table width="964" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
   <tr>
    <td height="114" align="center" valign="top"><img src="/themes/mainskins/noi3/images/01.png" alt="" width="964" height="114" /></td>
   </tr>
   <tr>
    <td height="133" align="center" valign="top"><img src="/themes/mainskins/noi3/images/02.png" alt="" width="964" height="133" border="0" /></td>
   </tr>
   <tr>
    <td height="100%" align="center" valign="top"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
       <td width="236" height="19" align="right" valign="top" background="/themes/mainskins/noi3/images/03.png" style="background-repeat:repeat-x;"><img src="/themes/mainskins/noi3/images/04.png" alt="" width="236" height="19" border="0" usemap="#MapMap" /></td>
       <td align="left" valign="top" background="/themes/mainskins/noi3/images/03.png" style="background-repeat:repeat-x;">&nbsp;</td>
      </tr>
      <tr>
       <td width="236" height="100%" align="left" valign="top"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2">
         <tr>
          <td height="18" align="left" valign="top"><img src="/themes/mainskins/noi3/images/05.png" alt="" width="235" height="18" /></td>
         </tr>
         <tr>
          <td id="Theme_tdSearch" height="18" align="left" valign="top">
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" align="left" cellpadding="0" cellspacing="0">
 <tr>
  <td align="right" valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="10" style="WIDTH: 213px" 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>
  <td align="right" valign="middle"></td>
  <td align="right" valign="middle">&nbsp;<input type="image" name="Theme:_ctl2:ibtnSearch" onclick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl2_ibtnSearch" src="/ParsDesign/Files/SkinButtons/noi3_07.png" alt="" border="0" /></td>
 </tr>
</table>
</td>

         </tr>
         <tr>
          <td height="18" align="left" valign="top"><img src="/themes/mainskins/noi3/images/06.png" alt="" width="235" height="18" /></td>
         </tr>
         <tr>
          <td id="Theme_tdMailingList" height="18" align="left" valign="top">
<table id="Theme__ctl3_tblMain" cellspacing="0" cellpadding="0" border="0" align="center">
 <tr>
 <td align="right" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td align="right" valign="middle"><input name="Theme:_ctl3:txtEmail" type="text" id="Theme__ctl3_txtEmail" class="TextBox" style="width:213px;" /></td>
        <td align="right" valign="middle"></td>
        <td align="right" valign="middle">&nbsp;<input type="image" name="Theme:_ctl3:ibtnSignUp" onclick="javascript:location.href='/default.aspx?page=MailingListGetMail&app=MailingLists&email='+document.getElementById('Theme__ctl3_txtEmail').value;return false;if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl3_ibtnSignUp" src="/ParsDesign/Files/SkinButtons/noi3_07.png" alt="" border="0" /></td>
       </tr>
      </table>
  </td>
 </tr>
</table>
</td>

         </tr>
         <tr>
          <td height="18" align="left" valign="top" style="padding-top:4px; padding-bottom:4px; padding-right:0px; padding-left:0px;"><table width="100%" border="0" align="right" cellpadding="0" cellspacing="0">
            <tr>
             <td id="Theme_tdMenu" align="left" valign="top" background="/themes/mainskins/noi3/images/10.png" style="background-repeat:repeat-y; background-position:left top;"><script>var arrMenuText_1 = new Array("&nbsp;&nbsp;Documents Lists&nbsp;","&nbsp;&nbsp;Science Case&nbsp;","&nbsp;&nbsp;White Book&nbsp;","&nbsp;&nbsp;Site Selection Report&nbsp;","&nbsp;&nbsp;Virtual Observatory&nbsp;","&nbsp;&nbsp;Light Pollution&nbsp;");var arrMenuLink_1 = new Array("/documents/document/11588/11596/Documents-Lists.aspx","/documents/document/11588/11597/Science-Case.aspx","/documents/document/11588/11598/White-Book.aspx","/documents/document/11588/11599/Site-Selection-Report.aspx","/documents/document/11588/11600/Virtual-Observatory.aspx","/documents/document/11588/11601/Light-Pollution.aspx");
var arrMenuText_3 = new Array("&nbsp;&nbsp;Gallery&nbsp;");var arrMenuLink_3 = new Array("/default.aspx?app=galleries&page=gallery&docparid=11589&docid=11610");
var arrMenuText_4 = new Array("&nbsp;&nbsp;WorkShop On INO Science Case&nbsp;");var arrMenuLink_4 = new Array("/documents/document/11590/11602/WorkShop-On-INO-Science-Case.aspx");
var arrMenuText_7 = new Array("&nbsp;&nbsp;Steering Board&nbsp;","&nbsp;&nbsp;External Board&nbsp;","&nbsp;&nbsp;Organigram&nbsp;");var arrMenuLink_7 = new Array("/documents/document/11593/11603/Steering-Board.aspx","/documents/document/11593/11604/External-Board.aspx","/documents/document/11593/11605/Organigram.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;Home Page&nbsp;","&nbsp;&nbsp;Documents&nbsp;","&nbsp;&nbsp;News&nbsp;","&nbsp;&nbsp;Multimedia&nbsp;","&nbsp;&nbsp;Calendar&nbsp;","&nbsp;&nbsp;Newsletter&nbsp;","&nbsp;&nbsp;Useful Links&nbsp;","&nbsp;&nbsp;About Us&nbsp;","&nbsp;&nbsp;Contact Us&nbsp;","&nbsp;&nbsp;Site Map&nbsp;");var arrMenuLink = new Array("/documents/document/0/11586/Home-Page.aspx","/#","/default.aspx?app=news&page=news&docparid=0&docid=11606&pagenumber=1","/documents/document/0/11589/Multimedia.aspx","/documents/document/0/11590/portal.aspx","/documents/document/0/11591/Newsletter.aspx","/default.aspx?app=links&page=link&docparid=0&docid=11609&catparid=-11609","/documents/document/0/11593/About-Us.aspx","/documents/document/0/11594/Contact-Us.aspx","/documents/document/0/11595/Site-Map.aspx");
var dir="ltr";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

            </tr>
          </table></td>
         </tr>
         <tr>
          <td height="100%" align="left" valign="top" background="/themes/mainskins/noi3/images/09.png" style="background-repeat:repeat-y; background-position:left top;">&nbsp;</td>
         </tr>
         <tr>
          <td height="5" align="left" valign="top" style="background-repeat:repeat-y; background-position:left top;"></td>
         </tr>
       </table></td>
       <td align="left" valign="top"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td width="3" rowspan="4">&nbsp;</td>
          <td width="3" height="3"><img src="/themes/mainskins/noi3/images/t01.png" alt="" width="3" height="3" /></td>
          <td height="3" background="/themes/mainskins/noi3/images/t02.png" style="background-repeat:repeat-x"><img src="/themes/mainskins/noi3/images/t02.png" alt="" width="3" height="3" /></td>
          <td width="3" height="3"><img src="/themes/mainskins/noi3/images/t03.png" alt="" width="3" height="3" /></td>
         </tr>
         <tr>
          <td width="3" background="/themes/mainskins/noi3/images/t08.png" style="background-repeat:repeat-y"><img src="/themes/mainskins/noi3/images/t08.png" alt="" width="3" height="3" /></td>
          <td width="100%" height="100%" align="right" valign="top"><table width="100%" background="/themes/mainskins/noi3/images/11.png" style="background-repeat:repeat-x;" border="0" cellspacing="0" cellpadding="5">
            <tr>
             <td id="Theme_tdMain" align="left" valign="top">Home Page 

<table id="Theme__ctl1_tblDocument" dir="ltr" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11586.">
 <tr>
 <TD colspan="2" valign="top">
  <p>
<table cellspacing="1" cellpadding="1" width="200" summary="" border="1">
  <tbody>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </tbody>
</table>
</p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

            </tr>
          </table></td>
          <td width="3" background="/themes/mainskins/noi3/images/t04.png" style="background-repeat:repeat-y"><img src="/themes/mainskins/noi3/images/t04.png" alt="" width="3" height="3" /></td>
         </tr>
         <tr>
          <td width="3" height="3"><img src="/themes/mainskins/noi3/images/t07.png" alt="" width="3" height="3" /></td>
          <td height="3" background="/themes/mainskins/noi3/images/t06.png" style="background-repeat:repeat-x"><img src="/themes/mainskins/noi3/images/t06.png" alt="" width="3" height="3" /></td>
          <td width="3" height="3"><img src="/themes/mainskins/noi3/images/t05.png" alt="" width="3" height="3" /></td>
         </tr>
         <tr>
          <td height="5" colspan="3"></td>
          </tr>
       </table></td>
      </tr>
    </table></td>
   </tr>
   <tr>
    <td height="32" align="center" valign="middle" background="/themes/mainskins/noi3/images/08.png" style="background-repeat:repeat-x;"><table width="100%" height="18" border="0" cellpadding="2" cellspacing="0">
      <tr>
       <td id="Theme_tdMarquee" width="600" height="18" align="left" valign="middle"><marquee direction="right" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><P>Iranian National Observatory. This Site is under constructing. it will be completed soon!</P></marquee></td>

       <td width="5" align="center" valign="middle" style=" background-repeat:repeat-y; background-position:center;"><img src="/themes/mainskins/noi3/images/12.gif" alt="" width="4" height="18" /></td>
       <td id="Theme_tdFooter" width="365" height="18" align="right" valign="middle"><P>&nbsp;Iranina National obervatory. All rights reserved. 2008</P>
</td>

      </tr>
    </table></td>
   </tr>
  </table>
   <map name="MapMap" id="MapMap">
    <area shape="rect" coords="156,3,229,17" href="http://noi.ir/default.aspx" />
   </map></td>
 </tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="156,3,229,17" href="http://noi.ir/default.aspx" />
</map>

<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>
