

<HTML>
 <HEAD>
 <title>شرکت فولاد آذربایجان</title>
 <meta id="mtaKeyWords" content="شرکت فولاد اذربایجان ، فولاد آذربایجان ، azarbaijan-steel" name="keywords"></meta>
 <meta id="mtaDescription" content="شرکت فولاد آذربایجان تاسیس 1367" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/azarbaijan-steel/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/azarbaijan-steel/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/azarbaijan-steel/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/11607/main-page.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_fyjzqt45lnfb3iakczy3uqid_/documents/document/0/11607/main-page.aspx_633821945872656250" />
<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 align="center" width="823" border="0" cellpadding="0" cellspacing="0">
 <!--DWLayoutTable-->
 <tr>
  <td height="154" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
   <!--DWLayoutTable-->
   <tr>
    <td height="132" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
      <td width="178" height="132" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_01.gif"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="178" height="132">
       <param name="movie" value="/themes/mainskins/azarbaijan-steel/swf/Movie2.swf" />
   <param name="wmode" value="transparent" >
       <param name="quality" value="high" />
       <embed src="/themes/mainskins/azarbaijan-steel/swf/Movie2.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="178" height="132"></embed>
      </object></td>
       <td valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_02-back.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_02.jpg" width="263" height="132" /></td>
       <td width="350" valign="bottom" align="right" background="/themes/mainskins/azarbaijan-steel/images/3_03.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="28">
        <param name="movie" value="/themes/mainskins/azarbaijan-steel/swf/Movie3.swf" />
  <param name="wmode" value="transparent" >
        <param name="quality" value="high" />
        <embed src="/themes/mainskins/azarbaijan-steel/swf/Movie3.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="28"></embed>
       </object></td>
       <td width="32" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="32" height="132">
        <param name="movie" value="/themes/mainskins/azarbaijan-steel/swf/Movie1.swf" />
  <param name="wmode" value="transparent" >
        <param name="quality" value="high" />
        <embed src="/themes/mainskins/azarbaijan-steel/swf/Movie1.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="132"></embed>
       </object></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td height="22" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
      <td width="62" height="22" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_05.jpg" width="62" height="22" /></td>
      <td id="Theme_tdMarquee" width="80%" align="left" valign="middle" bgcolor="#FFFFFF"><marquee direction="right" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><P><FONT face="Times New Roman" color=#ff0000><FONT color=#000000><STRONG><FONT size=2>&nbsp;<FONT color=#ff0000>به سایت مجتمع فولاد آذربایجان خوش آمدید</FONT></FONT></STRONG></FONT></FONT></P></marquee></td>

      <td id="Theme_tdDateTime" nowrap="nowrap" width="198" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_07.jpg" style="background-repeat:no-repeat; background-position:right;">1388/04/12 

&nbsp;
<script language="JavaScript">
<!--
// set the function

var thehours=5;
var themins=9;
var thesecs=47;

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>
    </table>    </td>
   </tr>
   
   
  </table>  </td>
 </tr>
 <tr>
  <td height="536" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
   <!--DWLayoutTable-->
   <tr>
    <td width="823" height="100%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
      <td width="632" height="100%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
       <!--DWLayoutTable-->
       <tr>
        <td height="19" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="24" height="19" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_08.jpg" width="24" height="19" /></td>
          <td width="100%" valign="top" align="right" background="/themes/mainskins/azarbaijan-steel/images/3_09-back.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_09.jpg" /></td>
          </tr>
        </table>        </td>
       </tr>
       <tr>
        <td height="100%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="11" height="100%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
           <!--DWLayoutTable-->
           <tr>
            <td width="11" height="100%" valign="bottom" background="/themes/mainskins/azarbaijan-steel/images/3_12-back.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_12.jpg" width="11" height="442" /></td>
           </tr>
          </table>          </td>
            <td width="608" height="100%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
             <!--DWLayoutTable-->
             <tr>
              <td id="Theme_tdMain" width="608" height="100%" align="right" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_13.jpg" bgcolor="#FEFEFE" style="background-repeat:repeat-x; background-position:bottom">
               صفحه اصلی 

<table id="Theme__ctl1_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11607.">
 <tr>
 <TD colspan="2" valign="top">
  <p align="center"><img border="0" alt="" src="/UserFiles/Image/13.jpg" /></p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

             </tr>
            </table>            </td>
            <td width="13" valign="top" height="100%" ><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
             <!--DWLayoutTable-->
             <tr>
              <td width="13" height="100%" valign="bottom" background="/themes/mainskins/azarbaijan-steel/images/3_14-back.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_14.jpg" width="13" height="442" /></td>
             </tr>
            </table>            </td>
         </tr>
        </table></td>
       </tr>
       <tr>
        <td height="23" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="25" height="23" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_31.jpg" width="25" height="23" /></td>
          <td valign="top" align="right" background="/themes/mainskins/azarbaijan-steel/images/3_32-back.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_32.jpg" /></td>
         </tr>
        </table>        </td>
       </tr>
       
       
       
      </table>      </td>
      <td width="191" valign="top" background="/themes/mainskins/azarbaijan-steel/images/right-table.jpg"><table width="100%" border="0" cellpadding="0" cellspacing="0">
       <!--DWLayoutTable-->
       <tr>
        <td width="191" height="34" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="27" height="34" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_10.jpg" width="27" height="34" /></td>
          <td width="164" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_11.jpg" width="164" height="34" /></td>
         </tr>
        </table>        </td>
       </tr>
       <tr>
        <td height="175" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="9" height="175" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_15.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_15.jpg" width="9" height="175" /></td>
          <td id="Theme_tdMenu" width="167" align="right" valign="top" bgcolor="#F2F5FA"><script>var arrMenuText_5_0 = new Array("&nbsp;&nbsp;جدید&nbsp;","&nbsp;&nbsp;بایگانی&nbsp;");var arrMenuLink_5_0 = new Array("/documents/document/11671/11676/new.aspx","/documents/document/11671/11677/baygani.aspx");
var arrMenuText_5 = new Array("&nbsp;&nbsp;مناقصه&nbsp;","&nbsp;&nbsp;مزایده&nbsp;");var arrMenuLink_5 = new Array("/documents/document/11668/11671/zirmonaghese.aspx","/documents/document/11668/11672/zirmozayede.aspx");
var arrMenuText_12 = new Array("&nbsp;&nbsp;درباره بخش تحقیق و توسعه&nbsp;","&nbsp;&nbsp;پروژه های تکمیل شده&nbsp;","&nbsp;&nbsp;پروژه های در حال اجرا&nbsp;","&nbsp;&nbsp;پروژهای در حال مبادله&nbsp;","&nbsp;&nbsp;مقالات&nbsp;","&nbsp;&nbsp;بانک اطلاعات محققین&nbsp;","&nbsp;&nbsp;فراخوان پروژه ها&nbsp;","&nbsp;&nbsp;فراخوان موضوعات پایان نامه&nbsp;","&nbsp;&nbsp;فرم ارائه Proposal&nbsp;");var arrMenuLink_12 = new Array("/documents/document/11678/11679/about.aspx","/documents/document/11678/11680/Pro1.aspx","/documents/document/11678/11681/Pro2.aspx","/documents/document/11678/11682/Pro3.aspx","/documents/document/11678/11683/article.aspx","/documents/document/11678/11684/bank.aspx","/documents/document/11678/11685/Profarakhan.aspx","/documents/document/11678/11686/FMP.aspx","/documents/document/11678/11687/Proposal.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;صفحه اصلی&nbsp;","&nbsp;&nbsp;درباره شرکت&nbsp;","&nbsp;&nbsp;معرفي مديرعامل&nbsp;","&nbsp;&nbsp;بورس، سهام شرکت&nbsp;","&nbsp;&nbsp;محصولات&nbsp;","&nbsp;&nbsp;مناقصه و مزایده&nbsp;","&nbsp;&nbsp;پست الکترونیک&nbsp;","&nbsp;&nbsp;بخش فروش&nbsp;","&nbsp;&nbsp;خدمات مشتریان&nbsp;","&nbsp;&nbsp;طرح توسعه&nbsp;","&nbsp;&nbsp;گالری عکس&nbsp;","&nbsp;&nbsp;معرفی شهرستان میانه&nbsp;","&nbsp;&nbsp;تحقیق و توسعه&nbsp;","&nbsp;&nbsp;پیوندها&nbsp;","&nbsp;&nbsp;روابط عمومی&nbsp;","&nbsp;&nbsp;ورزش&nbsp;","&nbsp;&nbsp;تماس با ما&nbsp;");var arrMenuLink = new Array("/documents/document/0/11607/main-page.aspx","/documents/document/0/11589/About.aspx","/documents/document/0/11690/director-managment.aspx","/documents/document/0/11608/bours.aspx","/documents/document/0/11597/Mahsool.aspx","/documents/document/0/11668/portal.aspx","/documents/document/0/11670/email.aspx","/documents/document/0/11594/sale.aspx","/default.aspx?app=members&page=signup&docparid=0&docid=11665","/documents/document/0/11586/tarh.aspx","/default.aspx?app=galleries&page=gallery&docparid=0&docid=11605","/documents/document/0/11664/Miyaneh.aspx","/documents/document/0/11678/T-&-T.aspx","/documents/document/0/11596/Link.aspx","/documents/document/0/11590/Ravabet-omumi.aspx","/documents/document/0/11674/sport.aspx","/documents/document/0/11602/tamas.aspx");
var dir="rtl";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

          <td width="15" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_17.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_17.jpg" width="15" height="175" /></td>
         </tr>
        </table></td>
       </tr>
       <tr>
        <td height="29" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="10" height="29" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_18.jpg" width="10" height="29" /></td>
          <td width="181" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_19.jpg" width="181" height="29" /></td>
         </tr>
        </table>        </td>
       </tr>
       <tr>
        <td height="67" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="9" height="67" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_20.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_20.jpg" width="9" height="67" /></td>
          <td id="Theme_tdSearch" width="167" align="center" valign="middle" bgcolor="#F2F5FA">
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"></td>
  <td valign="middle"><input type="submit" name="Theme:_ctl2:btnSearch" value="جستجو" id="Theme__ctl2_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="12" style="WIDTH: 80px" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Theme__ctl2_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

          <td width="15" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_22.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_22.jpg" width="15" height="67" /></td>
         </tr>
        </table></td>
       </tr>
       <tr>
        <td height="29" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="10" height="29" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_23.jpg" width="10" height="29" /></td>
          <td width="181" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_24.jpg" width="181" height="29" /></td>
         </tr>
        </table>        </td>
       </tr>
       <tr>
        <td height="117" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="9" height="117" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_25.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_25.jpg" width="9" height="117" /></td>
          <td id="Theme_tdVoting" width="167" align="center" valign="top" bgcolor="#F2F5FA">
           
<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">
 <span id="Theme__ctl4_lblVoteText">نظر شما در مورد سايت چيست؟</span>
 <br>
 <br>
 <table width=95% align=center>
  <tr align=center OnClick='javascript:iVoteItemId=23;'>
    <td align=right>
      عالی
    </td>
    <td align=left>
      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=23;' value=23>
    </td>
  </tr>
  <tr align=center OnClick='javascript:iVoteItemId=24;'>
    <td align=right>
      خوب
    </td>
    <td align=left>
      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=24;' value=24>
    </td>
  </tr>
  <tr align=center OnClick='javascript:iVoteItemId=25;'>
    <td align=right>
      متوسط
    </td>
    <td align=left>
      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=25;' value=25>
    </td>
  </tr>
  <tr align=center OnClick='javascript:iVoteItemId=27;'>
    <td align=right>
      ضعيف
    </td>
    <td align=left>
      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=27;' value=27>
    </td>
  </tr>
  <tr>
    <td colspan=2>&nbsp;</td>
  </tr>
  <tr align=center>
    <td colspan=2><input type=button class=button value='ثبت نظر' onclick='javascript:GetVoting();return false;'></td>
  </tr>
</table>

</div>
</td>

          <td width="15" valign="top" background="/themes/mainskins/azarbaijan-steel/images/3_27.jpg"><img src="/themes/mainskins/azarbaijan-steel/images/3_27.jpg" width="15" height="117" /></td>
         </tr>
        </table>        </td>
       </tr>
       <tr>
        <td height="33" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
         <!--DWLayoutTable-->
         <tr>
          <td width="20" height="33" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_28.jpg" width="20" height="33" /></td>
          <td width="150" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_29.jpg" width="150" height="33" /></td>
          <td width="21" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_30.jpg" width="21" height="33" /></td>
         </tr>
        </table>
        </td>
       </tr>
       
       
      </table>
      </td>
     </tr>
    </table>    </td>
   </tr>
   <tr>
    <td height="52" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
      <td width="19" height="52" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_33.gif" width="19" height="52" /></td>
      <td id="Theme_tdFooter" align="center" valign="middle" background="/themes/mainskins/azarbaijan-steel/images/3_34.jpg">كليه حقوق اين مجموعه طبق قوانين نرم افزاري متعلق به شركت&nbsp;<FONT color=#ff0000>فولاد آذربایجان</FONT>&nbsp;مي باشد
</td>

      <td width="21" valign="top"><img src="/themes/mainskins/azarbaijan-steel/images/3_35.gif" width="21" height="52" /></td>
     </tr>
    </table>
    </td>
   </tr>
  </table>
  </td>
 </tr>
</table>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  </form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
