ÿþ<html> <head> <meta http-equiv="Content-Language" content="fa"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <title> 4G'/* ,'F¯/'2 -61* ('B1'D9DHE 9DÌG 'D3D'E </title> <script language="javaScript"> <!-- /////////////////////////////////////////////////////////////////////////////// // ..:: realMenu v1.27 ::.. // copyright © jordan neill 2000 // Script featured on JavaScript Kit (http://javascriptkit.com) // // change the menuItems array with your options and set the urls to link to // use addMenuItem("Text to show", "Url To Link To"); to make an item // use addMenuItem("Text", Url", "Img To Show"); to make an item with an image // use addMenuItem(); to indicate a separator bar // you can use html tags in the text, eg, <i>, <b> or <u> // // images used should be 16x16 transparent gifs /////////////////////////////////////////////////////////////////////////////// menuItems = new Array(); menuItemNum = 0; function addMenuItem(text, url, img){ if(img) menuItems[menuItemNum] = new Array(text, url, img); else if(text) menuItems[menuItemNum] = new Array(text, url); else menuItems[menuItemNum] = new Array(); menuItemNum++; } menuWidth = 389; //menu width menuHeight = 39; //menu height menuDelay = 50; //delay before menu appears menuSpeed = 8; //speed which menu appears (lower=faster) menuOffset = 2; //offset of menu from mouse pointer addMenuItem("<center>&#1705;&#1575;&#1585;&#1576;&#1585; &#1711;&#1585;&#1575;&#1605;&#1740; &#1578;&#1605;&#1575;&#1605;&#1740; &#1581;&#1602;&#1608;&#1602; &#1575;&#1740;&#1606; &#1587;&#1575;&#1740;&#1578; &#1578;&#1581;&#1578; &#1581;&#1601;&#1575;&#1592;&#1578; &#1602;&#1575;&#1606;&#1608;&#1606; &#1705;&#1662;&#1740; &#1585;&#1575;&#1740;&#1578; &#1605;&#1740; &#1576;&#1575;&#1588;&#1583;</center>","http://www.tarikhaneh.com/"); addMenuItem(" <center>&#1605;&#1583;&#1740;&#1585;&#1740;&#1578; &#1587;&#1575;&#1740;&#1578;</center>","autoplazza@yahoo.com"); /////////////////////////////////////////////////////////////////////////////// // do not edit the code below, it is required for the menu to work correctly /////////////////////////////////////////////////////////////////////////////// if(window.navigator.appName == "Microsoft Internet Explorer" && window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE") + 5, window.navigator.appVersion.indexOf("MSIE") + 8) >= 5.5) isIe = 1; else isIe = 0; if(isIe){ menuContent = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;"><tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="10"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"><table cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:default;">'; for(m=0;m<menuItems.length;m++){ if(menuItems[m][0] && menuItems[m][2]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else if(menuItems[m][0]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else menuContent += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight"></td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>'; } menuContent += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>'; menuPopup = window.createPopup(); menuPopup.document.body.innerHTML = menuContent; } function showMenu(){ menuXPos = event.clientX + menuOffset; menuYPos = event.clientY + menuOffset; menuXIncrement = menuWidth / menuSpeed; menuYIncrement = menuHeight / menuSpeed; menuTimer = setTimeout("openMenu(0,0)", menuDelay); return false; } function openMenu(height, width){ iHeight = height; iWidth = width; menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body); if(iHeight < menuHeight) menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1); else clearTimeout(menuTimer); } if(isIe) document.oncontextmenu = showMenu; //--> </script </head> <style fprolloverstyle>A:hover {color: #C0C0C0; font-family: Tahoma} </style> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" style="font-family: Tahoma; font-size: 10pt" link="#787485" vlink="#787485" alink="#787485"> <table border="0" style="border-collapse: collapse" width="775" height="1"> <tr> <td bgcolor="#FFFFFF" height="50" width="640" valign="bottom"> <p align="center"> <img border="0" src="../images/banner_farsi.jpg" width="777" height="84"></td> </tr> <tr> <td height="1" valign="top" width="769"> <table border="0" style="border-collapse: collapse" width="777" height="1"> <tr> <td width="7" background="../images/shadow-left1.gif" height="1">&nbsp;</td> <td valign="top" width="759" height="1"> <table border="0" style="border-collapse: collapse" width="759" bordercolor="#000000" height="469"> <tr> <td valign="top" width="592" height="19" background="../images/line-b-top.gif" dir="rtl" colspan="3"> <p align="right"> <a href="../Index_F.htm"> <img border="0" src="../images/main_page_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/about%20us_pic_f.gif" width="59" height="14"><a href="mailto:info@tarikhaneh.com"><img border="0" src="../images/contact%20us_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/site_map_pic_f.gif" width="59" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="9" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/best_pic_f.gif" width="133" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><a href="../Damghan/English/Index_E.htm"><img border="0" src="../images/english_pic.gif" width="59" height="14"></a><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"></td> <td valign="top" width="163" height="40" background="../images/line-right.gif" rowspan="2"> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj3" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="37"> <param name="movie" value="../Flash/tarikhaneh.swf"> <param name="quality" value="High"> <param name="bgcolor" value="FFFFFF"> <param name="_cx" value="4180"> <param name="_cy" value="979"> <param name="FlashVars" value> <param name="Src" value="../Flash/tarikhaneh.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <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="SWRemote" value> <param name="MovieData" value> <embed src="../Flash/tarikhaneh.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj3" width="158" height="37" quality="High" bgcolor="#ffffff"></object> </td> </tr> <tr> <td valign="top" width="134" height="21" dir="rtl"> <p align="right"><font size="2"> <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="2" scrollDelay="100" width="132" bgColor="#FFFFFF" height="13" align="center" direction="right">©'FHF ,H'F'F *'1J.'FG EB/E ('2/J/©FF/¯'F 92J2 1' ¯1'E&#1740; EJ/'1/</marquee></font></td> <td valign="top" width="56" height="21" dir="rtl" background="../images/tit.gif"> &nbsp;</td> <td valign="top" width="398" height="21" dir="rtl" background="../images/top_new_pi.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF">/'F4Ì ©G /1 ,G'F '3* 1' *FG' /1 ,G'F EÌ*H'F J'A* FG /1 ©F, '*'B </font></td> </tr> <tr> <td valign="top" width="592" height="429" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="488"> <tr> <td valign="top" height="488"> <table border="0" style="border-collapse: collapse" width="100%" height="23"> <tr> <td width="5">&nbsp;</td> <td width="33" background="../images/lheadcenter.gif">&nbsp;</td> <td background="../images/backheadcenter.gif" dir="rtl" valign="top" style="font-family: Tahoma; font-size: 10pt"> <p align="right"><font color="#FFFFFF"> :: 4G'/* ,'F¯/'2 -61* ('B1'D9DHE 9DÌG 'D3D'E</font></td> <td width="4" background="../images/rheadcenter.gif">&nbsp;</td> <td width="7">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse; text-align:justify" width="589" height="1"> <tr> <td width="5" height="1"></td> <td width="4" background="../images/center_left0.gif" height="1">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="1" align="justify"> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <span lang="fa"><b> <font face="Tahoma" color="#322618" size="2"> 3'D1H2 4G'/*</font></b></span><font face="Tahoma" color="#322618" size="2"><b><span lang="AR-SA"> '(H ,9A1 E-E/ (F 9DJ (9) 'E'E ~F,E '2 '&EG '+FJ 941 (9) H GA*EJF E95HE '2 †G'1/G E95HE (9)  </span> <span lang="fa">©G</span><span lang="AR-SA"> /1 3'D </span><span lang="fa">114</span><span lang="AR-SA"> B</span>.<span lang="AR-SA"> /1 E/JFG 1. /'/ </span></b><span lang="AR-SA">& </span></font></p> <table id="table1" cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td> <table lang="fa" id="table2" dir="rtl" cellSpacing="3" cellPadding="3" width="98%" align="center" border="0"> <tr> <td vAlign="top" scope="row" bgColor="#fbfbff"> <table id="table3" cellSpacing="0" cellPadding="0" width="95%" align="center" bgColor="#fbfbff" border="0"> <tr> <td scope="row" colSpan="2"> <font face="tahoma" size="2"> <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 150%" align="justify"> <b><font color="#d28763">4C1 H 3~'3 (I EF*G'  ./'I (21¯ 1'  CG E' 1' '2 'EQ* E1-HEG B1'1 /'/ H (G 51'7 E3*BJE  HD'J* 'GD (J* 95E* H 7G'1* 5DH'* 'DDQG 9DJGE ',E9JF G/'J* FEH/. (G*1JF *-JQ* H /1H/ (1 1H'F ~'C ~J'E(1 9'DI B/1 '3D'E 5DI 'DDG 9DJG H "DG  H (1 'GD (J* 95E* H 7G'1* 9DJGE 'D3D'E  E.5H5'K ~F,EJF .DJAG (1 -BQ4 -61* '(H ,9A1  'E'E E-EQ/ ('B1 9DJG 'D3D'E H D9F H FA1JF (1 /4EF'F H E.'DA'F 'GD (J* 13'D* CG /1 -BJB* /4EF'F ./' H B1"F G3*F/.</font></b></font></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> &nbsp;E'/1 'H -61* A'7EG /.*1 'E'E -3F E,*(J (9) '3*<b> </b>CG ECFJ (G 'E 9(/ 'DDG J' 'E 'D-3F (H/ H (' 'JF *1*J( "F -61* GE '2 ,'F( E'/1 H GE '2 ,'F( ~/1 A'7EJ H &nbsp;9DHJ (H/G '3*  DB( 'J4'F (G /DJD /'F4 (JC1'F ('B1 J' ('B1 'D9DHE (H/G '3* & 5/HB H 7H3J /1 'E'DJ .H/ 1H'J* C1/G 'F/ CG<b> 13HD 'DDG (5) "F -61* 1' ('B1 F'EJ/</b> H (G ,'(1 (F 9(/ 'DDG 'F5'1J A1EH/: «<b> 'J ,'(1 2E'F JCJ '2 'HD'/ E1' CG '2 A12F/'F -3JF '3* /1C .H'GJ C1/  'H GE F'E EF '3* H 9DE 1' (' EG'1* (37 EJ/G/ H EJ4C'A/  HB*J 'H 1' /J/J 3D'E E1' (G 'H (13'F</b>»<b>. </b> </font> <O:P></O:P> </span><b><span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> <O:P>&nbsp;</O:P></font></span></b></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> &nbsp;</p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <span lang="fa"><b> <font face="Tahoma" color="#705538" size="2"> 4.5J* '.D'BJ:</font></b></span></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <font face="Tahoma" color="#322618" size="2"> <b><span lang="AR-SA">/1 ¯A*'1 1'3*¯H *1JF H /1 /J/'1 ¯4'/G 1H *1JF H /1 (0D ,'F /1 1'G ./' (.4F/G *1JF H /1 '.D'B E*H'69 *1JF E1/E'F (H/</span>.<span lang="AR-SA"> </span></b></font></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> &nbsp;'2 .HA ./' (3J'1 EJ¯1J3* H GF¯'E E4CD'* 'GD (J* 1' ,E9 EJC1/ H (' GE (G 0C1 H '3*:A'1 EJ~1/'.*F/. B3E* 9E/G /1"E/ .H/ 1' /1 1'G ./' 'FA'B EJ A1EH/ H .H/ E'FF/ :D'E'F4 /1 E219G C'1 EJC1/. /1 2G/ H A6D H *BHJ H "4F'JJ (' 1EH2 B1"F H 3F* H *A3J1 H '-C'E 419 31"E/ GE¯'F (H/ & 9DJ (F 9J3J '1(DJ /1 C*'( C4A 'D:EG H 'F( 7D-G /1 E7'D( 'D3HHD H 3(7 '(F ,H2J /1 *0C1G<b> </b>'D'&EG<b> </b>H<b> </b>3'J1 E-/+JF 'GD 3F* '2 9(/ 'DDG (F 97'! ECJ 1H'J* C1/G 'F/ CG ¯A*G '3*: <b>9DE'! 1' F2/ GJ†C3 -BJ1 *1 '2 "F F/J/E CG /1 E-61 '(H ,9A1 E-E/ (F 9DJ /J/E & </b></font> <font color="#000080"> <O:P></O:P> </font> <font face="Tahoma" color="#322618" size="2"> <b>&nbsp;</b></font></span><font face="Tahoma" color="#322618"><span lang="FA"><font size="2">'E'E E-E/ ('B1 (9)</font></span><font size="2"> </font></font><font size="2"> <span lang="FA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> /1 EH1/ FEHFG 'J '2 '.D'B 'E'E ('B1 1H'J* '3* ©G </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> E1/I '2 'GD 4'E /1 E/JFG 3'CF (H/ H (G .'FG</span><span style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma">  'E'E (3J'1 EI "E/ H (G "F ¯1'EI EI  ¯A*: «.../1 1HI 2EJF (:6 H CJFG</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> '</span><span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> I C3I 1' (J4 '2 *H /1 /D F/'1E H (' GJ†C3 (J4 '2 *H H .'F/'F* /4EF FJ3*E!</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> H 9BJ/G</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma">  'E "F3* CG '7'9* </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> ./' H ~J'E(1 H 'EJ1 E$EF'F /1 /4EFI (' *H3* </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> '¯1 EI  (JFI (G .'FG</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> &nbsp;*H 1A* H "E/ /'1E (/'F ,G* '3* CG *H E1/I 3.FH1 H '/J( H .H4 (J'F G3*I!»</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> /1 9JF -'D 'E'E 9DJG 'D3D'E (' 'H E/'1' EI A1EH/ H (G F1EI 3.F EI  ¯A*.</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> †F/I (1 FJ'E/ CG 4'EI (JE'1 4/ H E1¯ 1' 1HJ' 1HI .HJ4 /J/ H '2 2F/¯I FHEJ/ 4/ </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> ~3 H5J* C1/ CG †HF /1 ¯01/ '(H ,9A1</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> «'E'E ('B1»</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> (1 'H FE'2 ¯2'1/. 4( (G FJEG 13J/ H (3*¯'F4 'H 1' *E'E 4/G J'A*F/ </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> ('E/'/ H5I 'H (G E3,/ "E/ H 'E'E ('B1 9DJG 'D3D'E 1' /J/ CG FE'2 5(- (G ~'J'F (1/G H (G *9BJ(<sup> </sup>F43*G '3* </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> H "F ¯1'EI GEH'1G †FJF (H/ CG ~3 '2 FE'2 (G 0C1 H *9BJ( EI  ~1/'.*. 916 C1/:</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> "F E1/ 4'EI (G /J¯1 31'I 4*'A*G H .H/ †FJF .H'3*G CG 4E' (1 'H FE'2 ¯2'1J/.&nbsp; A1EH/:</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> 'H FE1/G '3*...</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> 4*'( ECFJ/ *' EF (J'JE. </span></font> </p> <p style="MARGIN: 0px 2px; DIRECTION: rtl; LINE-HEIGHT: 150%; unicode-bidi: embed" align="justify"> <font size="2"> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> ~3 (1.'3* H H6H H 7G'1* 1' *,/J/ A1EH/ H /H 1C9* FE'2 .H'F/ H /3*G' 1' (G /9' (1/'4* </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> 3~3 (G 3,/G 1A* H GE†F'F *' (1 "E/F "A*'( </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> /1 3,/G E'F/ </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> "F¯'G (G .'FG 4'EI "E/ H (1 ('DJF 'H F43* H 'H 1' 5/' 2/ H 'H ~'3. /'/ </span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> 'E'E 'H 1' (1F4'FJ/ H ~4*4 1' (G /JH'1 *CJG /'/ H 41(*I 7D(J/ H (G C'E 'H 1J.* H (G (3*¯'F4 A1EH/ :0'G'I 31/ (G 'H (/GF/ H .H/ ('2¯4*. </span></font> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> <font size="2">/J1I (1 FJ'E/ CG 4'EI 4A' J'A* H (G F2/ 'E'E "E/ H 916 C1/: </font> </span><b> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> <font size="2">«¯H'GI EI  /GE CG *H -,*</font></span><font size="2"><span style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma">  ./' (1 E1/E'FI</span></font><span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"><font size="2">.» </font></span></b></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-KASHIDA: 0%" align="justify"> <span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> <b> <O:P>&nbsp;</O:P></b></font></span></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <font face="Tahoma" size="2"><b> <span lang="FA" style="COLOR: #705538"> '5-'( 'E'E ('B1 (9)</span></b></font></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <font face="Tahoma" color="#322618"> <span lang="FA"><font size="2">&nbsp;</font></span></font><font face="Tahoma" color="#322618" size="2">"H'2G 9DHE H /'F4 <span lang="fa">'E'E ('B1 (9)</span> †F'F '71'A H 'CF'A ~J†J/G (H/ CG EDBQ( (G <b>('B1'D9DHE</b>; J9FI 4C'AF/G /'F4 G' ¯1/J/.</font><font size="2"><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> /1 EC*( 'E'E '(H,9A1 ('B1 'D9DHE</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> -CG /1H/ A14*¯'F (1 'H-</span><span lang="fa" style="COLOR: #322618; FONT-FAMILY: Tahoma"> </span> <span lang="AR-SA" style="COLOR: #322618; FONT-FAMILY: Tahoma"> 4'¯1/'FI FEHFG H EE*'2 ~1H14 J'A*F/ CG 'JFC (G F'E (1.I '2 "F'F '4'1G EI  4H/: </span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <span style="LINE-HEIGHT: 150%"><b> <font face="Tahoma" size="2">1-</font></b><span style="FONT-WEIGHT: 700; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><font size="2"> </font></span></span> <font face="Tahoma" size="2"> <span lang="FA" dir="rtl" style="LINE-HEIGHT: 150%"> <b>'('F (F *:D(</b>: 'H E-61 3G 'E'E - 'E'E 2JF 'D9'(/JF  'E'E E-E/ ('B1 H 'E'E ,9A1 5'/B 9DJGE 'D3D'E - 1' /1© FEH/ . '('F '2 4.5J*G'J 9DEJ 951 .H/ (H/ H /1 *A3J1  -/J+  ABG  B1'&* H D:* *3D7 (3J'1J /'4*. H'D'JJ /'F4 '('F †F'F (H/ ©G 'E'E ('B1 9DJG 'D3D'E (G 'H A1EH/: /1 E3,/ E/JFG (F4JF H (G 1'J E1/E A*H' (/G  2J1' /H3* /'1E  E1/E A1/J †HF *H 1' /1 EJ'F 4J9J'F E' ((JFF/. </span></font> </p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <span style="LINE-HEIGHT: 150%"><b> <font face="Tahoma" size="2">2-</font></b><span style="FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><font size="2"> </font></span></span> <font face="Tahoma" size="2"> <span lang="FA" dir="rtl" style="LINE-HEIGHT: 150%"> <b>21'1G</b>: /'F4EF/'F 4J9G '2 EJ'F 4'¯1/'F 'E'E ('B1 H 'E'E 5'/B 9DJGE' 'D3D'E  44 *F 1' ABJG *1 EJ 4E1F/&nbsp; ©G 21'1G J©J '2 "FG' '3*. '2 'E'E 5'/B FBD '3* ©G A1EH/: '¯1 &quot;(1J/ (F E9HJG&quot;  &quot;'(H(5J1&quot;  &quot;E-E/ (F E3DE&quot; H &quot;21'1G &quot; F(H/F/  "+'1 ~J'E(1 (E9'1A 4J9G) '2 EJ'F EJ 1A*  "F'F (1 -D'D H -1'E ./' 'EJF G3*F/. ('2 A1EH/: (1J/  21'1G  E-E/ (F E3DE H '-HD /1&nbsp;2F/¯J H E1¯ F2/ EF E-(H(*1JF E1/E'F G3*F/. </span></font> </p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <span style="LINE-HEIGHT: 150%"><b> <font face="Tahoma" size="2">3-</font></b><span style="FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><font size="2"> </font></span></span> <font face="Tahoma" size="2"> <span lang="FA" dir="rtl" style="LINE-HEIGHT: 150%"> <b>©EJ* '3/J</b>: 4'91J 31 "E/ (H/ H 2('F ¯HJ'J4 /1 /A'9 '2 'GD (J*  '49'1J ~1 E:2 EJ 31H/. '49'14 †F'F ©H(F/G H 13H'¯1 (H/ ©G ~JH3*G '2 71A .DA'J 'EHJ *G/J/ (G E1¯ EJ 4/.</span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <span style="LINE-HEIGHT: 150%"> <font face="Tahoma" size="2"><b>4-</b></font><span style="FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><font size="2"> </font></span></span> <font face="Tahoma" size="2"> <span lang="FA" dir="rtl" style="LINE-HEIGHT: 150%"> <b>E-E/ (F E3DE</b>: ABJG 'GD (J* H '2 J'1'F 1'3*JF 'E'E ('B1 H 'E'E 5'/B (9) (H/. †F'F ©G ¯A*G 4/  'E'E 5'/B 'H 1' J©J '2 "F †G'1 *F (G 4E'1 "H1/G ©G "+'1 ~J'E(1 (G H,H/4'F ~' (1,' H ('BJ '3*</span><span dir="rtl" style="LINE-HEIGHT: 150%" lang="en-us">.</span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%">&nbsp;</p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <span lang="AR-SA"><b> <font face="Tahoma" color="#705538" size="2"> 4.5J* 9DEJ:</font><font face="Tahoma" color="#322618" size="2"><br> </font></b></span> <font face="Tahoma" size="2"> <span lang="FA" style="LINE-HEIGHT: 150%"> (J *1/J/ †F'F ©G (3J'1J '2 9DE'J 'GD 3F*  FJ2 ¯A*G 'F/  'E'E ('B1 9DJG 'D3D'E /1 2E'F -J'* .HJ4 4G1* A1'H'FJ /'4*G H GEH'1G E-61 'H '2 /H3* /'1'F4  '2 *E'EJ (D'/ H 312EJFG'J '3D'EJ  ~1 (H/G '3*. EHB9J* 9DEJ 'J4'F  (G E+'(G 4.5J*J 9'DE H ABJG  (G HJ˜G (G 9FH'F FE'JF/G 9DHE 'GD (J*  (3J'1J 1' H' EJ /'4* *' '2 E-61 'H (G1G ¯J1F/ H -D '4©'D'* 9DEJ H ABGJ .H/ 1' '2 'H (7D(F/. /1 'JF EJ'F  'GD 91'B ©G (3J'1J '2 "F'F 4J9G (H/F/ (J4 '2 /J¯1'F EA*HF 4.5J* "F -61* 4/G (H/F/. E1',9G ©FF/¯'F  .6H9J .'5 F3(* (G 4.5J* 9DEJ 'E'E /'4*F/ †F'F ©G 9(/'DDG (F 97'J E©J ¯HJ/: 9DE' 1' /1 E-61 GJ† ©3J ©H†©*1 '2 2E'F -6H1 /1 E-61 'E'E ('B1 9DJG 'D3D'E F/J/E. -©E (F 9JFJG (' *E'E 98E* 9DEJ '4 /1 EJ'F E1/E  /1 (1'(1 "F -61* E'FF/ /'F4 "EH2J /1 EB'(D E9DE .H/ (G F81 EJ 13J/. </span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <font face="Tahoma" size="2"> <span lang="FA" style="LINE-HEIGHT: 150%"> 4G1* 9DEJ 'E'E  /1 -/ *9(J1 '(F 9F()  E4GH1*1 '2 "F '3* ©G ©3J (.H'G/ "F 1' (J'F ©F/. 'JF 4G1* /1 2E'F .H/ 'J4'F  FG *FG' /1 -,'2 ©G «©'F 3J/ ABG'! 'D-,'2» (D©G -*J /1 91'B H .1'3'F FJ2 (G 7H1 ¯3*1/G A1'¯J1 4/G (H/. †F'F©G 1'HJ EJ ¯HJ/: /J/E ©G E1/E .1'3'F /H1 -61* -DBG 2/G H '4©'D'* 9DEJ .H/ 1' '2 'J4'F EJ ~13J/F/. </span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <font face="Tahoma" size="2"> <span lang="FA" style="LINE-HEIGHT: 150%"> 0G(J /1('1G 'E'E ('B1 9DJG 'D3D'E EJ FHJ3/: 'J4'F '2 ©3'FJ '3* ©G (JF 9DE H 9ED &nbsp;3J'/* H 41A H H+'B* H E*'F* ,E9 ©1/G H (1'J .D'A* 'GDJ* /'4*. </span> </font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"> <font face="Tahoma" size="2"> <span lang="FA" style="LINE-HEIGHT: 150%"> '(14 ©D(J '2 G4'E (F 9(/'DED© ~13J/: 'JF ©J3* ©G E1/E 91'B 'H 1' /1 EJ'F ¯1A*G H E4©D'* 9DEJ .H/ 1' '2 HJ&nbsp;EJ ~13J/F/ G4'E ¯A*: 'JF ~J'E(1 ©HAG '3*  .H/ 1' ~31 13HD ./' H 4©'AF/G 9DE H EA31 B1"F EJ /'F/. </span></font></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> &nbsp;</p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <b> <font face="Tahoma" color="#705538" size="2"> <span lang="AR-SA">/H1'F 2F/¯J H </span> <span lang="fa">4G'/*</span><span lang="AR-SA"> 'J4'F:</span></font></b></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <font face="Tahoma" color="#322618" size="2"> 'E'E ('B1<span lang="fa"> </span>(9DJG 'D3D'E) (' ~F, .DJAG '2 .DA'I (FI 'EJQG E9'51 (H/ CG 9('1*F/ '2:<span lang="fa"> </span></font><span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> HDJ/ (F 9(/ 'DEDC (96 B) H 3DJE'F (F 9(/ 'DEDC ( 99 B) H 9E1 (F 9(/ 'D92J2 (101 B) H J2J/ (F 9(/ 'DEDC (</font></span><font face="Tahoma" color="#322618"><font size="2">107B</font><span lang="AR-SA"><font size="2">) H G4'E (F 9(/ 'DEDC ( 125 B) E9'51 (H/G '3*. </font></span><font size="2">H GEG "F'F ,2 9E1 (F 9(/'D92J2 /1 3*E¯1I H '3*(/'/ H .H/C'E¯I /3* CEI '2 FJ'C'F .H/ F/'4*F/ H ~JH3*G (1'I 'E'E ('B1<span lang="fa"> </span>(9DJG 'D3D'E)<span lang="fa"> </span>E4CD'*I A1'GE EI FEH/F/.<span lang="en-us"> </span>HDI /1 9JF -'D  'H '2 71JB *9DJE H *1(J*  ,F(4I 9DEI (G H,H/ "H1/ H EB/QE'* *#3J3 JC E1C2 9DEI '3D'EI 1' /1 /H1'F 'E'E* .H/ ~I 1J2I C1/ CG /1 2E'F A12F/ (21¯H'14 'E'E ,9A1 5'/B<span lang="fa"> </span>(9DJG 'D3D'E) (G F*J,G C'ED 13J/.<br> 1H4 C'1 ~J4H'J'F E' (G HJ˜G 'E'E 3,Q'/ H 'E'E ('B1<span lang="fa"> </span>(9DJGE 'D3D'E) CG /1 'H6'9 A4'1 H .AB'F (G 31 EI (1/F/ (G 4JHG E.AI H 2J12EJFI (H/  4JHG 'I CG EH,( EI 4/ C3I '2 C'1G'I "F'F E7QD9 F4H/.<span lang="fa"> </span>GEJF C'1G'I ~FG'FI  ¯'GI CG "4C'1 EI 4/  .DA' 1' 3.* 95('FI EI FEH/ /1 F*J,G  H3'JD *(9J/ H 2F/'FI "FG' A1'GE EI 4/.<br> 31'F,'E  'E'E ('B1<span lang="fa"> </span>(9DJG 'D3D'E) CG ~JH3*G EH1/ .4E H :6( .DJAG HB*  <b>G4'E (F 9(/'DEDC</b> (H/  (G H3JDG 'J'/I 'H E3EHE 4/<span lang="fa"> H </span></font></font> <font face="Tahoma" color="#322618" size="2"> /1 1H2 /H4F(G 7 0J-,QG 3'D 114 G,1I BE1I /1 57 3'D¯I<span lang="fa"> (G</span> 4G'/* <span lang="fa">13J/.</span> </font><font face="Tahoma" size="2"> <span lang="FA" style="FONT-WEIGHT: 700; LINE-HEIGHT: 150%"> (/F E7G1 "F /1J'J (J©1'F /'F4 ./'JJ /1 .'© (BJ9  /1 ©F'1 ~/1 H ,/ (21¯H'14 'E'E -3F E,*(J H 'E'E 3,'/ 9DJGE' 'D3D'E (G .'© 3~1/G 4/G '3*.</span></font></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> &nbsp;</p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <b> <font face="Tahoma" color="#705538" size="2"> <span lang="AR-SA">CDE'*J '2 "F (21¯H'1:</span></font><span lang="AR-SA"><font face="Tahoma" color="#322618" size="2"><br> </font></span></b> <font face="Tahoma" size="2"><b> <font color="#322618">1 -</font></b><font color="#322618"> <span lang="AR-SA">GE'F' ./'HF/ 92 H</span> <span lang="AR-SA">,D F¯'G /'1/ (H3JDG *BHJ (F/G 1' '2 "F†G 9BD4 (/'F /3*13J F/'1/.<b><br> </b></span></font></font> <O:P /><font face="Tahoma"> <font size="2"><b><font color="#322618"> 2 - </font></b></font> <font color="#322618"><font size="2"> <span lang="AR-SA">(1/('1J ,'EG 4.5 /'F' H 9'DE '3* E('/' .H/ 1' '2 "F (1GFG CFJ</span><span lang="fa">.</span></font><span lang="AR-SA"><b><font size="2"><br> </font></b></span></font></font> <O:P></O:P> <font face="Tahoma"><font size="2"><b> <font color="#322618">3 - </font></b> </font><font color="#322618"> <font size="2"><span lang="AR-SA">./' (1 .HJ4 EG1H12J 1' D'2E C1/G H 1-E* 'H (1 .4E4 ~J4J ,3*G&nbsp; H '2 1HJ 1'3*J H /13*J </span></font><span lang="AR-SA"> <font size="2">(G 'F,'E 13J/G  ~3 †F'F FJ3* CG ./'HF/ (G (F/¯'F .4E ":'2 CF/ ~J4 '2 "FCG "F'F 'H 1' (G .4E "H1F/...</font><O:P><font size="2"> </font></O:P> </span></font></font></p> <p class="MsoNormal" style="line-height: 150%; text-kashida: 0%; margin: 0px 2px" align="justify"> <font face="Tahoma" size="2"><b> <font color="#322618">4 -</font></b><font color="#322618"> <span lang="AR-SA">G1 ED*J CG C*'( ./' 1' (G ~4* 31 'F/'.*G ./' FJ2 9DE C*'( 1' '2 "FG' (¯J1/ & </span></font></font> </p> <p class="MsoNormal" style="line-height: 150%; text-kashida: 0%; margin: 0px 2px" align="justify"> <font face="Tahoma" color="#322618" size="2"> <b>5 -</b><span lang="ar-sa"> </span> </font><font face="Tahoma" size="2"> <span lang="FA" style="LINE-HEIGHT: 150%"> -1J5 (1 /FJ'  GE†HF ©1E '(1J4E '3* ©G G1 †G ~JDG 1' (1 .H/ (J4*1 (~J†/  (J1HF "E/F4 E4©D*1 EJ 4H/.</span></font></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify"> <span lang="AR-SA"> <font face="Tahoma" color="#322618" size="2"> '2 13'DG 'E'E E-E/ ('B1 9DJG 'D3D'E  39/ 'D.J1 / 1H6G C'AJ , 'HD (5 79  75 )<O:P> </O:P> </font></span></p> <p class="MsoNormal" style="MARGIN: 0px 2px; LINE-HEIGHT: 150%" align="justify">&nbsp;</td> <td width="5" background="../images/center_right.gif" height="1">&nbsp;</td> <td width="5" height="1"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="18"> <form method="POST" action="http://www.tarikhaneh.com/Farsi/Contact/email.php" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">F81 4E' /1('1G 'ÌF E7D(</span></font></p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">&nbsp;</span></font></p> <div align="center" dir="rtl"> <center dir="rtl"> <div align="right"> <table border="0" cellpadding="0" style="border-collapse: collapse" width="42%" height="20" bordercolor="#000000" id="table2" dir="rtl"> <tr> <td height="23" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F'E H F'E .'FH'/¯Ì</span></font></td> <td height="23" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="name" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="12" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">"/13&nbsp; 'ÌEÌD</span></font></td> <td height="12" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="email" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F81'* 4E':</span></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p align="center" dir="rtl"> <font face="Tahoma"> <textarea rows="4" name="Comments" cols="49" style="font-family: Tahoma; font-size: 8pt"></textarea></font></td> </tr> </table> </div> </center> </div> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <input type="submit" value="'13'D '7D'9'*" style="font-family: Tahoma; font-size: 8pt"> <input type="reset" value="~'© ©1/F " style="font-family: Tahoma; font-size: 8pt"> </form> <p dir="rtl">&nbsp;</td> <td width="5" background="../images/center_right.gif" height="18" dir="rtl">&nbsp;</td> <td width="5" height="18" dir="rtl"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="19" align="justify"> <p align="center"> <font color="#0000FF" size="2"> <a href="../Index_F.htm">('2¯4*</a></font></td> <td width="5" background="../images/center_right.gif" height="19">&nbsp;</td> <td width="5" height="19">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="1"> <tr> <td width="5" height="1"></td> <td background="../images/downcenter_left.gif" width="12" height="1">&nbsp;</td> <td background="../images/downcenter_center.gif" height="1">&nbsp;</td> <td background="../images/downcenter_right.gif" width="25" height="1">&nbsp;</td> <td width="7" height="1"></td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="163" background="../images/line-right.gif" height="429"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td> <hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../Damghan/Main.htm" style="text-decoration: none"> <font color="#0000FF">/'E:'F</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <font size="2"> <a href="../monasebatha/mahdaviyat.htm" style="text-decoration: none"> <font color="#0000FF">A1GF¯ EG/HJ*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <a style="text-decoration: none" href="../rahbari/main.htm"> <font size="2" color="#0000FF">/1 E-61 HD'Ì*</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF" height="9"> <tr> <td background="../images/back1button.gif" height="7"> <p align="center"> <font size="2"> <a href="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">E1©2 '3F'/ *'1J.Ì</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../imam%20sajad/darolaytam.htm"> <font color="#0000FF">/'1'D'Ì*'E</font></a></font></a><a style="text-decoration: none" href="../imam%20sajad/darolaytam.htm"><font size="2" color="#0000FF"> 'E'E 3,'/</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="101%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> '<a href="../Damghan/asare%20tarikhi.htm" style="text-decoration: none"><font color="#0000FF">E'©F *'1J.Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a href="../tasavir/maine0.htm" style="text-decoration: none"><font size="2" color="#0000FF"> "D(HE 9©3</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/amakenn%20mazhabi.htm" style="text-decoration: none"><font color="#0000FF"> 'E'©F E0G(Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a href="../Tarjomeh/Main.htm" style="text-decoration: none"> <font size="2" color="#0000FF">&nbsp;</font></a><a style="text-decoration: none" href="../monasebatha/shohadaye%20rohani.htm"><font size="2" color="#0000FF">Ì'1'F 4G1 Ì'1</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <a style="text-decoration: none" href="../Damghan/goyesh%20damghani.htm"><font size="2" color="#0000FF"> ¯HÌ4 /'E:'FÌ</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <a style="text-decoration: none" href="../mashahir/main.htm"><font size="2" color="#0000FF"> E4'GÌ1 /'E:'F</font></a><font size="2" color="#0000FF">Ì</font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a href="../ozviyat/main1.htm" style="text-decoration: none"><span lang="fa"><font size="2" color="#0000FF">96HJ*</font></span></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../matbooat/Main.htm" style="text-decoration: none"><font color="#0000FF">E7(H9'*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a style="text-decoration: none" href="../javaneh/javaneh-main.htm"> <font size="2" color="#0000FF">F41ÌG ,H'FG</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="../nashriyeh/nashriye-%20arshiv.htm"><font size="2" color="#0000FF"> F41ÌG</font></a><font size="2" color="#0000FF"> F¯'G</font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="4"> <tr> <td width="100%" height="4"> <p align="center"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="19"> <tr> <td width="100%" background="../images/backheadcenter.gif" dir="rtl" valign="top" height="19"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#FFFFFF">&gt; *(DJ:'*</font></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="35"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="44"> <param name="movie" value="../images/javaninter.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1164"> <param name="FlashVars" value> <param name="Src" value="../images/javaninter.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <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="../images/javaninter.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="158" height="44" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="32"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj2" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="42"> <param name="movie" value="../images/shabahang.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1111"> <param name="FlashVars" value> <param name="Src" value="../images/shabahang.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <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="../images/shabahang.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj2" width="158" height="42" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="15"> <tr> <td dir="rtl" valign="top"> <p align="center"> <font size="2" color="#006BD7">3A'14 *(DJ:'*:</font></td> </tr> <tr> <td dir="rtl" valign="top"> <p align="center"> <font size="2" color="#808080">5253699</font></td> </tr> <tr> <td dir="rtl" valign="top"> <hr></td> </tr> </table> <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="42"> <tr> <td width="100%" height="42" dir="ltr" valign="top"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td background="../images/backheadcenter.gif" dir="rtl" style="margin-top: 0; margin-bottom: 0"> <p align="right"> <font color="#FFFFFF" style="font-size: 8pt"> <span lang="en-us">&gt; </span>DJF©G'Ì E1(H7 (G 'JF 5A-G</font></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="2117"> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="2117"> </td> </tr> <tr> <td height="24"> <font face="Tahoma" size="2" color="#FFFF00"> <iframe name=I1 src='http://stats.netsups.com/counter.asp?id=462197351&cnum=001fa&ref=" + document.referrer + "' align=center frameborder=0 scrolling=no width=151 height=12 marginheight=0 marginwidth=0></iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="5" background="../images/line-right1.gif" height="1">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td height="28" width="769" background="../images/line-down.gif"> <p align="center" style="margin-top: 2; margin-bottom: 0"> <font size="1" face="Arial">copy right © 200<span lang="en-us">5-</span>200<span lang="en-us">8</span> <a href="file:///G:/my%20new%20document/My%20Webs/INDEX.HTM" style="text-decoration: none; "> <font color="#FFFFFF">Tarikhaneh.com</font></a> all right reserved .all graphics copy right by<span lang="en-us"><a style="text-decoration: none" href="mailto:tarikhaneh2002@yahoo.com?subject=from site"> <font color="#FFFFFF">tarikhaneh</font></a></span></font></td> </tr> </table> <SCRIPT language=javascript> message = " h t t p : / / w w w . T a r i k h a n e h . c o m ^"+ " ----------> K a n o o n e J a v a n a n e T a r i k h a n e h D A M G H A N <---------- ^" + " :::.. i n f o @ T a r i k h a n e h . c o m :::..^" + " T h i s S i t e D e s i g n e d b y T a r i k h a n e h ^" + " ::..COPY RIGHT © 2005-2008 T A R I K H A N E H A L L R I G H T R E S E R V E D ..:: ^" + " :. A l l g r a p h i c s c o p y r i g h t b y t a r i k h a n e h ^" + "" scrollSpeed=80 lineDelay =4500 txt ="" function scrollText(pos){if(message.charAt(pos)!='^'){txt =txt+message.charAt(pos) status=txt pauze =scrollSpeed } else{pauze=lineDelay txt ="" if(pos==message.length-1)pos=-1 } pos++ setTimeout("scrollText('"+pos+"')",pauze) } // Unhide --> scrollText(0) </SCRIPT> </body> </html>