

<HTML>
 <HEAD>
 <title>Towzin Electric Co</title>
 <meta id="mtaKeyWords" content=" towzin
tec
weight
weighing system
truck scale" name="keywords"></meta>
 <meta id="mtaDescription" content=" Towzin Electric Industrial Company benefiting from highly skilled professionals as well as the latest equipments and machinery has been a recognized company in business of manufacturing weigh stations with different capacities, weighing instruments, industrial automation, mechanization, and precision tools made from high quality materials since 1996." name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/White/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/White/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/White/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/11586/Home.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_ble5ho55p5hiwr45t0hm2455_/documents/document/0/11586/Home.aspx_633628391726093750" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields -->
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="border-left:#1A3959 1px solid;border-right:#1A3959 1px solid;border-top:#1A3959 1px solid;border-bottom:#1A3959 1px solid ">
 <!--DWLayoutTable-->
 <tr>
  <td width="100%" height="10" align="right" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
   <!--DWLayoutTable-->
  <tr><td height="100" colspan="2" align="left" bgcolor="#14386A"><img src="/themes/mainskins/White/images/header.jpg" border="0"></td>
  </tr>
   <tr>
    <td id="Theme_tdTitle" width="100%" height="10" colspan="2" align="center" valign="top" nowrap="nowrap" bgcolor="#FFFFFF">
<table id="_ctl0_tblDocument" dir="ltr" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11595.">
 <tr>
 <TD colspan="2" valign="top">
  <p align="center"><a href="http://en.towzin.com/documents/document/0/11586/Home.aspx"><img height="30" alt="" width="184" border="0" src="/UserFiles/Image/Menu/Home.jpg" /></a>&nbsp;<a href="http://en.towzin.com/default.aspx?app=ProductsManagement&page=CategoriesView&IPage=1&CPage=10&SPage=1"><img height="30" alt="" width="184" border="0" src="/UserFiles/Image/Menu/Products.jpg" /></a>&nbsp;<a href="http://en.towzin.com/documents/document/0/11589/Contact-us.aspx"><img height="30" alt="" width="184" border="0" src="/UserFiles/Image/Menu/Contact-us.jpg" /></a>&nbsp;<a href="http://en.towzin.com/documents/document/0/11588/About-us.aspx"><img height="30" alt="" width="184" border="0" src="/UserFiles/Image/Menu/About-us.jpg" /></a>&nbsp;<a href="http://www.towzin.com"><img height="30" alt="Persian" width="184" border="0" src="/UserFiles/Image/Menu/Farsi.jpg" /></a></p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

   
   </tr>
  </table></td>
 </tr>
 <tr>
  <td height="10" align="center" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
   <!--DWLayoutTable-->
   <tr>
    <td width="15%" align="left" valign="top"><table width="100%" border="0" align="right" cellpadding="0" cellspacing="0"><!--DWLayoutTable-->
     <tr>
      <td width="15" height="19" valign="bottom" ><img src="/themes/mainskins/White/images/right-table-top-l.jpg" border="0" /></td>
      <td width="100%" valign="top" background="/themes/mainskins/White/images/right-table-top-m.jpg"></td>
      <td width="15" valign="bottom"><img src="/themes/mainskins/White/images/right-table-top-r.jpg" border="0" /></td>
     </tr>
     <tr>
      <td width="15" rowspan="9" valign="top" background="/themes/mainskins/White/images/right-table-border-l.jpg"></td>
      <td id="Theme_tdMenu" height="47" valign="top" bgcolor="#003260" align="center"><script>var arrMenuText_3_0_0 = new Array("&nbsp;&nbsp;Europe 2007&nbsp;","&nbsp;&nbsp;Europe 2005&nbsp;");var arrMenuLink_3_0_0 = new Array("/default.aspx?app=documents&page=link&docparid=11602&docid=11606","/default.aspx?app=documents&page=link&docparid=11602&docid=11607");
var arrMenuText_3_0_1 = new Array("&nbsp;&nbsp;Pit Type&nbsp;","&nbsp;&nbsp;Pitless Type&nbsp;");var arrMenuLink_3_0_1 = new Array("/default.aspx?app=documents&page=link&docparid=11604&docid=11608","/default.aspx?app=documents&page=link&docparid=11604&docid=11609");
var arrMenuText_3_0_2 = new Array("&nbsp;&nbsp;Pit Type&nbsp;","&nbsp;&nbsp;Pitless Type&nbsp;");var arrMenuLink_3_0_2 = new Array("/default.aspx?app=documents&page=link&docparid=11605&docid=11610","/default.aspx?app=documents&page=link&docparid=11605&docid=11611");
var arrMenuText_3_0 = new Array("&nbsp;&nbsp;Prefabricated Truck Scales&nbsp;","&nbsp;&nbsp;Semi-Concrete Deck Truck Scales&nbsp;","&nbsp;&nbsp;Metal Deck Truck Scales&nbsp;");var arrMenuLink_3_0 = new Array("/default.aspx?app=documents&page=link&docparid=11593&docid=11602","/default.aspx?app=documents&page=link&docparid=11593&docid=11604","/default.aspx?app=documents&page=link&docparid=11593&docid=11605");
var arrMenuText_3 = new Array("&nbsp;&nbsp;Truck Scale&nbsp;","&nbsp;&nbsp;Railway Scales&nbsp;","&nbsp;&nbsp;Indicator&nbsp;","&nbsp;&nbsp;Junction box PR6130/80&nbsp;","&nbsp;&nbsp;Printer&nbsp;","&nbsp;&nbsp;Loadcell PR6221 – Sartorius&nbsp;");var arrMenuLink_3 = new Array("/default.aspx?app=documents&page=link&docparid=11592&docid=11593","/documents/document/11592/11594/Railway-Scales.aspx","/documents/document/11592/11596/Indicator.aspx","/documents/document/11592/11597/Junction-box.aspx","/documents/document/11592/11598/Printer.aspx","/documents/document/11592/11599/Loadcell-PR6221-–-Sartorius.aspx");
var arrMenuText_4 = new Array("&nbsp;&nbsp;No.1&nbsp;","&nbsp;&nbsp;No.2&nbsp;","&nbsp;&nbsp;No.3&nbsp;","&nbsp;&nbsp;No.4&nbsp;","&nbsp;&nbsp;No.5&nbsp;");var arrMenuLink_4 = new Array("/documents/document/11612/11613/No-1.aspx","/documents/document/11612/11614/No-2.aspx","/documents/document/11612/11615/No-3.aspx","/documents/document/11612/11616/No-4.aspx","/documents/document/11612/11640/No-5.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;Home&nbsp;","&nbsp;&nbsp;About us&nbsp;","&nbsp;&nbsp;History&nbsp;","&nbsp;&nbsp;Products&nbsp;","&nbsp;&nbsp;Towzin Electric Magazine&nbsp;","&nbsp;&nbsp;International Awards&nbsp;","&nbsp;&nbsp;Correlate Website&nbsp;","&nbsp;&nbsp;Article&nbsp;","&nbsp;&nbsp;News&nbsp;","&nbsp;&nbsp;FAQ&nbsp;","&nbsp;&nbsp;Contact us&nbsp;","&nbsp;&nbsp;فارسی&nbsp;");var arrMenuLink = new Array("/documents/document/0/11586/Home.aspx","/documents/document/0/11588/About-us.aspx","/documents/document/0/11635/History.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11592","/#","/documents/document/0/11617/International-Awards.aspx","/default.aspx?app=links&page=link&docparid=0&docid=11590&catparid=-11590","/default.aspx?app=documents&page=link&docparid=0&docid=11600","/default.aspx?app=news&page=news&docparid=0&docid=11625&pagenumber=1","/default.aspx?app=faqs&page=faq&docparid=0&docid=11623","/documents/document/0/11589/Contact-us.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11601");
var dir="ltr";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

      <td width="15" rowspan="9" valign="top" background="/themes/mainskins/White/images/right-table-border-r.jpg"></td>
     </tr>
     <tr>
      <td height="7" valign="top" bgcolor="#9FC1D3"></td>
      </tr>
     <tr>
      <td id="Theme_tdSearch" height="66" valign="top" bgcolor="#003260" align="center"><!--DWLayoutEmptyCell-->&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:_ctl3:btnSearch" value="Search" id="Theme__ctl3_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl3_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl3:txtSearch" id="Theme__ctl3_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__ctl3_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

      </tr>
     <tr>
      
      </tr>
     <tr>
      <td height="7" valign="top" bgcolor="#9FC1D3" ></td>
      </tr>
     <tr >
      <td id="Theme_tdBanner" height="49" valign="top" bgcolor="#003260" align="center">&nbsp;
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl4_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
</table>

</P>
</td>

      </tr>
     <tr>
      <td height="7" valign="top" bgcolor="#9FC1D3" ></td>
      </tr>
     <tr >
      <td id="Theme_tdMarquee" height="49" valign="top" bgcolor="#003260" align="center"><marquee scrolldelay='80' scrollamount='2' direction="up" width="100%" Height="390" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: center" align=center><B><SPAN style="FONT-SIZE: 10pt; COLOR: #ccffcc; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">Towzin Electric Industrial Group</SPAN></B><B><SPAN lang=FA dir=rtl style="FONT-SIZE: 10pt; COLOR: #99ccff; LINE-HEIGHT: 150%; FONT-FAMILY: Arial; mso-bidi-language: FA"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></B></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: center" align=center><B><SPAN style="FONT-SIZE: 10pt; COLOR: #ccffcc; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">is<SPAN dir=rtl></SPAN><SPAN dir=rtl></SPAN><SPAN dir=rtl><SPAN dir=rtl></SPAN><SPAN dir=rtl></SPAN> </SPAN>the biggest manufacturer</SPAN></B><B><SPAN lang=AR-SA dir=rtl style="FONT-SIZE: 10pt; COLOR: #99ccff; LINE-HEIGHT: 150%; FONT-FAMILY: Arial"><o:p></o:p></SPAN></B></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: center" align=center><B><SPAN style="FONT-SIZE: 10pt; COLOR: #ccffcc; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">of<SPAN dir=rtl></SPAN><SPAN dir=rtl></SPAN><SPAN dir=rtl><SPAN dir=rtl></SPAN><SPAN dir=rtl></SPAN> </SPAN>weigh stations and industrial scales</SPAN></B></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: center" align=center><B><SPAN style="FONT-SIZE: 10pt; COLOR: #ccffcc; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">&nbsp;</SPAN></B></P>
<P class=MsoNormal dir=rtl style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><B><SPAN dir=ltr style="COLOR: #99ccff; FONT-FAMILY: Arial"><FONT size=3>We weight just your profit</FONT></SPAN></B><SPAN dir=ltr style="FONT-FAMILY: Arial"><o:p></o:p></SPAN></P></marquee></td>

      </tr>
     
     <tr>
      <td width="15" align="left" valign="top"></td>
      <td width="100%" valign="top" bgcolor="#E7F4FC"></td>
      <td width="15" align="right" valign="top"></td>
     </tr>
     <tr>
      <td height="19" align="left" valign="top"><img src="/themes/mainskins/White/images/right-table-bot-l.jpg" width="15" height="12" border="0" /></td>
      <td valign="top" background="/themes/mainskins/White/images/right-table-bot-m.jpg" bgcolor="#003260" style="background-repeat:repeat-x"></td>
      <td align="right" valign="top"><img src="/themes/mainskins/White/images/right-table-bot-r.jpg" width="15" height="12" border="0" /></td>
     </tr>
    </table></td>
    <td width="85%" align="left" valign="top"><table width="100%" border="0" align="right" cellpadding="3" cellspacing="0" >
     <tr>
      <td id="Theme_tdMain" align="left">Home 

<table id="Theme__ctl2_tblDocument" dir="ltr" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11586.">
 <tr>
 <TD colspan="2" valign="top">
  <p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="center">&nbsp;</p>
<p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="center">
<table cellspacing="5" cellpadding="5" width="95%" align="center" summary="" border="0">
  <tbody>
    <tr>
      <td><strong><span style="FONT-FAMILY: 'Times New Roman'"><font face="Arial" color="#000080" size="3">
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt" align="left"><img height="246" alt="" hspace="15" width="184" align="left" src="/UserFiles/Image/Pooyan.jpg" /></p>
      <p class="MsoNormal" dir="ltr" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt 18pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><strong><span style="FONT-SIZE: 10pt; LINE-HEIGHT: 150%; mso-bidi-font-family: Arial"><font color="#000080"><font color="#ff0000"><span style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US"><span style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US">Towzin Electric Industrial Company</span><strong><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US"> benefiting from highly skilled professionals as well as the latest equipments and machinery has been a recognized company in business of manufacturing weigh stations with different capacities, weighing instruments, industrial automation, mechanization, and precision tools made from high quality materials since 1996.</span></strong></span></font></font></span></strong></p>
      <p class="MsoNormal" dir="ltr" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt 18pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><strong><span style="FONT-SIZE: 10pt; LINE-HEIGHT: 150%; mso-bidi-font-family: Arial"><font color="#000080"><font color="#ff0000"><span style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US"><strong><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US">&nbsp;</span></strong></span></font></font></span></strong></p>
      <strong><span style="FONT-SIZE: 10pt; LINE-HEIGHT: 150%; mso-bidi-font-family: Arial"><font color="#000080"><font color="#ff0000"><span style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US"><strong><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US">
      <p class="MsoNormal" dir="ltr" style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%"><font face="Arial"><strong><span style="COLOR: red; LINE-HEIGHT: 150%; FONT-FAMILY: " new="" times="">Vision:</span></strong><strong><span style="LINE-HEIGHT: 150%; FONT-FAMILY: " new="" times=""><font color="#000000"> </font><span style="COLOR: #ff6600">We produce precision instruments to increase levels of employment and advance the levels of technology in the industry.<o:p></o:p></span></span></strong></font></p>
      </span></strong></span></font></font></span></strong></font></span></strong></td>
    </tr>
  </tbody>
</table>
</p>
<p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="center">
<table height="400" cellspacing="5" cellpadding="10" width="95%" align="center" summary="" border="0">
  <tbody>
    <tr>
      <td bordercolor="#000000" bgcolor="#cccccc"><strong><span style="FONT-SIZE: 11pt; COLOR: #003366; LINE-HEIGHT: 150%; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><strong><span style="FONT-SIZE: 10pt; COLOR: #003366; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">
      <p align="center"><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><img height="169" alt="Towzin Electric - Prefabricated Truck Scale 2007" hspace="35" width="290" align="right" vspace="1" border="0" src="http://towzin.com/UserFiles/Image/2007.gif" /></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></p>
      <strong><span style="FONT-SIZE: 10pt"><font color="#000000"><strong><span dir="ltr" style="FONT-SIZE: 10pt">
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><strong><span style="FONT-SIZE: 10pt">Towzin Electric Industrial Company with its mission to increase quality performance in design, manufacturing, and maintenance has succeeded to receive numerous domestic and international quality certifications during its 13 years of business.</span></strong></p>
      </span></strong></font></span></strong></span></strong></span></strong></td>
    </tr>
    <tr>
      <td bordercolor="#999999" colspan="2"><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><span><strong>&nbsp;</strong></span></span><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong>&nbsp;<o:p></o:p></strong></span></strong></span><span dir="ltr" style="FONT-SIZE: 8pt; LINE-HEIGHT: 150%"><strong> <strong><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-language: AR-SA; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US"><strong><span dir="ltr" style="FONT-FAMILY: 'Times New Roman'"><font size="3"><strong><span style="FONT-FAMILY: 'Times New Roman'">
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><strong><span style="FONT-FAMILY: 'Times New Roman'"><img height="235" alt="پرسنل شركت توزين الكتريك" hspace="10" width="352" align="right" vspace="1" src="http://www.towzin.com/UserFiles/Image/Towzin_Personel.jpg" /><font face="Arial"></font></span></strong></p>
      <strong><span style="FONT-FAMILY: Arial"><strong><span style="FONT-FAMILY: Arial">
      <p class="MsoNormal" dir="ltr" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><strong><span style="FONT-SIZE: 10pt; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">Towzin Electric has 500 employees in two factories located in <st1:placename w:st="on"><st1:placename u1:st="on">Amir</st1:placename></st1:placename> <st1:placename w:st="on"><st1:placename u1:st="on">Kabir</st1:placename></st1:placename> <st1:placetype w:st="on"><st1:placetype u1:st="on">Industrial Park</st1:placetype></st1:placetype> in Kashan and the head office in <st1:city w:st="on"><st1:place w:st="on"><st1:city u1:st="on"><st1:place u1:st="on">Tehran</st1:place></st1:city></st1:place></st1:city>.<span style="mso-spacerun: yes">&nbsp; </span>Considering the low average age and high educational background of our personnel, this company is one of the few technical and engineering companies in this country who have young and highly skilled human resources.</span></strong></p>
      </span></strong></span></strong></span></strong></font></span></strong></span></strong></strong></span></td>
    </tr>
  </tbody>
</table>
</p>
<p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="center"><span lang="AR-SA" style="FONT-SIZE: 10pt; COLOR: navy; LINE-HEIGHT: 150%; FONT-FAMILY: Tahoma"><span lang="AR-SA" style="FONT-SIZE: 10pt; COLOR: #99cc00; LINE-HEIGHT: 200%; FONT-FAMILY: Tahoma"></span></span></p>
<p class="MsoNormal" dir="rtl" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 200%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" align="center">
<table cellspacing="1" cellpadding="0" width="100%" align="center" summary="" border="0">
  <tbody>
    <tr>
      <td>
      <p align="center"><img alt="جوایز و دستاوردهای بین المللی شرکت توزین الکترونیک" align="bottom" border="0" src="http://www.towzin.com/UserFiles/Image/International_Awards.jpg" /></p>
      </td>
    </tr>
  </tbody>
</table>
</p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

     </tr>
    </table></td>
   </tr>
   
   
  </table></td>
 </tr>
 <tr>
  <td height="10" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="4">
   <tr>
    <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
      <td width="20" height="38" valign="top" align="right"><img src="/themes/mainskins/White/images/footer_01.jpg" border="0" /></td>
      <td id="Theme_tdFooter" width="100%" height="38" valign="middle" dir="rtl" align="center" background="/themes/mainskins/White/images/bg-footer.jpg"><P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 8pt; COLOR: silver; FONT-FAMILY: Tahoma">Copyright 2006 - 2007 by Towzin Electric Co, All right reserved. Portal system powered by <A href="http://www.websazan.ir/"><SPAN style="COLOR: silver; TEXT-DECORATION: none; text-underline: none"><FONT size=2>WebSazan</FONT></SPAN></A></SPAN></P>
</td>

      <td width="30" align="left" valign="top" ><img src="/themes/mainskins/White/images/footer_02.jpg"></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>
