

<HTML>
 <HEAD>
 <title>ايريسا - شرکت بین‌ المللی مهندسی سیستم ها و اتوماسیون </title>
 <meta id="mtaKeyWords" content="Irisa , MIS , ERP , Automation , Portal, Network, System, Engineering" name="keywords"></meta>
 <meta id="mtaDescription" content="Irisa , MIS , ERP , Automation , Portal, Network, System, Engineering" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/IRISA/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/IRISA/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/IRISA/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 language="javascript" src="/Scripts/ajaxCore.js" type="text/javascript"></script>
 <script language="javascript" src="/scripts/javaCore.js" type="text/javascript"></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>
 

 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/11604/HomePageIRISAco.aspx" id="frmDefault">
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_20100209_74c35a66-4fbc-4dd8-9525-ff6a7f9bb11a_634013168419761819" />
<input type="hidden" name="__VIEWSTATE" value="" />
<script language="javascript" type="text/javascript">
<!--
 function __doPostBack(eventTarget, eventArgument) {
 var theform;
 if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
  theform = document.frmDefault;
 }
 else {
  theform = document.forms["frmDefault"];
 }
 theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
 theform.__EVENTARGUMENT.value = eventArgument;
 theform.submit();
 }
// -->
</script>

  
  <!-- 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 -->
<link href="/Themes/MainSkins/irisa/1.css" rel="stylesheet" type="text/css" />
<table height="100%" cellspacing="0" cellpadding="0" border="0" align="center" width="873">
  <tbody>
    <tr>
      <td height="100%" align="center" valign="top">
      <table height="100%" cellspacing="0" cellpadding="2" border="0" align="center" width="100%">
        <tbody>
          <tr height="50">
            <td align="center" valign="top">
            <table cellspacing="0" cellpadding="5" border="0" width="100%" style="border: 1px solid rgb(51, 51, 51);">
              <tbody>
                <tr>
                  <td bgcolor="#cbdff2" background="/Themes/MainSkins/irisa/images/header_bk.jpg" align="center" valign="middle" style="background-repeat: repeat-x;">
                  <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%">
                    <tbody>
                      <tr>
                        <td align="left" valign="top">
                        <table cellspacing="0" cellpadding="0" border="0" align="left" width="100%">
                          <tbody>
                            <tr>
                              <td height="20" align="left" valign="top"><a href="/default.aspx"><img hspace="2" height="27" border="0" width="32" alt="صفحه اصلي" src="/Themes/MainSkins/irisa/images/iconhome.gif" /></a><a href="http://en.irisaco.com"><img height="27" border="0" width="58" alt="سايت انگليسي ايريسا" src="/Themes/MainSkins/irisa/images/enflag.gif" /></a><a target="_blank" href="http://mail.irisaco.com"><img hspace="2" height="27" border="0" width="32" alt="پست الكترونيك ايريسا" src="/Themes/MainSkins/irisa/images/Irisa_Email_Icon.gif" /></a></td>
                            </tr>
                            <tr>
                              <td id="Theme_tdDateTime" height="20">&nbsp;1388/11/20 سه شنبه

<br>
<script language="JavaScript">
<!--
// set the function

var thehours=12;
var themins=54;
var thesecs=1;

function theclock()
{
var DateNow=new Date();

thesecs++;
if(thesecs>59){
 themins++;
 thesecs=0;
}

if(themins>59){
 thehours++;
 themins=0;
}

if(thehours>23){
thehours=0;
}


var corrected_sixty=new Array(24)
corrected_sixty[0]="00";
corrected_sixty[1]="01";
corrected_sixty[2]="02";
corrected_sixty[3]="03";
corrected_sixty[4]="04";
corrected_sixty[5]="05";
corrected_sixty[6]="06";
corrected_sixty[7]="07";
corrected_sixty[8]="08";
corrected_sixty[9]="09";
corrected_sixty[10]="10";
corrected_sixty[11]="11";
corrected_sixty[12]="12";
corrected_sixty[13]="13";
corrected_sixty[14]="14";
corrected_sixty[15]="15";
corrected_sixty[16]="16";
corrected_sixty[17]="17";
corrected_sixty[18]="18";
corrected_sixty[19]="19";
corrected_sixty[20]="20";
corrected_sixty[21]="21";
corrected_sixty[22]="22";
corrected_sixty[23]="23";
corrected_sixty[24]="24";
corrected_sixty[25]="25";
corrected_sixty[26]="26";
corrected_sixty[27]="27";
corrected_sixty[28]="28";
corrected_sixty[29]="29";
corrected_sixty[30]="30";
corrected_sixty[31]="31";
corrected_sixty[32]="32";
corrected_sixty[33]="33";
corrected_sixty[34]="34";
corrected_sixty[35]="35";
corrected_sixty[36]="36";
corrected_sixty[37]="37";
corrected_sixty[38]="38";
corrected_sixty[39]="39";
corrected_sixty[40]="40";
corrected_sixty[41]="41";
corrected_sixty[42]="42";
corrected_sixty[43]="43";
corrected_sixty[44]="44";
corrected_sixty[45]="45";
corrected_sixty[46]="46";
corrected_sixty[47]="47";
corrected_sixty[48]="48";
corrected_sixty[49]="49";
corrected_sixty[50]="50";
corrected_sixty[51]="51";
corrected_sixty[52]="52";
corrected_sixty[53]="53";
corrected_sixty[54]="54";
corrected_sixty[55]="55";
corrected_sixty[56]="56";
corrected_sixty[57]="57";
corrected_sixty[58]="58";
corrected_sixty[59]="59";




// correct the hours

var corrected_hours=new Array(24)
corrected_hours[0]="00";
corrected_hours[1]="01";
corrected_hours[2]="02";
corrected_hours[3]="03";
corrected_hours[4]="04";
corrected_hours[5]="05";
corrected_hours[6]="06";
corrected_hours[7]="07";
corrected_hours[8]="08";
corrected_hours[9]="09";
corrected_hours[10]="10";
corrected_hours[11]="11";
corrected_hours[12]="12";
corrected_hours[13]="13";
corrected_hours[14]="14";
corrected_hours[15]="15";
corrected_hours[16]="16";
corrected_hours[17]="17";
corrected_hours[18]="18";
corrected_hours[19]="19";
corrected_hours[20]="20";
corrected_hours[21]="21";
corrected_hours[22]="22";
corrected_hours[23]="23";


// display the status
document.getElementById("divShowTime").innerHTML = corrected_hours[thehours]+":"+corrected_sixty[themins]+":"+corrected_sixty[thesecs];

}
setInterval("theclock()",1000);

//-->
</script>
<div id=divShowTime></div>
</td>

                            </tr>
                            <tr>
                              <td id="Theme_tdSearch" height="20">&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:_ctl5:btnSearch" value="جستجو" onclick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl5_txtSearch').value;return false;if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl5_btnSearch" class="Button" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl5:txtSearch" id="Theme__ctl5_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__ctl5_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

                            </tr>
                            <tr>
                              <td height="10">&nbsp;</td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                        <td align="right" width="531" valign="top"><img height="91" border="0" width="531" src="/Themes/MainSkins/irisa/images/header_title.jpg" alt="" /></td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr height="100%">
            <td align="center" valign="top">
            <table height="100%" cellspacing="0" cellpadding="5" border="0" width="100%" style="border: 1px solid rgb(51, 51, 51);">
              <tbody>
                <tr>
                  <td bgcolor="#cbdff2" align="center" valign="top">
                  <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%">
                    <tbody>
                      <tr>
                        <td align="center" valign="top" colspan="2">
                        <table cellspacing="0" cellpadding="2" border="0" align="center" width="100%" style="border: 1px solid rgb(22, 43, 130);">
                          <tbody>
                            <tr>
                              <td id="Theme_tdMenu" bgcolor="#357fca" background="/Themes/MainSkins/irisa/images/menu_bk.jpg" align="right" valign="middle" style="color: rgb(255, 255, 255); background-repeat: repeat-x;"><script>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;");var arrMenuLink_1 = new Array("/documents/document/11618/11619/IRISA-At-A-Glance.aspx","/documents/document/11618/11620/Our-History.aspx","/documents/document/11618/11621/Our-Mission,Objective,Vision.aspx","/documents/document/11618/11622/Quality-Policy.aspx","/documents/document/11618/11623/Organization-Chart.aspx","/documents/document/11618/11747/Dep-IRISA-Chart.aspx","/documents/document/11618/11975/about-IRISA-Group.aspx","/documents/document/11618/11756/Customer.aspx");
var arrMenuText_8 = new Array("&nbsp;&nbsp;دفاتر شركت&nbsp;","&nbsp;&nbsp;پست الكترونيك مديران&nbsp;");var arrMenuLink_8 = new Array("/documents/document/11587/11746/IRISA-Office.aspx","/documents/document/11587/11745/Email-Contacts.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;");var arrMenuLink = new Array("/documents/document/0/11604/HomePageIRISAco.aspx","/#","/documents/document/0/11752/IRISA-Sections.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11665","/default.aspx?app=news&page=news&docparid=0&docid=11610&pagenumber=1","/default.aspx?app=faqs&page=faq&docparid=0&docid=11655","/default.aspx?app=suggestions&page=suggestion&docparid=0&docid=11660","/default.aspx?app=links&page=link&docparid=0&docid=11697&catparid=-11697","/#","/documents/document/0/11996/Exhibition.aspx");
var dir="rtl";
var bolVer=false;
</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 id="Theme_tblother">
 <td align="center" width="50%" valign="middle">
                        <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" summary="" style="border: 0px solid rgb(204, 204, 204);">
                          <tbody>
                            <tr>
                              <td align="center" valign="middle"><span id='spn1876738'></span><script>GetLocalBlock('/getlocalblock.aspx?page=Document&app=Documents&docId=11605&docParId=11604','spn1876738');//CustomBlock</script></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
 <td height="148" align="center" width="50%" valign="top">
                        <table cellspacing="0" cellpadding="3" border="0" align="center" width="100%" style="border: 0px solid rgb(204, 204, 204);">
                          <tbody>
                            <tr>
                              <td bgcolor="#ffffff" align="right" valign="top" style="background-repeat: repeat-x;">
                              <table cellspacing="0" cellpadding="2" border="0" width="100%">
                                <tbody>
                                  <tr>
                                    <td height="10" align="right" valign="top">
                                    <table cellspacing="0" cellpadding="2" border="0" align="center" width="100%" style="border: 1px solid rgb(22, 43, 130);">
                                      <tbody>
                                        <tr>
                                          <td height="5" bgcolor="#357fca" align="right" valign="middle" style="background-repeat: repeat-x;"><img src="\UserFiles\FirstpageImage\News.gif" alt="" /></td>
                                        </tr>
                                        <tr bgcolor="#ddebf8" background="/Themes/MainSkins/irisa/images/menu_bk2.jpg">
                                          <td height="149" align="right" valign="top" style="background-repeat: repeat-x;"><span lang="AR-SA" dir="rtl" style="font-size: 8pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><strong><span id='spn2891827'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=news&page=newstitle','spn2891827');//عناوین اخبار</script></strong></span></td>
                                        </tr>
                                      </tbody>
                                    </table>
                                    </td>
                                  </tr>
                                </tbody>
                              </table>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
</tr>

                      <tr>
                        <td align="center" valign="top" colspan="2">
                        <table height="100%" cellspacing="0" cellpadding="5" border="0" align="center" width="100%" style="border: 1px solid rgb(51, 51, 51);">
                          <tbody>
                            <tr height="100%">
                              <td bgcolor="#ffffff" align="center" valign="top" style="background-repeat: repeat-x;">
                              <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%">
                                <tbody>
                                  <tr id="Theme_tblother2">
 <td height="70" align="right" valign="top">
                                    <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" class="table-normal">
                                      <tbody>
                                        <tr>
                                          <td align="center" valign="top">
                                          <table cellspacing="0" cellpadding="2" border="0" align="center" width="100%">
                                            <tbody>
                                              <tr>
                                                <td id="Theme_tdMarquee" align="center" width="55%" valign="middle" class="tab-headerup"><marquee direction="right" width="100%" Height="15" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><FONT dir=rtl style="FONT-WEIGHT: 700; FONT-SIZE: 8pt; COLOR: #e36c0a; FONT-FAMILY: tahoma">صدای کردار از گفتار پر طنين‌تر است .</FONT></marquee></td>
 
                                                <td align="center" width="15%" valign="top" id="tdMainTab3" class="tab-headerdown"><span lang="AR-SA" dir="rtl" style="font-size: 8pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><strong><span lang="AR-SA" dir="rtl" style="font-size: 7.5pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><img alt="" src="\UserFiles\FirstpageImage\NIS.gif" /><br />
                                                </span></strong></span></td>
                                                <td align="center" width="15%" valign="top" id="tdMainTab2" class="tab-headerdown"><span lang="AR-SA" dir="rtl" style="font-size: 8pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><strong><span lang="AR-SA" dir="rtl" style="font-size: 7.5pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><img src="\UserFiles\FirstpageImage\MIS.gif" alt="" /><br />
                                                </span></strong></span></td>
                                                <td align="center" width="15%" valign="top" id="tdMainTab1" class="tab-headerdown"><span lang="AR-SA" dir="rtl" style="font-size: 8pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><strong><span lang="AR-SA" dir="rtl" style="font-size: 7.5pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><img alt="" src="\UserFiles\FirstpageImage\Automation.gif" /><br />
                                                </span></strong></span></td>
                                              </tr>
                                            </tbody>
                                          </table>
                                          </td>
                                        </tr>
                                        <tr>
                                          <td align="right" valign="top">
                                          <table height="100%" cellspacing="0" cellpadding="5" border="0" width="100%">
                                            <tbody>
                                              <tr>
                                                <td align="right" width="55%" valign="top">
                                                <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%" style="border: 1px solid rgb(14, 108, 156);">
                                                  <tbody>
                                                    <tr>
                                                      <td bgcolor="#eaf4fb" align="right" valign="top"><span id='spn4518483'></span><script>GetLocalBlock('/getlocalblock.aspx?page=Document&app=Documents&docId=11606&docParId=11604','spn4518483');//CustomBlock</script></td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" align="right" width="15%" valign="top">
                                                <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%" style="border: 1px solid rgb(14, 108, 156);">
                                                  <tbody>
                                                    <tr>
                                                      <td height="100%" bgcolor="#eaf4fb" align="right" valign="top"><span id='spn5746836'></span><script>GetLocalBlock('/getlocalblock.aspx?page=Document&app=Documents&docId=11609&docParId=11604','spn5746836');//CustomBlock</script></td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" align="right" width="15%" valign="top">
                                                <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%" style="border: 1px solid rgb(14, 108, 156);">
                                                  <tbody>
                                                    <tr>
                                                      <td height="100%" bgcolor="#eaf4fb" align="right" valign="top"><span id='spn2061777'></span><script>GetLocalBlock('/getlocalblock.aspx?page=Document&app=Documents&docId=11608&docParId=11604','spn2061777');//CustomBlock</script></td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" align="right" width="15%" valign="top">
                                                <table height="100%" cellspacing="0" cellpadding="2" border="0" width="100%" style="border: 1px solid rgb(14, 108, 156);">
                                                  <tbody>
                                                    <tr>
                                                      <td height="100%" bgcolor="#eaf4fb" align="right" valign="top"><span id='spn1311695'></span><script>GetLocalBlock('/getlocalblock.aspx?page=Document&app=Documents&docId=11607&docParId=11604','spn1311695');//CustomBlock</script></td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                              </tr>
                                            </tbody>
                                          </table>
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                    </td>
</tr>

                                  <tr>
                                    <td height="100%" align="center" valign="top">
                                    <table height="100%" cellspacing="0" cellpadding="5" border="0" width="100%">
                                      <tbody>
                                        <tr>
                                          <td height="100%" bgcolor="#eaf4fb" align="left" width="25%" valign="top">
                                          <table height="100%" cellspacing="0" cellpadding="0" border="0" width="100%" style="border: 1px solid rgb(14, 108, 156);">
                                            <tbody>
                                              <tr>
                                                <td height="10" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                              <tr>
                                                <td height="40" bgcolor="#eaf4fb" align="right" valign="middle"><a href="/documents/document/0/11837/PartnerShip.aspx"><img border="0" alt="" src="/UserFiles/FirstpageImage/irisa_Partnership_Icon.gif" /></a></td>
                                              </tr>
                                              <tr>
                                                <td height="5" bgcolor="#daecf8" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                              <tr>
                                                <td height="5" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                              <!------------Job Opportunity --------
                                              <tr>
                                                <td height="40" bgcolor="#eaf4fb" align="center" valign="middle"><a href="/documents/document/11587/11897/JobOpportunity.aspx"><img border="0" src="/UserFiles/FirstpageImage/IRISA_Jobopportunity_Icon.jpg" alt="" /></a></td>
                                              </tr>
                                              <tr>
                                                <td height="5" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                              <tr>
                                                <td height="5" bgcolor="#daecf8" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                              ------------>
                                              <tr>
                                                <td id="Theme_tdOutput" bgcolor="#eaf4fb" align="center" valign="top">&nbsp;
<script>
function ShowPrintPreview()
{
  var eTDMain = document.getElementById("Theme_tdMain");
  var oWindow = window.open('Print','PrintPreview','width=700,height=500,scrollbars=yes,toolbar=yes,menuBar=yes');
  var strTDMain = eTDMain.innerHTML;
  strTDMain+="<html><head><title>PrintPreview</title>";
  strTDMain+="<LINK href='/themes/mainskins/Default/Styles/Panel.css' type='text/css' rel='stylesheet'></LINK><LINK href='/themes/mainskins/Default/Styles/Skin.css' type='text/css' rel='stylesheet'></LINK>"
  strTDMain+="</head>";
  strTDMain+="<body>";
  oWindow.document.write(strTDMain);
  strTDMain+="</body>";
}
</script>
<br>
<a href="javascript:void(0);" onclick="javascript:ShowPrintPreview();return false;"><img src="/panel/images/print.gif" border="0"></a>
<br>
<br>
<input type="image" name="Theme:_ctl10:ibuXmlPreview" onclick="javascript:GetContentSite();if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl10_ibuXmlPreview" src="/panel/images/xml.gif" alt="" border="0" />
<br>





</td>

                                              </tr>
                                              <!------------
                                              <tr>
                                                <td id="Theme_tdMailingList" height="20" bgcolor="#eaf4fb" align="center" valign="top">&nbsp;
<table id="Theme__ctl7_tblMain" cellspacing="1" cellpadding="1" border="0" align="center">
 <tr>
 <td dir="rtl" align="right"></td>
 </tr>
 <tr>
 <td dir="rtl" align="right">&nbsp;</td>
 </tr>
 <tr>
 <td dir="rtl" align="right" valign="bottom">
  <span id="Theme__ctl7_lblEmail" class="NormalText">اشتراک خبرنامه</span><br>
  <input name="Theme:_ctl7:txtEmail" type="text" id="Theme__ctl7_txtEmail" class="TextBox" style="width:95px;" /><input type="submit" name="Theme:_ctl7:butSignUp" value="تایید" id="Theme__ctl7_butSignUp" class="button" OnClick="javascript:location.href='/default.aspx?page=MailingListGetMail&app=MailingLists&email='+document.getElementById('Theme__ctl7_txtEmail').value;return false;" />
  </td>
 </tr>
 <tr>
 <td dir="rtl" align="right"></td>
 </tr>
 <tr>
 <TD align="center"></TD>
 </tr>
</table>

</td>

                                              </tr>
                                              <tr>
                                                <td height="5" bgcolor="#daecf8" align="center" valign="top">&nbsp;</td>
                                              </tr>
-------------> <!------------
                                              <tr>
                                                <td id="Theme_tdLogin" height="20" bgcolor="#eaf4fb" align="center" valign="top">&nbsp;<table id="Theme__ctl3_tblLogin" class="Table" dir="rtl" cellspacing="2" cellpadding="0" align="center" border="0">
 <tr>
 <TD colspan="2"><input name="Theme:_ctl3:txtUName" type="text" value="نام کاربري" id="Theme__ctl3_txtUName" class="TextBox" OnFocus="javascript:DeleteDefaultText(this,'نام کاربري');" OnBlur="javascript:InsertDefaultText(this,'نام کاربري');" style="width:100px;" /></TD>
 </tr>
 <tr>
 <TD colspan="2"><input name="Theme:_ctl3:txtUPass" type="password" id="Theme__ctl3_txtUPass" class="TextBox" style="width:100px;" /></TD>
 </tr>
 <tr>
 <TD align="center" colspan="3">
 </TD>
 </tr>
 <tr>
 <TD align="center" colspan="2" valign="bottom">
  <input type="submit" name="Theme:_ctl3:butOk" value="ورود" id="Theme__ctl3_butOk" class="button" />&nbsp;</TD>
 </tr>
 <tr>
 <TD align="center" colspan="2">
  <span class="CheckBox"><input id="Theme__ctl3_chkAutoLogin" type="checkbox" name="Theme:_ctl3:chkAutoLogin" /><label for="Theme__ctl3_chkAutoLogin">یاد آوری کلمه عبور</label></span>&nbsp;&nbsp;</TD>
 </tr>
 <tr>
 <TD align="center" colspan="2">
  <a id="Theme__ctl3_lnkSendPassword" class="NormalLink" OnClick="javascript:location.href='/default.aspx?page=SendPassword&app=Admins';" href="javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('Theme$_ctl3$lnkSendPassword','')} ">فراموشي کلمه عبور</a>&nbsp;</TD>
 </tr>
</table>


<script>
noCache();
</script>
</td>

                                              </tr>

                                              <tr>
                                                <td height="5" bgcolor="#daecf8" align="center" valign="top">&nbsp;</td>
                                              </tr>

------------->
                                              <tr>
                                                <td id="Theme_tdBanner" height="100%" bgcolor="#eaf4fb" align="center" valign="top">&nbsp;
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl6_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
</table>

</P>
</td>

                                              </tr>
                                              <tr>
                                                <td height="5" bgcolor="#daecf8" align="center" valign="top">&nbsp;</td>
                                              </tr>
                                            </tbody>
                                          </table>
                                          </td>
                                          <td id="Theme_tdMain" height="100%" align="right" valign="top">&nbsp;
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<div dir="rtl" align="center">
<table cellspacing="0" cellpadding="0" width="580" border="0">
  <tbody>
    <tr>
      <td align="right" height="10">&nbsp;</td>
    </tr>
    <tr>
      <td align="right"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma">شرکت بين&zwnj;المللی مهندسی سیستم&zwnj;ها و اتوماسیون (ایریسا) &ndash; دارای بالاترین رتبه در تمامی زمینه&zwnj;&zwnj;های فعالیت در رده &zwnj;بندی <a target="_blank" href="http://www.shci.ir">شورای عالی انفورماتیک کشور</a> و یکی از بزرگترین شرکت&zwnj;های مطرح در زمینه طراحی، پیاده&zwnj;سازی و اجرای سیستم&zwnj;های ERP سفارشی، اتوماسیون صنعتی و شبکه و زیر&zwnj;ساخت می&zwnj;باشد.<br />
      <br />
      ایریسا در سال 1371 با سرمایه&zwnj;گذاری مشترک شرکت&zwnj;های فولاد مبارکه اصفهان، بین&zwnj;المللي مهندسی ایران (ایریتک) و شرکت&zwnj;های ایتالیایی ILVA و GTI فعالیت خود را آغاز نمود و در حال حاضر با بیش از 600 نفر متخصص در خدمت سازمان&zwnj;ها، صنایع و شرکت&zwnj;های دولتی و خصوصی می&zwnj;باشد.<br />
      مأموریت این شرکت، ارائه مشاوره، طراحی و ایجاد سیستم&zwnj;های اطلاعاتی، اتوماسیون صنعتی، شبکه و زیر&zwnj;ساخت بر پایه فناوری&zwnj;های روز و به &zwnj;منظور تأمین حداکثر خواسته و رضایت مشتریان می&zwnj;باشد. <a href="/documents/document/11618/11619/IRISA-At-A-Glance.aspx">ادامه &raquo;</a> </font></td>
    </tr>
    <tr>
      <td height="10">&nbsp;</td>
    </tr>
    <tr>
      <td>
      <table cellspacing="0" cellpadding="0" width="580" border="0">
        <tbody>
          <tr>
            <td width="14" height="19">&nbsp;</td>
            <td>
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td>
                        <table cellspacing="0" cellpadding="0" width="100%" border="0">
                          <tbody>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #3366cc; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma">زمینه&zwnj;های فعالیت: </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><a style="TEXT-DECORATION: none" href="/documents/document/11604/11855/IRISA-Experience.aspx"><strong>-</strong> سیستم&zwnj;های اطلاعاتی جامع و یکپارچه با رويکرد ERP </a></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><a style="TEXT-DECORATION: none" href="/documents/document/11604/11855/IRISA-Experience.aspx"><strong>-</strong> سیستم&zwnj;هاي اتوماسیون صنعتي، کنترل و ابزار دقیق </a></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><a style="TEXT-DECORATION: none" href="/documents/document/11604/11855/IRISA-Experience.aspx"><strong>-</strong> شبکه و زیر&zwnj;ساخت </a></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><a style="TEXT-DECORATION: none" href="/documents/document/11604/11855/IRISA-Experience.aspx"><strong>-</strong> خدمات مدیريتی و مشاوره&zwnj;ای </a></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><a style="TEXT-DECORATION: none" href="/documents/document/11604/11855/IRISA-Experience.aspx"><strong>-</strong> خدمات آموزشی </a></font></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                        <td valign="top" width="290"><img height="132" width="290" alt="" src="/UserFiles/FirstpageImage/irisa_iafarsi.gif" /></td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td height="20">&nbsp;</td>
    </tr>
    <tr>
      <td align="right"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma">به &zwnj;منظور دستیابی به اهداف کیفی، کلیه سطوح کارشناسی و مدیریتی شرکت در حوزه مسئولیت&zwnj;ها و فعالیت&zwnj;های خود به&zwnj;طور یکسان مسئول رعایت معیار&zwnj;های مدون و مصوب شرکت و ارتقاء و بهبود مستمر روش&zwnj;های عملیاتی جهت ارائه خدمات با کیفیت مطلوب و تأمین رضایت کاربران می&zwnj;باشد.در این راستا در زمینه فعالیت&zwnj;های خود موفق به کسب گواهینامه&zwnj;های زیر شده است. </font></td>
    </tr>
    <tr>
      <td height="10">&nbsp;</td>
    </tr>
    <tr>
      <td>
      <table cellspacing="0" cellpadding="0" width="580" border="0">
        <tbody>
          <tr>
            <td width="14" height="19">&nbsp;</td>
            <td>
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td>
                        <table cellspacing="0" cellpadding="0" width="100%" border="0">
                          <tbody>
                            <tr>
                              <td dir="rtl" height="20"><font dir="rtl" style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><strong>-</strong> تضمین کیفیت ISO9001 94 در سال 1376 </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><strong>-</strong> مدیریت کیفیت ISO9001:2000 در سال 1383 </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma"><strong>-</strong> مدیریت کیفیت <a target="blank" href="/UserFiles/FirstpageImage/IRISA_TickIT_ISO.jpg">ISO9001:2000 + TickIT</a>&nbsp; از شرکت معتبر DNV </font></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td height="20">&nbsp;</td>
    </tr>
    <tr>
      <td align="right"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: rtl; LINE-HEIGHT: 150%; FONT-FAMILY: tahoma">ایریسا همراه با گسترش سازمانی و افزایش پروژه&zwnj;های در دست اجرا، به&zwnj;منظور تسهیل و برقراری ارتباط با مشتریان و ارائه خدمات به سازمان&zwnj;های طرف قرارداد، اقدام به تأسیس دفاتری در تهران و اهواز علاوه بر سازمان مرکزی خود در اصفهان نموده &zwnj;است. </font></td>
    </tr>
    <tr>
      <td height="10">&nbsp;</td>
    </tr>
  </tbody>
</table>
</div>
<table id="Theme__ctl4_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11604.">
 <tr>
 <TD colspan="2" valign="top"></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>

</td>

                                        </tr>
                                      </tbody>
                                    </table>
                                    </td>
                                  </tr>
                                </tbody>
                              </table>
                              </td>
                            </tr>
                            <tr>
                              <td id="Theme_tdFooter" height="25" bgcolor="#0e53ba" background="/Themes/MainSkins/irisa/images/footer_bk.jpg" align="center" valign="middle" style="background-repeat: repeat-x;">&nbsp;<TABLE class=" FCK__ShowTableBorders" dir=ltr cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=left><FONT face=Verdana color=#ffffff size=1>Copyright © 2007 IRISA co. All rights reserved</FONT></TD>
<TD dir=rtl vAlign=center align=right><FONT face=Tahoma color=#ffffff size=1>
<DIV style="MARGIN: 0cm 0cm 10pt" align=right><SPAN dir=rtl style="FONT-SIZE: 8pt; COLOR: white; LINE-HEIGHT: 115%">كليه حقوق اين مجموعه طبق قوانين نرم افزاری متعلق به شركت&nbsp;ایریسا می‌باشد.</SPAN></DIV></FONT></TD></TR></TBODY></TABLE>
</td>

                            </tr>
                          </tbody>
                        </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </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>
