

<HTML>
 <HEAD>
 <title>International Systems Engineering And Automation Company</title>
 <meta id="mtaKeyWords" content="Content Management System , CMS , Web , Site , Web Site , WebSite , Software , Design , Web Design , .NET" name="keywords"></meta>
 <meta id="mtaDescription" content="parsdesign , Web Site Production Software , Content Management System , CMS" 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/11589/portal.aspx" id="frmDefault">
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_20120222_5775f2c1-3d88-4a0a-8273-2123948086e9_634655469442187500" />
<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 type="text/css" rel="stylesheet" href="/Themes/MainSkins/irisa/1.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="top" style="background-repeat: repeat-x;">
                  <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%">
                    <tbody>
                      <tr>
                        <td align="left" width="531" valign="top"><img height="91" border="0" width="531" alt="" src="/Themes/MainSkins/irisa/images/header_title.jpg" /></td>
                        <td align="right" width="485" valign="bottom">
                        <table cellspacing="0" cellpadding="0" border="0" align="left" width="100%">
                          <tbody>
                            <tr>
                              <td height="20" align="right" valign="bottom"><a href="http://www.irisaco.com/"><img hspace="2" height="27" border="0" width="61" src="/Themes/MainSkins/irisa/images/irflag.gif" alt="Farsi Website" /></a><a target="_self" href="\default.aspx"><img hspace="2" height="27" border="0" width="32" alt="Home Page" src="/Themes/MainSkins/irisa/images/iconhome.gif" /></a></td>
                            </tr>
                            <tr>
                              <td id="Theme_tdDateTime" height="20" align="right">&nbsp;2/22/2012 10:35:44 PM

<br>
<script language="JavaScript">
<!--
// set the function

var thehours=22;
var themins=35;
var thesecs=44;

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" align="right">&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="Search" 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>
                      </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="left" valign="middle" style="background-repeat: repeat-x; color: rgb(255, 255, 255);"><script>var arrMenuText_1 = new Array("&nbsp;&nbsp;IRISA at a glance&nbsp;","&nbsp;&nbsp;Our History&nbsp;","&nbsp;&nbsp;Our Mission&nbsp;","&nbsp;&nbsp;IRISA Quality Policy&nbsp;","&nbsp;&nbsp;Organization Chart&nbsp;","&nbsp;&nbsp;Customers&nbsp;");var arrMenuLink_1 = new Array("/documents/document/11597/11598/portal.aspx","/documents/document/11597/11599/Our-History.aspx","/documents/document/11597/11603/Our-Mission.aspx","/documents/document/11597/11604/portal.aspx","/documents/document/11597/11605/Organization-Chart.aspx","/documents/document/11597/11625/Customers.aspx");
var arrMenuText_4 = new Array("&nbsp;&nbsp;Office Locations&nbsp;","&nbsp;&nbsp;Emails&nbsp;");var arrMenuLink_4 = new Array("/documents/document/11617/11618/Office-Locations.aspx","/documents/document/11617/11619/Emails.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;Home Page&nbsp;","&nbsp;&nbsp;About us&nbsp;","&nbsp;&nbsp;IRISA Sections&nbsp;","&nbsp;&nbsp;Feedback&nbsp;","&nbsp;&nbsp;Contact us&nbsp;");var arrMenuLink = new Array("/documents/document/0/11589/portal.aspx","/#","/documents/document/0/11621/IRISA-Sections.aspx","/default.aspx?app=suggestions&page=suggestion&docparid=0&docid=11615","/#");
var dir="ltr";
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 height="138" align="center" width="50%" valign="top">
                        <table cellspacing="0" cellpadding="3" border="0" align="center" width="100%" style="border: 1px 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="left" valign="middle" style="background-repeat: repeat-x;">                                                                                     <font style="font-family: verdana; font-weight: bold; font-size: 8pt; color: rgb(210, 228, 244);"> News</font></td>
                                        </tr>
                                        <tr bgcolor="#c1daf0" background="/Themes/MainSkins/irisa/images/menu_bk2.jpg">
                                          <td height="145" align="left" valign="middle" style="background-repeat: repeat-x;"><span id='spn6679063'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=news&page=newstitle','spn6679063');//عناوین اخبار</script></td>
                                        </tr>
                                      </tbody>
                                    </table>
                                    </td>
                                  </tr>
                                </tbody>
                              </table>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
 <td height="138" align="center" width="50%" valign="middle">
                        <table cellspacing="0" cellpadding="0" border="0" align="center" width="417" style="border: 0px solid rgb(204, 204, 204); max-height: 138px;">
                          <tbody>
                            <tr>
                              <td align="center" valign="middle"><span id='spn4607573'></span><script>GetLocalBlock('/getlocalblock.aspx?app=documents&page=document&docparid=11589&docid=11595','spn4607573');//Baner Img</script></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
</tr>

                      <tr>
                        <td height="100%" 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 align="center" width="15%" valign="top" class="tab-headerdown" id="tdMainTab3">                                                                                                 <font color="#5b6c7a" style="font-family: verdana; font-weight: bold; font-size: 8pt; color: rgb(91, 108, 122);"> Automation</font></td>
                                                <td align="center" width="15%" valign="top" class="tab-headerdown" id="tdMainTab2">                                                                                                 <font color="#5e5e5e" style="font-family: verdana; font-weight: bold; font-size: 8pt; color: rgb(91, 108, 122);"> MIS</font></td>
                                                <td align="center" width="15%" valign="top" class="tab-headerdown" id="tdMainTab1">                                                                                                 <font style="font-family: verdana; font-weight: bold; font-size: 8pt; color: rgb(91, 108, 122);"> Network</font></td>
                                                <td id="Theme_tdMarquee" align="center" width="55%" valign="middle" class="tab-headerup"><marquee direction="left" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><FONT dir=ltr style="FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #004878; FONT-FAMILY: verdana">Welcome to website of IRISA (International Systems Engineering and Automation Company) </FONT></marquee></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 height="55" align="left" 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="left" valign="top"><span id='spn24101'></span><script>GetLocalBlock('/getlocalblock.aspx?app=documents&page=document&docparid=11589&docid=11592','spn24101');//Sub Automation</script>
                                                      </td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" align="left" 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="left" valign="top"><span id='spn8981234'></span><script>GetLocalBlock('/getlocalblock.aspx?app=documents&page=document&docparid=11589&docid=11591','spn8981234');//Sub MIS</script>
                                                      </td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" align="left" 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="left" valign="top"><span id='spn434054'></span><script>GetLocalBlock('/getlocalblock.aspx?app=documents&page=document&docparid=11589&docid=11590','spn434054');//Sub Network</script>
                                                      </td>
                                                    </tr>
                                                  </tbody>
                                                </table>
                                                </td>
                                                <td height="55" 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="left" valign="top"><span id='spn249021'></span><script>GetLocalBlock('/getlocalblock.aspx?app=documents&page=document&docparid=11589&docid=11620','spn249021');//Text Banner</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 id="Theme_tdMain" height="100%" align="left" valign="top">&nbsp;
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<div dir="ltr" align="center">
<table cellspacing="0" cellpadding="0" width="580" border="0">
  <tbody>
    <tr>
      <td align="right" height="10">&nbsp;</td>
    </tr>
    <tr>
      <td align="left"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana">International Systems Engineering & Automation Company (IRISA) has obtained the highest ranking, from country's High Council of Informatics, in most of the fields of activities, and it is one of the most renowned companies in the area of design, implementation, installation and commissioning of custom-made ERP systems, industrial automations, networks and infrastructure.<br />
      IRISA was founded in 1992, with joint investment by Mobarakeh Steel Company (MSC), IRAN International Engineering Company (IRITEC), and the Italian Companies ILVA and GTI; and at the time being, with the help and support of more than 600 specialists, is at the service of organizations, industries, governmental and private companies.<br />
      IRISA's mission is: consulting, design and implementation of Information Systems (IS), Industrial Automation (IA), and Network & Infrastructure (NIS); based on up-to-date technologies, and responsive to the highest demands and satisfaction of the clients. <a href="/documents/document/11597/11598/portal.aspx">More &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: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana">Fields of Activity: </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #ff7e00; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><!-------<a href="/documents/document/11604/11855/IRISA-Experience.aspx" style="text-decoration:none">--------><strong>-</strong> Integrated Information Systems (IS) <!-------</a>--------></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #ff7e00; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><!-------<a href="/documents/document/11604/11855/IRISA-Experience.aspx" style="text-decoration:none">-------><strong>-</strong> Industrial Automations, Control and Field &nbsp;&nbsp;Instrumentations <!-------</a>-------></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #ff7e00; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><!-------<a href="/documents/document/11604/11855/IRISA-Experience.aspx" style="text-decoration:none">--------><strong>-</strong> Network and Infrastructure <!-------</a>-------></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #ff7e00; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><!-------<a href="/documents/document/11604/11855/IRISA-Experience.aspx" style="text-decoration:none">---><strong>-</strong> Management and Consulting Services <!-------</a>-------></font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #ff7e00; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><!-------<a href="/documents/document/11604/11855/IRISA-Experience.aspx" style="text-decoration:none">------><strong>-</strong> Training <!-------</a>--------></font></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                        <td valign="top" width="290"><img height="132" width="290" alt="" src="/UserFiles/En_New_Image/irisa_iaEn.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="left"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana">To achieve its qualitative objectives, IRISA's personnel on all levels, whether management or specialists, with the supervisory of quality assurance department expected to uphold the compiled and approved criteria of the company; and deliver quality throughout the products and services lifecycle. The integrated lifecycle approach to quality management helps make quality a shared responsibility. This enables organizations to achieve greater consistency, efficiency and predictability in their projects. With this approach, quality Assurance department helps the organization exceed their customers' expectations. <br />
      <br />
      The current obtained certificates for IRISA&rsquo;s quality management systems are as below : </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="ltr" height="20"><font dir="ltr" style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><strong>-</strong> Quality Assurance Certificate ISO9001; in 1997. </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><strong>-</strong> Quality Assurance Certificate <a target="blank" href="/UserFiles/En_New_Image/ISO_irisa.jpg">ISO9001, 2000</a>; in 2004. </font></td>
                            </tr>
                            <tr>
                              <td height="20"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana"><strong>-</strong> Quality Management Certificate <a target="blank" href="/UserFiles/En_New_Image/IRISA_TickIT_ISO.jpg">ISO9001:2000 + Tick IT</a>, as the first Iranian company, from the credible company 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="left"><font style="FONT-SIZE: 8pt; COLOR: #000000; DIRECTION: ltr; LINE-HEIGHT: 150%; FONT-FAMILY: verdana">In order to facilitate and accelerate communication with the customers, and along with expansion of its operations and projects, IRISA has opened up branch offices in Tehran and Ahwaz, in addition to it's headquarter in Isfahan. </font></td>
    </tr>
    <tr>
      <td height="10">&nbsp;</td>
    </tr>
  </tbody>
</table>
</div>
<table id="Theme__ctl4_tblDocument" dir="ltr" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11589.">
 <tr>
 <TD colspan="2" valign="top"></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>

</td>

                                          <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 id="Theme_tdMailingList" height="20" bgcolor="#eaf4fb" align="left" 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">Mailing List</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="Confirm" 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_tdBanner" height="20" 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>
                                              <tr>
                                                <td id="Theme_tdLogin" height="20" bgcolor="#eaf4fb" align="center" valign="top">&nbsp;<table id="Theme__ctl3_tblLogin" class="Table" dir="ltr" cellspacing="2" cellpadding="0" align="center" border="0">
 <tr>
 <TD colspan="2"><input name="Theme:_ctl3:txtUName" type="text" value="Username" id="Theme__ctl3_txtUName" class="TextBox" OnFocus="javascript:DeleteDefaultText(this,'Username');" OnBlur="javascript:InsertDefaultText(this,'Username');" 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="Login" 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">Remember Password</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','')} ">Forgot your password</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_tdOutput" height="100%" 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>
                                            </tbody>
                                          </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>

