ÿþ<html> <head> <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>1H3*'Ì 9DJ'F /'E:'F</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"> <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 I m a n R a f i e i ( S T U D I O B O B O !)^" + " ::..COPY RIGHT © 2000-2003 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 a u t o p l a z z a ( S T U D I O B O B O ! ) ^" + "" 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> <table border="0" cellspacing="1" width="100%" id="AutoNumber1"> <tr> <td width="100%" align="center"> <table border="0" cellspacing="1" width="58%" id="AutoNumber2"> <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="323" valign="top" width="769"> <table border="0" style="border-collapse: collapse" width="777" height="356"> <tr> <td width="7" background="../images/shadow-left1.gif" height="354">&nbsp;</td> <td valign="top" width="759" height="354"> <table border="0" style="border-collapse: collapse" width="759" bordercolor="#000000" height="553"> <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="../../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> <param name="SeamlessTabbing" value="1"> <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" style="word-spacing: 0; line-height: 100%; margin-top: -20; margin-bottom: -20"> <p align="center"><font color="#FFFFFF"> <span style="font-size: 8pt">&nbsp;</span></font></td> </tr> <tr> <td valign="top" width="592" height="513" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="560"> <tr> <td valign="top" height="560"> <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"> :: 1H3*'Ì 9DJ'F /'E:'F</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" width="589"> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl"> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> ©HJ1 ¯1†G FE©JF H DE J219 '3* 'E' E1/EÌ 4J1JF /D H ~14H1 /'1/ ©G '2 /D 5-1'Ì ¯1E  2EJF 3.* H "( ©E  /DÌ (G H39* "A1JF4 H ¯1E'JJ (G GJEFG .H14J/ 1' /1 .HJ4 ~1H1'F/G '3*. /'E:'F /1 E1©2 ©HJ1 †HF F¯JFÌ ¯1'F(G' /1 E3J1 -1©* 3'/'* 4J9Ì H BJ'E 9DHJ'F *'+J1'* 'JF ¯HG1'F ¯1'F 3F¯ 1' (' 1H- H H,H/ ©HJ1Ì .HJ4  ,DHG G'Ì (21¯Ì 1' '2 '.D'5 /1 *92J* 3'D'1 4GJ/'F '(' 9(/'... 'D-3JF (9) 1' (G FE'J4 EÌ ¯0'1F/. </span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> /1 'JF EB'D (1 "F G3*JE *' GE1'G'F ©HJ1Ì 1' (' .H/ (G 1H3*'G'Ì /'E:'F ((1JE *' (' "/'( H 13HE E-1E H *92J* 3'D'1 4GJ/'F "4F' ©FJE. 'EJ/ '3* 'JF -1©* ,1BG 'Ì (1'Ì E-BBJF H ~˜HG4¯1'F /1 ,G* */HJF H *F8JE "+'1 :FÌ *1 H BHÌ *1 ('4/. </span> </p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <font color="#008000"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> EHB9J* ,:1'AJ'JJ 1H3*'Ì 9DJ'F:</span></font></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> /1 35 ©JDHE*1Ì ,FH( :1(Ì /'E:'F 1H3*'JJ (G F'E 9DJ'F H'B9 4/G '3*. ©G '2 71A ,FH( (G ©HJ1 H '2 ,FH( :1(Ì (G 1H3*'Ì -3F "('/ EF*GÌ EÌ 4H/. 'JF 1H3*' /1 -'D -'61 200 FA1 ,E9J* /'1/. /1 'J'E E-1E *E'E 9DJ'FÌ G' EBJE 4G13*'F /'E:'F H 4G1G'Ì GE,H'1 (1'Ì 92'/'1Ì (G 'JF 1H3*' EÌ "JF/. '©+1J* ,E9J* 3'©F (G ©4'H12Ì J' /'E/'1Ì H (.4Ì '2 "FG' /1 1'G "GF E4:HD (G ©'1 G3*F/. 'JF 1H3*' '2 D-'8 'E©'F'* ,'/G "3A'D*  (1B  "( (G/'4*Ì  E.'(1'*  .'FG (G/'4* H ©*'(.'FG EÌ ('4/. /1 'JF 1H3*' (':3*'F (21¯Ì '3* H /H1 *' /H1 1H3*' †G'1 -DBG †'G 9EJB EÌ ('4/. ©G 'JF 9'ED ('+ 4/G ©G ©4'H12Ì 1HFB 2J'/Ì (¯J1/. 1H3*'Ì 9DJ'F '2 D-'8 ,HÌ /'1'Ì "( H GH'Ì ¯1E (J'('FÌ  GE1'G ('/G'Ì 4/J/ EÌ ('4/ ©G 'JF ('/G' (G GE1'G .H/ E'3G 2J'/Ì EÌ "H1F/.</span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> (' A1' 13J/F 'J'E E-1E  1H3*'Ì 9DJ'F GE 92'/'1Ì .H/ 1' (1'Ì 31H1 4GJ/'F 9'DE 'E'E -3JF(9) H 4GJ/'F4 '2 1H2 'HD 41H9 EÌ ©FF/. J© GA*G B(D '2 13J/F 'J'E E-1E GEG .'FE G'Ì 1H3*' ,E9 4/G H E3,/ H -3JFJG 1' E'FF/ .'FG .H/4'F *EJ2 EÌ ©FF/. J©Ì /J¯1 '2 E1'3E E-1E /1 1H3*'Ì 9DJ'F 1'(7G (JF 'JF 1H3*' H 5D- "('/ EÌ ('4/. ©G /1 1H2 GA*E E-1E /3*G 3JFG 2FÌ (G 9DJ'F EÌ "J/ H /1 "F,'&nbsp; 92'/'1Ì EÌ ©FF/. /1 G4*E E-1E /3*G 2F,J12FÌ ©G GE1'G (' 7(D H FB'1G H FÌ EÌ ('4/ (G 5D- "('/ EÌ 1H/ H (G 92'/'1Ì '('9(/'... 'D-3JF (9) EÌ ~1/'2F/.</span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> '2 1H2 ~F,E E-1E 7HB G' 1' /1 'JF 1H3*' ,E9 EÌ ©FF/. J9FÌ '2 EF'2D 4.5Ì (G E3,/ "H1/G EÌ 4H/. E1/'F /H1 7HB G' /3*G 3JFG 2FÌ *4©JD EÌ /GF/ H FH-G .H'FÌ EÌ ©FF/. 9/G 'Ì '2 E1/E (1 31 7HB G' 4©D'* H ~3*G EÌ 1J2F/ H 9/G 'Ì /J¯1 /3*G 92'/'1Ì 1' 41(* H ©J© EÌ /GF/ H '2 1H2 ~F,E /1 'JF 1H3*' F'G'1 H 4'E /'/G EÌ 4H/. /1 'JF 1H3*' E95HE 2'/G 'Ì H,H/ /'1/ ©G .'FE G' '2 3'9* 8 5(- *' 10 /1 "F ,' ,E9 4/G H 2J'1* 9'4H1' EÌ .H'FF/. /1 'JF 1H3*' '2 1H2 GA*E E-1E (G (9/ *92JG .H'FÌ EÌ 4H/. /1 1H2 FGE E-1E J9FÌ *'3H9' *92JG -61* 9('3(9) H B'3E H 9DÌ '©(1 .H'F/G EÌ 4H/. H (9/ '2 FE'2 ,E'9* /1 E3,/ 9DJ'F FG'1 (G 92'/'1'F -3JFÌ '79'E EÌ 4HF/. '2 (9/'2 8G1 1H2 *'3H9' H (G 9('1*Ì 4( 9'4H1'  GEG E1/E ,E9 4/G H E1/'F /3*G 3JFG 2FÌ H 2F,J12FÌ *4©JD EÌ /GF/ H '2 71AÌ F.D ©G 3E(D ,F'2G 'E'E -3JF(9) '3* 1' (DF/ EÌ ©FF/  GE1'G (' †F/ 7HB (G 3HÌ E2'1 -1©* EÌ FE'JF/ H /1 7HD E3J1 ¯H3AF/ B1('FÌ EÌ 4H/. H 'JF /3*G G' H F.D H 7HB G' /H1 *' /H1 B(13*'F -1©* EÌ ©FF/&nbsp; 3JFG EÌ 2FF/ H 92'/'1Ì EÌ FE'JF/ H (1'Ì "E124 GEG 'EH'* /9' EÌ ©FF/. GE†FJF (1 31 .'© 4GJ/ "B'(21¯ EJ1'FÌ EÌ 1HF/ H A'*-G .H'F/G H (9/ ~0J1'JJ EÌ 4HF/. /1 'JF E1'3E .'5 G1 ©3 F01Ì /'1/ 'F,'E EÌ /G/. J© 71A "4 ~.*G EÌ 4H/ H /1 71A /J¯1 4J1 H 41(* EÌ /GF/ H 71A /J¯1 (' F'F 1H3*'JJ (G F'E A*J1 ~0J1'JJ EÌ ©FF/  .D'5G G1 ©3 (1'Ì "E124 'EH'* .H/ */'1© .'5Ì EÌ (JF/. /1 'JF 4( (4( 9'4H1') 92'/'1Ì /3*G 3JFG 2FÌ 41H9 EÌ 4H/ GE'FF/ 4( G'Ì B(D 'E' (' 'JF *A'H* ©G /1 'JF 4( E1'3E 92'/'1Ì (3J'1 7HD'FÌ *1 '2 4( G'Ì B(D H *B1J('K *' 3'9* 2 FJEG 4( '/'EG EÌ J'(/. </span> </p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> /1 5(- 1H2 9'4H1' 2J'1* 9'4H1' .H'F/G EÌ 4H/ H GEG 2F'F H E1/'F /1 "F 41©* EÌ ©FF/ H 92'/'1Ì EÌ FE'JF/. 3~3 *92JG .H'F/G EÌ 4H/ H 3JFG 2FÌ H 92'/'1Ì 4©D .'5Ì (G .H/ EÌ ¯J1/. /1 'H'.1 *92JG ©G -61* 9DÌ '5:1(9) (G EJ/'F EÌ "J/ ©H/© BF/'BG 'Ì 1' 'E'E -3JF(9) (:D EÌ ©F/ H FH-G EÌ .H'F/ H E1/E ¯1JG EÌ ©FF/ H G1 ©3 ©G (.H'G/ EB/'1Ì ~HD (G 'H EÌ /G/ (G (.5H5 (G (†G G'.</span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> /1 ~'J'F *92JG 4J1Ì '2 /1HF E3,/ (J1HF EÌ "J/ 'E' -©'J* 4J1 'JF '3* ©G (G 5'-(4 -EDG EÌ ©F/ H (G 9('1*Ì H-4Ì EÌ 4H/ H (G J'1Ì 'E'E -3JF(9) 1A*G H (G /4EF'F 'E'E-3JF(9) -EDG EÌ ©F/. GF¯'EÌ ©G 4J1 'E'E 1' EÌ J'(/ 4'/E'F EÌ 4H/. /1 'JF -'D* 4J1 (G ~'Ì 'E'E -3JF(9) EÌ 'A*/ H ~'Ì 'E'E 1' EÌ (H3/. 'E'E 4J1 1' FH'24 EÌ ©F/ H (G 'H EÌ A1E'J/: (1H /1 ¯H4G 'Ì H (9/ '2 EF '2 .H'F/G 'E F¯G/'1Ì ©F. 4J1 GE "F,' 1' *1© EÌ ©F/ H /1 'JF 2E'F E1/E (G /G'F 4J1 ~HD EÌ /GF/. </span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; direction: rtl; unicode-bidi: embed; line-height:150%"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> /1 4( J'2/GE E1'3E 4'E :1J('F ¯1A*G EÌ 4H/ H (G 'JF 5H1* E1/'F ¯1HG ¯1HG EÌ 4HF/ H /1 *'1J©Ì (1 31 H 3JFG EÌ 2FF/ H ¯'GÌ EÌ 'J3*F/ H ¯'GÌ EÌ F4JFF/. /1 1H2 J'2/GE E-1E /3*G 92'/'1'F 9DJ'FÌ (G /'E:'F EÌ "J/ H /3*G 2F,J12FÌ 1' *4©JD EÌ /GF/. '2 EJ/'F 'E'E(1G) -1©* ©1/G H (G 3HÌ (©J1 (F '9JF EÌ 1HF/.</span></p> <p class="MsoNormal" dir="rtl" style="text-align: center; direction: rtl; unicode-bidi: embed; line-height:150%"> <font color="#008000"> <span lang="FA" style="font-size: 10.0pt; font-family: Tahoma"> (1¯1A*G '2 ¯2'14 /'F4 "EH2 9DÌ G1HÌ ©D'3 /HE E/13G 1'GFE'JJ FEHFG ED'5/'1</span><span lang="FA" style="font-size:10.0pt;font-family:Tahoma"> </span></font></td> <td width="6" background="../images/center_right.gif">&nbsp;</td> <td width="5">&nbsp;</td> </tr> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl" valign="top"> <p align="center"><font size="2"> <font color="#0000FF"> <a href="../Index_F.htm">('2¯4*</a></font></a></font></td> <td width="6" background="../images/center_right.gif">&nbsp;</td> <td width="5">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td width="5">&nbsp;</td> <td background="../images/downcenter_left.gif" width="12">&nbsp;</td> <td background="../images/downcenter_center.gif">&nbsp;</td> <td background="../images/downcenter_right.gif" width="25">&nbsp;</td> <td width="7">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="163" background="../images/line-right.gif" height="513"> <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" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-tarikh.htm"> <font color="#0000FF">*'1Ì. /'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="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">'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="101%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-tarikhi.htm"> <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"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/Main-mazhabi.htm"><font size="2" color="#0000FF"> 'E'©F E0G(Ì</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"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/emamzadeh1.htm"><font size="2" color="#0000FF"> "3*'F E7G1</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"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-goyesh.htm"> <font color="#0000FF">¯HÌ4 /'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%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <font size="2"> <a href="../Damghan/Main-rostaha.htm" style="text-decoration: none"><font color="#0000FF">4G1G' H 1H3*'G'</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" dir="rtl"> <font size="2" color="#0000FF"><span lang="fa"> <a style="text-decoration: none" href="../Damghan/Main-toristi.htm"><font color="#0000FF"> ,'0(G G'Ì 7(Ì9Ì</font></a></span></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"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../nashriyeh/nashriye-%20arshiv.htm"><font color="#0000FF"> .(1F'EG F¯'G ,H'F</font></a></font></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"><font color="#0000FF"><a style="text-decoration: none" href="../matbooat/Main.htm"><font color="#0000FF">E7(H9'*</font></a></font> <font color="#0000FF"> <a href="../matbooat/Main.htm" style="text-decoration: none"> <font color="#0000FF">H .(1¯2'1ÌG'</font></a></font></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" 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" 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"> <span lang="fa"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../matbooat/web%20va%20weblog.htm"> <font color="#0000FF">~ÌHF/G'</font></a></font></span></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> </table> <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1"> <tr> <td width="100%" height="1" dir="ltr" valign="top"> <table border="0" style="border-collapse: collapse" width="100%" height="955"> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="402"> &nbsp;</td> </tr> <tr> <td align="center" dir="rtl" height="38"> &nbsp;<!-- Begin WebGozar.com Counter code --> <script type="text/javascript" language="javascript" src="http://www.webgozar.ir/c.aspx?Code=1530202&amp;t=counter" ></script> <noscript><a href="http://www.webgozar.com/counter/stats.aspx?code=1530202" target="_blank">"E'1</a></noscript> <!-- End WebGozar.com Counter code --></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="5" background="../images/line-right1.gif" height="354">&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">8-</span>20<span lang="en-us">12</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> </td> </tr> </table> </body> </html>