

<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/11671/11677/baygani.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_svliynrk3iwoym553fbsemj0_/documents/document/11671/11677/baygani.aspx_635045016234062500" />
<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;">1392/02/28 

&nbsp;
<script language="JavaScript">
<!--
// set the function

var thehours=19;
var themins=20;
var thesecs=23;

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/11677.">
 <tr>
 <TD colspan="2" valign="top">
  <div dir="rtl" style="MARGIN: 0in 0.5in 10pt 0in; DIRECTION: rtl; LINE-HEIGHT: 70%; unicode-bidi: embed" align="right"><span style="FONT-SIZE: 12pt; LINE-HEIGHT: 70%"><font face="Tahoma" color="#000080" size="2"> </font></span></div>
<div style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal" align="center"><font face="Tahoma"><font size="2"><span><font color="#000080">آگهی مناقصه عمومی دو مرحله <span dir="rtl">ای</span></font></span></font></font></div>
<div style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal" align="center"><font face="Tahoma"><font color="#000080" size="2"><span>به شماره 86239 م – ح  مورخ 21/12/86</span></font></font></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 9pt"><font face="Tahoma" color="#000080" size="2"> </font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">شرکت فولاد آذربایجان در نظر دارد خرید پهنای باند سه مگابایت را از طریق مناقصه عمومی از شرکتهای واجد الشرایط برای مدت یکسال خریداری نماید.</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><font face="Tahoma" color="#000080" size="2"> </font></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">شرایط متقاضیان:</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">1 – دارا بودن شخصیت حقوقی</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">2 – توانایی ارائه ضمانت نامه بانکی به میزان 5% مبلغ پیشنهادی</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><font face="Tahoma"><font color="#000080" size="2"><span>3 –  واریز مبلغ 000/150 ریال بابت هزینه اسناد غیر قابل استرداد به حساب جاری 3500 بانک صادرات شعبه مرکزی میانه</span></font></font></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">4 - پیشنهاد فاقد تضمین و مشروط و مبهم ترتیب اثر داده نخواهد شد</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">5 – هزینه درج آگهی ها به عهده برنده مناقصه می باشد</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">6 –  تاریخ تحویل قیمت پیشنهادی 20/1/87 می باشد</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">7– تاریخ بازگشائی 27/1/87 ساعت 11 صبح می باشد</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">8 - سوابق و مدارک پیشنهاد دهندگان بر اساس تصویب نامه شماره 84136/ت/3356 ه مورخ 16/7/85 هیئت محترم وزیران توسط کمیته فنی و بازرگانی موضوع ماده 12 قانون برگزاری مناقصات بررسی و برنده مناقصه پیشنهاد دهنده حائز کمترین شاخص حاصل قیمت تقسیم بر امتیاز مکتسبه در چهار چوب تصویب نامه فوق الذکر خواهد بود و به مدارک ارسالی مغایر با تصویب نامه وزیران ترتیب اثر داده نخواهد شد.</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">- لازم به ذکر است طبق بند (د) ماده 19 قانون برگزاری مناقصات پاکات پیشنهاد قیمت شرکت کنندگانی که امتیاز کمتر از حد نصاب (60) را اخذ نمایند ناگشوده عودت داده خواهد شد.</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080">9- متقاضیان از تاریخ نشر آگهی به مدت یک هفته به غیر ایام تعطیل از ساعت 7 لغایت 4 عصر با ارائه اصل فیش واریزی جهت دریافت اسناد مناقصه به نشانی میانه -شرکت فولاد آذربایجان واحد حقوقی و قراردادها مراجعه نمایند.</font></span></div>
<span style="FONT-SIZE: 10pt; COLOR: #333333">
<div dir="rtl" style="MARGIN: 0in 0.5in 10pt 0in; DIRECTION: rtl; LINE-HEIGHT: 70%; unicode-bidi: embed"><font face="Tahoma"><font color="#000080" size="2"><span>تلفن تماس: 3332732 – 0423</span></font></font></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed" align="left"><span dir="rtl" style="FONT-SIZE: 12pt; LINE-HEIGHT: 115%"><font face="Tahoma" color="#000080" size="2">روابط عمومی شرکت فولاد آذربایجان</font></span></div>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><span style="FONT-SIZE: 10pt; COLOR: #333333"><font face="Tahoma" color="#000080" size="2"></font></span></div>
</span>



<p style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal" align="center"><font color="#000000"><strong><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"></font></span></font></span></strong></font></p>
<p style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal" align="center"><font color="#000000"><strong><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"></font></span></font></span></strong></font></p>
<font color="#000000"><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"><span style="FONT-SIZE: 14pt"><font color="#0000ff">
<p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 10pt; TEXT-ALIGN: center" align="center"><span lang="FA" style="COLOR: #4f81bd; FONT-FAMILY: "><font size="3"><strong>فراخوان طراحي آرم شركت فولاد آذربايجان</strong></font></span></p>
<div dir="rtl" style="MARGIN: 0in 0in 10pt; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><strong><font face="Times New Roman" size="2"></font></strong></div>
<div dir="rtl" style="MARGIN: 0in 0.5in 10pt 0in; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><strong><span style="FONT-SIZE: 12pt"><font face="Times New Roman" color="#333333"></font></span></strong></div>
<div dir="rtl" style="MARGIN: 0in 0.5in 10pt 0in; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed"><strong><span style="FONT-SIZE: 12pt"><font face="Times New Roman" color="#333333">
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">        شركت فولاد آذربايجان به عنوان يكي از قطب هاي صنعتي كشور جمهوري اسلامي ايران با فعاليت در توليد مقاطع سبك فولادي و ميلگردهاي ساختماني و صنعتي ، براي طراحي آرم خود از كليه هنرمندان ، طراحان گرافیك ، اساتید و دانشجویان علاقمند دعوت به عمل مي آورد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"> </div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">الف -   مشخصات عمومی :</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">۱. آرم شركت می بایست بر اصولِ اساسیِ سادگی ، زیبایی ، گویایی ، صلابت و اقتدار استوار باشد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">۲. پویائی آرم ، بدان معنا که با گذر زمان همچنان نمایانگر اهداف متعالی شركت باشد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">۳. فولاد را به عنوان بستر ساز توسعه پایدار و نماد نهادی صنعتي و توليدي مطرح نماید و نقش فولاد را در توسعه زیربنایی صنعت مورد تاكید قرار دهد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">4. استانداردهای یک نشانه مانند قابلیت استفاده در ابعاد مختلف ، اجرا با متریال های مختلف و...را داشته باشد.</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">5. متن </span><span style="FONT-SIZE: 12pt">"</span><span style="FONT-SIZE: 12pt">شرکت فولاد آذربايجان</span><span style="FONT-SIZE: 12pt">"</span><span style="FONT-SIZE: 12pt"> و</span><span style="FONT-SIZE: 12pt">"</span><span dir="ltr" style="FONT-SIZE: 12pt">AZARBAIJAN STEEL CO.</span><span style="FONT-SIZE: 12pt">"</span><span style="FONT-SIZE: 12pt"> به عنوان نام شرکت با ترکیب بندی مناسب در اثر باشد . ( توجه : آرم بدون این نام ، معنا و مفهوم خود را حفظ کند)</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">6. علاقمندان مي توانند آرم طراحي شده خود را (حداكثر سه اثر) ، همراه با مشخصات شناسنامه اي ، آدرس و شماره تماس ، به آدرس هاي ذيل ارسال نمايند . ضمنا به چند نفر از كساني كه طرح آنها مورد پذيرش هيات داوران قرار گيرد ،جوايز ارزنده اي اهدا خواهد شد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"> </div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">ب -   مشخصات فنی : </span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">۱. در قطعِ حداقل ۴</span><span dir="ltr" style="FONT-SIZE: 12pt">A</span><span style="FONT-SIZE: 12pt"> و با فرمت </span><span dir="ltr" style="FONT-SIZE: 12pt">JPG</span><span style="FONT-SIZE: 12pt"> یا </span><span dir="ltr" style="FONT-SIZE: 12pt">TIFF</span><span style="FONT-SIZE: 12pt"> و با </span><span dir="ltr" style="FONT-SIZE: 12pt">dpi resolution</span><span style="FONT-SIZE: 12pt">۳۰۰ باشد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">۲. قابلیت اجرا در ۲و۳ بعد و هم چنین به صورت تك رنگ ، دو رنگ و چهار رنگ را داشته باشد .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"> </div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">مشخصات فایل برای ارسال :</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt"> ( </span><span dir="ltr" style="FONT-SIZE: 12pt">PDF or JEPG/ RGB / 96DPI</span><span style="FONT-SIZE: 12pt"> / با عرض 8۰۰ پیکسل براي ارسال الكترونيكي و یا سایز </span><span dir="ltr" style="FONT-SIZE: 12pt">A4</span><span style="FONT-SIZE: 12pt"> برای ارسال پرینت) .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">مهلت ارسال آثار : پايان وقت اداري 15/10/87</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">آدرس پستي : استان آذربايجان شرقي ، شهرستان ميانه ، جنب ايستگاه راه آهن ، صندوق پستي (1314/53135 )، واحد روابط عمومي .</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">آدرس ایمیل : </span><a href="mailto:info@Azarbaijan-steel.com"><span dir="ltr" style="FONT-SIZE: 12pt">info@Azarbaijan-steel.com</span></a><span style="FONT-SIZE: 12pt"> </span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">تلفكس :  3336575-0423</span></div>
<div dir="rtl" style="LINE-HEIGHT: normal"><span style="FONT-SIZE: 12pt">تلفن شركت :  6-333271-0423</span></div>
</font></span></strong></div>
<div dir="rtl" style="MARGIN: 0in 0.5in 10pt 0in; DIRECTION: rtl; LINE-HEIGHT: normal; unicode-bidi: embed" align="left"><strong><span style="FONT-SIZE: 14pt"><font face="Times New Roman" color="#0000ff" size="3">روابط عمومی شرکت فولاد آذربایجان</font></span></strong></div>
</font></span></font></span></font><font color="#000000"><strong><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"><span style="FONT-SIZE: 14pt"><font color="#0000ff" size="3"></font></span></font></span></strong></font></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=32;'>
    <td align=right>
      ضعیف
    </td>
    <td align=left>
      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=32;' value=32>
    </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>
