

<HTML>
 <HEAD>
 <title>خودرو-ایران اتومبیل // OTOIRAN.COM دنیای خودرو در دستان شماست</title>
 <meta id="mtaKeyWords" content="ایران اتومبیل، خودرو ، اتومبیل ، فروش، نمایشگاه، خرید خودرو، ماشین ، دانش خودرو، OTOiran، IranAutomobile، Car ،" name="keywords"></meta>
 <meta id="mtaDescription" content="OTOiran, IranAutomobile, Danesh Khodro Co., CMS" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/Gray/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/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/13517/t-sport.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_3bbpuj55vzqsb2455jerzs45_/documents/document/0/13517/sharg.aspx_634655440968281250" />
<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 border="0" width="100%" id="table4" cellspacing="0" cellpadding="0" height="100%">
 <tr>
 <td>
  <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table5">
  <tr>
   <td>
   <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <!--DWLayoutTable-->
    <TR>
    <TD>
     <IMG SRC="/themes/mainskins/Gray/images/MahdQuran_01.jpg" WIDTH="125" HEIGHT="44" ALT=""></TD>
    <TD id="Theme_tdMarquee" background="/themes/mainskins/Gray/images/MahdQuran_01.jpg" width="100%" align="center"></TD>

    <TD ROWSPAN="2" valign="bottom" background="/themes/mainskins/Gray/images/MahdQuran_03.jpg">&nbsp;
     <table border="0" width="346" id="table2" height="0" cellspacing="0" cellpadding="0">
     <tr>
      <td height="20" width="80" >&nbsp;</td>
      <td id="Theme_tdSearch" width="160" valign="top" align="center" nowrap="nowrap">
<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>

     </tr>
     <tr>
      <td colspan="2" height="10">&nbsp;</td>
     </tr>
     </table>
    </TD>
    </TR>
    <TR>
    <TD background="/themes/mainskins/Gray/images/MahdQuran_04.jpg" width="125" height="86" valign="bottom">
     <table border="0" width="100%" id="table10" cellspacing="0" cellpadding="0">
     <tr>
      <td height="33">&nbsp;</td>
     </tr>
     <tr>
      <td height="28">
      <p align="center">
       <span lang="fa">
       <a href="/default.aspx?page=SiteMap&app=SiteMap"><font color="#3576b9">نقشه سايت</font></a></span></p>
      </td>
     </tr>
     </table>
    </TD>
    <TD background="/themes/mainskins/Gray/images/MahdQuran_05.jpg">
    <OBJECT id="obj1" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
      height="86" width="100%" border="0" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" VIEWASTEXT>
      <PARAM NAME="_cx" VALUE="13917">
      <PARAM NAME="_cy" VALUE="2275">
      <PARAM NAME="FlashVars" VALUE="">
      <PARAM NAME="Movie" VALUE="/themes/mainskins/Gray/swf/header.swf">
      <PARAM NAME="Src" VALUE="/themes/mainskins/Gray/swf/header.swf">
      <PARAM NAME="WMode" VALUE="Transparent">
      <PARAM NAME="Play" VALUE="-1">
      <PARAM NAME="Loop" VALUE="-1">
      <PARAM NAME="Quality" VALUE="High">
      <PARAM NAME="SAlign" VALUE="">
      <PARAM NAME="Menu" VALUE="0">
      <PARAM NAME="Base" VALUE="">
      <PARAM NAME="AllowScriptAccess" VALUE="always">
      <PARAM NAME="Scale" VALUE="ShowAll">
      <PARAM NAME="DeviceFont" VALUE="0">
      <PARAM NAME="EmbedMovie" VALUE="0">
      <PARAM NAME="BGColor" VALUE="">
      <PARAM NAME="SWRemote" VALUE="">
      <PARAM NAME="MovieData" VALUE="">
      <PARAM NAME="SeamlessTabbing" VALUE="1">
      <embed src="/themes/mainskins/Gray/swf/header.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
       name="obj1" width="100%" height="86" quality="High" menu="false" wmode="transparent">
      </OBJECT>
    </TD>
    </TR>
    <tr>
    <td height="1"></td>
    <td></td>
    <td><img src="/themes/mainskins/Gray/images/spacer.gif" alt="" width="346" height="1"></td>
    </tr>
   </TABLE>
   </td>
  </tr>
  </table>
 </td>
 </tr>
 <tr>
 <td height="100%">
  <table border="0" width="100%" id="table7" cellspacing="0" cellpadding="0" height="100%">
  <tr>
   <td width="100%" height="100%" valign="top">
   <table border="0" width="100%" id="table9" cellspacing="0" cellpadding="0" height="100%">
    <tr>
    <td id="Theme_tdMain" height="100%" valign="top" align="right">تویوتای اسپرتی 

<table id="Theme__ctl1_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/13517.">
 <tr>
 <TD colspan="2" valign="top">
  <p align="center"><font size="3"><font face="Times New Roman"><strong><font color="#000080"><span id="NewsDetail00Middle_lblTitle" class="head1">تویوتای 86 اسپرتی اصیل برای دوست داران هیجان</span>&nbsp;&nbsp;&nbsp;&nbsp; </font></strong></font></font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="3"><font face="Times New Roman"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman">در نمایشگاه توکیو</font> </span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" dir="ltr">TRD</span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"> <font size="3" face="Times New Roman">اعلام کرد که با تویوتای 86 کارهایی دارد و در برنامه وی تیونینگ کامل این اتومبیل با لوازم افترمارکت می باشد، مشتاقان و علاقه مندان به این برند با شنیدن این خبر همه منتظر ظهور این پدیده از سوی</font> </span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" dir="ltr">TRD</span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"> <font size="3" face="Times New Roman">بودند که این اتفاق افتاد و به خوبی هم به وقوع پیوست، در اولین مرحله کاری که بر روی این اتومبیل انجام شده است یک کیت آیرودینامیکی است که با تغییر و تعویض سپرهای عقب و جلو &ndash; رکاب ها و ساخت دیفیوزری بهتر این مهم را به انجام رسانیده است، با ست کردن رینگ های افترمارکت چهره خودرو را نیز زیباتر از قبل کرده است و حال خودرویی که دیده می شود علاوه بر قدرت ایده آل زیبایی کامل و ایده آلی را نیز داراست.</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font></font></p>
<p align="center"><font size="3"><font face="Times New Roman"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"></span></font></font></p>
<p align="center"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman"></font></span>&nbsp;</p>
<p align="center"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman"><img border="0" alt="trd 1" src="http://carnp.com/carnpsd_content/media/image/2012/02/35457_orig.jpg" />&nbsp;&nbsp; </font></span></p>
<span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA">
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><img border="0" alt="trd 4" src="http://carnp.com/carnpsd_content/media/image/2012/02/35460_orig.jpg" /></font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman">.</font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><img border="0" alt="trd 2" src="http://carnp.com/carnpsd_content/media/image/2012/02/35458_orig.jpg" /></font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman">.</font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><img border="0" alt="trd 5" src="http://carnp.com/carnpsd_content/media/image/2012/02/35461_orig.jpg" /></font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman">.</font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><img border="0" alt="trd 6" src="http://carnp.com/carnpsd_content/media/image/2012/02/35462_orig.jpg" /></font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman">.</font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><img border="0" alt="trd 3" src="http://carnp.com/carnpsd_content/media/image/2012/02/35459_orig.jpg" />&nbsp;&nbsp;&nbsp;&nbsp; </font></p>
<p style="TEXT-ALIGN: center" dir="rtl" class="MsoNormal" align="center"><font size="3" face="Times New Roman"></font></p>
<p style="TEXT-JUSTIFY: kashida; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" dir="rtl" class="MsoNormal" align="center"><font size="3"><font face="Times New Roman"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman">در داخل خودرو هم</font> </span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" dir="ltr">TRD</span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"> <font size="3" face="Times New Roman">صندلی های ریس &ndash; پدال های ریس &ndash; اهرم دنده ریسینگ- سوییچ استارت مسابقه ای و گیج های مسابقه ای افترمارکت را قرار داده است که علاوه بر حالت ریسینگ اتومبیل زیبایی داخل خودرو را نیز دو چندان کرده است، سیستم تعلیق خودرو هم کاملا تعویض شده است تماما و فول قابل تنظیم است در کنار اینکه مجهز به سیستم ضد غلتش است، کیت ترمز حرفه ای که برای خودرو در نظر گرفته شده است 6 پیستون در جلو و 4 پیستون در عقب دارد.</font></span></font></font><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><br />
</span>
<p style="TEXT-JUSTIFY: kashida; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" dir="rtl" class="MsoNormal" align="center"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman"></font></span>&nbsp;</p>
<p style="TEXT-JUSTIFY: kashida; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" dir="rtl" class="MsoNormal" align="center"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman"><strong>&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;&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; carnp</strong></font></span></p>
<p style="TEXT-JUSTIFY: kashida; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" dir="rtl" class="MsoNormal" align="center"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA"><font size="3" face="Times New Roman"></font></span>&nbsp;</p>
<p style="TEXT-JUSTIFY: kashida; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%" dir="rtl" class="MsoNormal" align="center"><font face="Times New Roman"><font size="3"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt; mso-bidi-language: FA" lang="FA">&nbsp;</span></font></font></p>
</p>
</span></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

    </tr>
   </table>
   </td>
   <td valign="top" bgcolor="#e6f1f8">
   <table cellSpacing="0" cellPadding="0" width="161" align="right" bgcolor="#e6f1f8"
    id="table8">
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center" >&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdLogin" height="7" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td height="7" colspan="3" align="center" valign="top" >
    <table cellpadding="5"  width="100%"><tr><td id="Theme_tdMenu" width="100%" align="center"><script>var arrMenuText_7 = 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;");var arrMenuLink_7 = new Array("/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12048","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12161","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12421","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11792","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11850","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11821","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12067","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12511","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12070","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12174","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12084","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12118","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=16845","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=16846");
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;");var arrMenuLink = new Array("/documents/document/0/15251/home-page.aspx","/documents/document/0/11639/portal.aspx","/default.aspx?app=news&page=news&docparid=0&docid=13178&pagenumber=1","/documents/document/0/11651/best-sites.aspx","/documents/document/0/11999/SaleConditions.aspx","/default.aspx?app=forms&page=form&docparid=0&docid=12471","/documents/document/0/11652/prices.aspx","/documents/document/0/11718/galery.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>
</tr></table>
    
    </td>
    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdMailinglist" height="1" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdCounter" height="1" colspan="3" align="center" valign="TOP" dir="ltr"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdBanner" height="1" colspan="3" align="center">
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl3_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
</table>

</P>
</td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdDateTime" height="1" colspan="3" align="center" valign="top">1390/12/03 چهار شنبه

<br>
<script language="JavaScript">
<!--
// set the function

var thehours=21;
var themins=48;
var thesecs=16;

function theclock()
{
var DateNow=new Date();

thesecs++;
if(thesecs>59){
 themins++;
 thesecs=0;
}

if(themins>59){
 thehours++;
 themins=0;
}

if(thehours>23){
thehours=0;
}


var corrected_sixty=new Array(24)
corrected_sixty[0]="00";
corrected_sixty[1]="01";
corrected_sixty[2]="02";
corrected_sixty[3]="03";
corrected_sixty[4]="04";
corrected_sixty[5]="05";
corrected_sixty[6]="06";
corrected_sixty[7]="07";
corrected_sixty[8]="08";
corrected_sixty[9]="09";
corrected_sixty[10]="10";
corrected_sixty[11]="11";
corrected_sixty[12]="12";
corrected_sixty[13]="13";
corrected_sixty[14]="14";
corrected_sixty[15]="15";
corrected_sixty[16]="16";
corrected_sixty[17]="17";
corrected_sixty[18]="18";
corrected_sixty[19]="19";
corrected_sixty[20]="20";
corrected_sixty[21]="21";
corrected_sixty[22]="22";
corrected_sixty[23]="23";
corrected_sixty[24]="24";
corrected_sixty[25]="25";
corrected_sixty[26]="26";
corrected_sixty[27]="27";
corrected_sixty[28]="28";
corrected_sixty[29]="29";
corrected_sixty[30]="30";
corrected_sixty[31]="31";
corrected_sixty[32]="32";
corrected_sixty[33]="33";
corrected_sixty[34]="34";
corrected_sixty[35]="35";
corrected_sixty[36]="36";
corrected_sixty[37]="37";
corrected_sixty[38]="38";
corrected_sixty[39]="39";
corrected_sixty[40]="40";
corrected_sixty[41]="41";
corrected_sixty[42]="42";
corrected_sixty[43]="43";
corrected_sixty[44]="44";
corrected_sixty[45]="45";
corrected_sixty[46]="46";
corrected_sixty[47]="47";
corrected_sixty[48]="48";
corrected_sixty[49]="49";
corrected_sixty[50]="50";
corrected_sixty[51]="51";
corrected_sixty[52]="52";
corrected_sixty[53]="53";
corrected_sixty[54]="54";
corrected_sixty[55]="55";
corrected_sixty[56]="56";
corrected_sixty[57]="57";
corrected_sixty[58]="58";
corrected_sixty[59]="59";




// correct the hours

var corrected_hours=new Array(24)
corrected_hours[0]="00";
corrected_hours[1]="01";
corrected_hours[2]="02";
corrected_hours[3]="03";
corrected_hours[4]="04";
corrected_hours[5]="05";
corrected_hours[6]="06";
corrected_hours[7]="07";
corrected_hours[8]="08";
corrected_hours[9]="09";
corrected_hours[10]="10";
corrected_hours[11]="11";
corrected_hours[12]="12";
corrected_hours[13]="13";
corrected_hours[14]="14";
corrected_hours[15]="15";
corrected_hours[16]="16";
corrected_hours[17]="17";
corrected_hours[18]="18";
corrected_hours[19]="19";
corrected_hours[20]="20";
corrected_hours[21]="21";
corrected_hours[22]="22";
corrected_hours[23]="23";


// display the status
document.getElementById("divShowTime").innerHTML = corrected_hours[thehours]+":"+corrected_sixty[themins]+":"+corrected_sixty[thesecs];

}
setInterval("theclock()",1000);

//-->
</script>
<div id=divShowTime></div>
</td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdVoting" height="1" colspan="3" align="center" valign="top" dir="ltr"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdWeather" height="1" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdOutput" height="1" colspan="3" align="center" valign="top">

<br>
<a href="void(0);" onclick="javascript:ShowPrintPreview();return false;"><img src="/panel/images/print.gif" border="0"></a>
<br>
<br>
<input type="image" name="Theme:_ctl6:ibuXmlPreview" id="Theme__ctl6_ibuXmlPreview" OnClick="javascript:GetContentSite();" src="/panel/images/xml.gif" alt="" border="0" />
<br>





</td>

    </tr>
   </table>
   </td>
  </tr>
  </table>
 </td>
 </tr>
 <tr>
 <td id="Theme_tdFooter" bgcolor="#c0c0c0" height="25" background="/themes/mainskins/Gray/images/bg-footer.gif" align="center" dir="rtl"><P align=center><A href="http://otoiran.com/default.aspx?app=faqs&page=faq&docparid=0&docid=14997" target=_blank><FONT face="Times New Roman" size=3><STRONG>پرسش و پاسخ</STRONG></FONT></A><FONT size=3><FONT face="Times New Roman"><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</STRONG></FONT><STRONG><FONT face="Times New Roman">&nbsp;<A href="/documents/document/0/11666/portal.aspx" target=_blank>پست الکترونیک&nbsp; e-mail</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG><FONT face="Times New Roman">&nbsp;</FONT></STRONG><A href="/documents/document/0/11625/about-us.aspx" target=_blank>درباره ما &nbsp;about us</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG><FONT face="Times New Roman">&nbsp;</FONT></STRONG><A href="/documents/document/0/11626/portal.aspx">تماس با ما contact us</A>&nbsp; </FONT></STRONG></FONT></P>
</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>

