ÿþ<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>¯2'14 ('2/Ì/ 9DEÌ '2 E9/F ('D'3* 4G13*'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 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> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" align="center"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="55%"> <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="561"> <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> <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="521" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="658"> <tr> <td valign="top" height="658"> <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"> :: <span lang="fa">¯2'14 ('2/Ì/ 9DEÌ '2 E9/F ('D'3* 4G13*'F /'E:'F</span></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" align="justify"> <p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2"><font color="#008000">EHB9J* ,:1'AJ'JJ :</font> EF7BG 'J CG E9/F /1"F H'B9 4/G '3* , 3JEG CHG Simeh koh F'E /'1/ H '2 F81 ,:1'AJ'JJ ,2! EF'7B CHG3*'FJ 3D3DG ,('D 'D(12 41BJ '3* CG /1 7 CJDHE*1J 4E'D 4G1 /'E:'F , '2 4G1G'J '3*'F 3EF'F (EB'(D /'F4C/G 9DEJ C'1(1/J 13HD 'C1E (5) /'E:'F ) B1'1 /'1/ . '1*A'9 3JEG CHG -/H/ 500 E*1 EJ ('4/ H /1 E.*5'* ,:1'AJ'JJ 15 54 7HD 41BJ H 13 36 916 4E'DJ H'B9 4/G '3* . </font> <p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2"><font color="#008000">H69J* 1'GG'J /3*13J :</font> CHG E0CH1 CG /1 -'D -'61 EH1/ (G1G (1/'1J B1'1 /'1/ , /BJB' /1 3E* 1'3* ,'/G "3A'D*G †4EG 9DJ B1'1 /'4*G H (' H,H/ ¯3*14 ,:1'AJ'JJ 3F¯G'J "GCJ /1 'JF EF7BG , JCJ '2 /D'JD ¯2JF4 'JF F'-JG , ,G* (G1G (1/'1J 'B*5'/J F2/JC (H/F (G ,'/G H 3GD 'DH5HD (H/F /3*13J (G 0.'J1 "F '3* .</font><p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2">&nbsp;<font color="#008000">H69J* "( H GH'JJ H ~H44 ¯J'GJ :</font> 4G1 /'E:'F H -HEG "F , /1 /'EFG ,FH(J 14*G CHG 'D(12 H'B9 4/G '3* H '1*A'9 .H/ 'JF F'GEH'1JG' E'F9Ì '3* /1 EB'(D -1C* '(1G'J ('1'F 2' CG /1 F*J,) , EJ2'F ('1F/¯J F3(* (G /'EF) 4E'DJ CE (H/G H "( H GH'J ¯1E H .4C 1' (1 'JF 3'E'F -'CE FEH/G '3* . 'D(*G GEJF E3&DG , 'EC'F (G1G (1/'1J '2 "GCG'J 'FA,'1J E9/F 1' /1 *E'E 7HD 3'D A1'GE EJ CF/ H '2 'JF F81 E2J*J (1'J "F F3(* (G E9/F E4'(G /1 AJ1H2 CHG , CG (G /DJD 31/J GH' , 3 E'G '2 3'D C'1 '3*.1', E*HBA EJ 4H/ , EJ ('4/ . †J2J CG /1 HGDG 'HD , F81 G1 *'2G H'1/J 1' (G /'E:'F ,D( EJ CF/ , H24 ('/ E3D7 4E'DJ ,FH(J , /1 (3J'1J '2 1H2G'J 3'D '3* . GF¯'E ('1F/¯J H C'G4<span lang="fa"> </span>/E' H 'A2'J4 17H(* /1 /'EF) 4E'DJ ('3*'FG'J E'2F/1'F H ¯D3*'F ) :'D('K /1 ,FH( , GH'J ¯1E H .4C -'CE '3* . /1 †FJF H69J*J CG *H/) GH'J ~1A4'1 /1 4E'D H *H/) CE A4'1 /1 ,FH( CHG3*'F (1B1'1 EJ 4H/ , '2 71JB /1G G'J EH,H/ /1 CHG3*'F , *('/D 'JF *H/G G'J GH'JJ , 5H1* ¯1A*G CG -'5D "F 1' (G 5H1* H24 ('/ CG ¯'GJ 319* "F (1@60 km/h ('D: EJ 4H/ , E4'G/G EJ CFJE . (G 3(( F(H/ 17H(* C'AJ ,G* 14/ ¯J'G'F , EF7BG '2 F81 ~H44 ¯J'GJ ABJ1 (H/G H ~H44 EH,H/ (G 5H1* '3*~ *FC '2 1HJ4 .'1 , (H*G G'J ¯HF , GHE H '3~F/ EJ ('4/ . 'D(*G G1†G (G 3E* †4EG 9DJ (†4EG 'J ~1"(, (' /(J ('D' CG /1 4E'D :1(J /'E:'F /1 '+1 ¯3D .H1/¯J ¯3DJ (G GEJF F'E 'J,'/ 4/G) F2/JC EJ 4HJE , (G HJ˜G /1 -H'4J 'JF 1H/ , /1.*'F '2 FH9 *(1J2J (3~J/'1) , 'A1' H :J1G (G †4E EJ .H1/ H (G (1C* GEJF "( , C4* 3(2J,'* H 4:D C4'H12J /1 "F,' 1H', /'1/ . </font> <p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2"><font color="#008000">2EJF 4F'3J 9EHEJ :</font> '2 FB7G F81 2EJF 4F'.*J , F'GEH'1JG'J 3EF'F CD' E*9DB (G 2HF ,H'F 'D(12 ('D(12 41BJ) '3* CG (1'+1 A1"JF/ CHG2'JJ "D~J , 13H('* , †JF .H1/¯J -'5D FEH/G H (G 5H1* CHG /1"E/G 'F/ . ¯3D .H1/¯J G'J A1'H'FJ /1 2HF 'D(12 41BJ (G †4E EJ .H1F/ CG '2 ,EDG EGE *1JF "FG' EJ *H'F (G ¯3D 3EF'F CG '2 4E'D 3EF'F EJ ¯01/ H 'E*/'/ ¯3D 3EF'F CG /1 /4* /'E:'F (G ¯3D 97'1J EF*GJ EJ ¯1// '4'1G C1/ CG ¯3D '.J1 , /1 -BJB* E12 (JF 2HF 'D(12 H 'J1'F E1C2J 1' *4CJD EJ /G/ . ¯3D E91HA /J¯1J CG /1 25 CJDHE*1J 4E'D /'E:'F (' (14G'J ¯3DJ H 37- "JF) ¯3DJ , (G 7H1 H'6- (1HF2/¯J /'1/ , ¯3D E9CH3 "3*'FG (' 'E*/'/ 41BJ @ :1(J '3* . 4'J'F 0C1 '3* CG /1 '+1 A9'DJ* 'JF ¯3D ,H'F CH'1*2 , /1 22 /3'E(1 3'D 856 EJD'/J , 2D2DG 'J (' 4/* 10 = I 1. /'/ H -/H/ 200 G2'1 FA1 C4*G 4/F/ .<span lang="fa"> </span> 9D'HG (1 ¯3DG'J '5DJ F'E(1/G , EF7BG '2 ¯3DG G' H'1'F/¯J G'J E*9//J (1.H1/'1 '3* H '5HD' C'ED' *C*HFJ2G (H/G (G GEJF F3(* , A1"JF/G'J *C*HFJCJ , 3GE (G 32'JJ /1 *9JJF EH1AHDH˜J "F /'4*G 'F/ . 13H('* 9G/ -'61 CG B'(D 1$J* EJ ('4F/ , (J4*1 13H('* *1'3 1H/.'FG 'J (~'/¯'FG) -'5D 9ED A13'J4J 1H/ †4EG 9DJ G3*F/ . †4EG 9DJ 1H/J '2 FH9 1H/G'J 'HDJG consequent EJ ('4/ H '2 "F,'JJ CG 37- '3'3J "F (1 '+1 ¯3D .H1/¯J ,' (G ,' 4/G , *1'3 "(1A*J (1H/.'FG 'J) 'J,'/ 4/G CG /1 /'EF) 1H/ B'(D E4'G/G '3* . EGE *1JF C'F3'1G'J 4E'D /'E:'F , E9'/F 2:'D '3* CG '2 *H'DJ G'J 4JDJ , E'3G 3F¯J 3'2F/ 4E4C (3F DJ'3) '3*.1', EJ ¯1// . </font> <p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2"><font color="#008000">2EJF 4F'3J F'-JG 'J :</font> CHG E9/F ('D'3* , /1 7 CJDHE*1J 4E'D /'E:'F B1'1 /'1/ H '2 "GCG'J /HFJF H B3E* ('D'JJ "F , '2 "GCG'J C1(HFJA1 , *4CJD 4/G '3* . /1 'JF F'-JG , 4JD H "GC C'E(1JF (3'2F/EJD') , 4JD , 3JD*3*HF H E'3G 3F¯ '1/HHJ3JF , "GC /HFJF H C1(HFJA1 (GJ'*H3 Hiatus 3JDH1JF H,H/ /'1/) (1 1HJ *HA 3(2 '&H3F (3'2F/ C1,) 1'F/G 4/G '3* . /1 5A-) 1H1'F/G Nappe /1  ,'G'JJ CG (1 '+1 A1"JF/G'J (1 '+1 GH'2/¯J H 9ED A13'J4J , "GCG' A13H/G 4/G 'F/ , 3'2F/ C1, CG /1 2J1 E12 1'F/¯J B1'1 /'4*G , GHJ/' ¯4*G H 1.FEHF ~J/' C1/G '3* . /1 '+1 'JF ~/J/G , EF81) (3J'1 (' 4CHG ~F,1) *C*HFJCJ Windos *4CJD 4/G H '1*A'9'* E,'H1 'JF ~F,1G G' , CDJ~ Klipp F'E /'1F/ CG E91A ¯3*14 ~J4JF (.4 1H1'F/G 'F/ . E9/F ('D'3* FJ2 .H/ JC CDJ~ '3* . (1 7(B '8G'1 F81 E-BB'F , 3JEG CHG , JCJ '2 AHF'J :FJ /1 3D3DG ,('D 'D(12 '3* H ¯HF) Cyrtospirifer cf CG F4'F /GF/) 3F A1'F2JF , A'EFJF '3* , /1 "F J'A*G 4/G '3* . 7(B'* "GCJ (' 3F /HFJF -'HJ A3JDG'J C'ED E1,'F 'FA1'/J 2'A1'F*J3 zaphrentis (E1,'F 4'.J 4CD) 4'.5 /HFJF , B79'* 3'BG D'DG H4 /1J'JJ (1/G 'J '2 .'1~H3*'F) H A3JDG'J C'ED<span lang="fa"> </span>(1'CJH~/'3~J1JA1 spirifer 4'.5 /HFJF CG '2 "F,'JJ CG ,F3 5/A "F '2 CD3J* CE EFJ2JE (H/G E3*9/ -A8 4/F EJ ('4/ , 4F'.*G 4/ . /1 1.FEHFG' , /1 (1.J FB'7 , 37- .'1,J 3F¯G'J "GCJ (' D'JG 'J '2 ˜J~3 (DH1J ~H4J/G 4/G CG E91A CE 9EB 4/¯J shallowing E-J7 13H(¯2'1J /1 "F 951 H /1 F*J,G , E*(DH1 4/F C'FJ G'J *(.J1J evaporites '3* . /1 *H'DJ G'J 4JDJ H 3JD*J (' 3F '1/HHJ3JF , A3JD *1JDH(J* ( ':D( , 3F¯H'1) B79'* ,/' 4/) (/F *1JDH(J* G' ~3 '2 E1¯ , F8J1 3A'DHF H ~J˜J/JE ) B'(D ,3*,H '3* CG 'JF B79'* , *H37 ,1J'FG'J *H1(J/'J*J '2 EF'7B CE 9EB (G 4JDG'J 9EJB -ED 4/G 'F/ . 4JD (¯D 3F¯) -'HJ 'JF 3F¯H'1G (G 1F¯ *J1G (H/G H .H/ A3JD *1JDH(J* (G 1F¯ B1E2 /J/G EJ 4H/ ~3 71JB) 'J,'/ 'JF 3F¯H'1G G' (1 '+1 A1"JF/ ,'F4JFJ replacement H J' C'FJ 2'JJ (H/G '3* CG /1 7J "F 9F'51 *4CJD /GF/G ~H3*G *1JDH(J* , /1 E,'H1* "(G'J '4('9 , '*E (G '*E (' 'C3J/"GF *9HJ6 4/G H 'JF 'E1 3(( GE'*J*J 4/F 3F¯H'1G ¯4*G '3* CG (G 1F¯ B1E2 /J/G EJ 4H/ . H,H/ 3JD*3*HFG'J B1E2 1F¯ '1/HHJ3JF GE F4'F¯1 E-J7 .4CJ H 'C3'J4J EJ ('4/ H 9D* H,H/ 'JF 1F¯ , -6H1 GE'*J* , ¯H*J* H AD/3~'* '1*H2 '3* CG '-*E'D /'1/ , H,H/ FH/HDG'J 13J /1HF D'J 3F¯G' /1 F*J,) /J'˜F2 13H('* ~/J/ "E/G ('4/ . GE†FJF /1 EJ'F D'EJFG G' H D'JG G'J 4JD H D'J 3F¯ '1/HHJ3JF , 3F¯H'1) (1'CJH~/'1*J3 Orthis 4'.5 '1/HHJ3JF CG GE'FF/ *1JDH(J* , 'C3J/G '3* , B'(D E4'G/G EJ ('4/ . FC*G B'(D 0C1 /1('1) EH1AHDH˜J "GCG'J 'JF F'-JG 'JFCG , (G<span lang="fa"> </span>.'71 D'JG (F/J H FAH0 ~0J1J , "GC /1 EB'(D GH'2/¯J , EB'HE* F4'F /'/G H EH1AHDH˜J E613 , .4F H EH1AHDH˜J BD9G G'J HJ1'F (Damaged Towers Morphology) 1' '2 .H/ (G FE'J4 ¯0'4*G '3* . 9D'HG (1"F , /1 37- 3F¯G'J "GCJ EH,H/ /1 /'EF) 4E'DJ CG :'D(' (G /H1 '2 *'(4 "A*'( '3* , '4C'D *'AHFJ H "DH&HD (1 '+1 9ED 'F-D'DJ "( H GH'2/¯J (' /(J (G †4E EJ .H1/ H /1 FB'7J CG *H'DJ G'J "GCJ (1 1HJ *H'DJ 4JDJ (G -'D* EH1( B1'1 ¯1A*G 'F/ , (1 '+1 A13'J4J /JA1'F3JD , '4C'D CH'3*' *4CJD 4/G H EF,1 (G -A8 D'JG G'J 2J1JF ¯4*G '3* . E7'D( AHB 'D0C1 , /1 1'(7G ('HJ˜¯JG'J ˜&HDH˜JCJ H EH1AHDH˜JCJ 5A-) 1H1'F/G (H/ . /1 EH1/ 5A-) 2J11'F/G , EJ *H'F (G 'JF EH'1/ '4'1G C1/ CG 3F¯ "01 "H'1J *HA 3(2 '&H3F , (1 '+1 A9'DJ*G'J "01JF H 3F¯ 4/¯J .'C3*1G'J HDC'FJCJ , 'J,'/ 4/G '3* CG 1F¯ 3(2 "F (G 9D* *,2J) 4J4) "*4A4'FJ (G CD1J* 3(2 '3* . /1 †F/ FB7G , /1 E,'H1* *HAG' , /'JCDG'J ('2'D*J 3J'G '&H3F CG /1 F*J,) .1H, ¯/'2G ~3 '2 'FA,'1 HDC'FH , (G H,H/ "E/G 'F/ , 1.FEHF /'1F/ H *1CG'J GH'2/¯J 1HJ "FG' (G †4E EJ .H1/ . </font> <p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2"><font color="#008000">FB4G 1'F/¯J 3JEG CHG 2EJF 4F'3J 'B*5'/J :</font> /1 3'DG'J FG †F/'F /H1 , GF¯'EJ CG (-+ '2 2EJF 4F'3J 'B*5'/J , C'FG HC'F3'1G'JJ (G EJ'F EJ "E/ , "F†G (J4 '2 GEG E/F81 B1'1 EJ ¯1A* H (J4*1JF 2E'F ~J ,HJJ G'J 9DEJ 1' (G .H/ '.*5'5 EJ /'/ , C'F3'1G'J AD2J E+D ¯'DF , '3A'D1J* , ~J1J* , E'D'CJ* , "2H1J* H... (H/ H (G 7H1 CDJ (G E-6 4FJ/F F'E E9/F , 0GF (G 3HJ 0.'J1 AD2J EF-1A EJ 4/ . 'E' 'E1H2G , ¯3*14 5F'J9 H (G *(9 "F 'A2'J4 FJ'2 (G EF'(9 7(J9J 3(( 4/ CG 'F3'F /1 F¯14 .H/ *,/J/ F81 CF/ H (G 'JF EGE ~J ((1/ CG EF'(9J CG 2E'FJ , (J '124 (G F81 EJ 13J/F/ *' †G -/ EJ *H'FF/ EAJ/ H'B9 4HF/ H 'GEJ* 'B*5'/J CG "FG' /1 5F9* /'1F/ , 4'J/ (G E1'*( (J4*1 '2 C'F3'1G'J AD2J ('4/ .<span lang="fa"> </span>'2 ,ED) 'JF EF'(9 (' '124 E9/F ('D'3* (3F¯ "GC 'FA,'1J) '3* CG G/A '2 *-1J1 'JF EB'DG , E91AJ "F EJ ('4/ . F'E 3F¯ ('D'3* '2 H'˜) Blast /1 D'*JF CG (G E9F'J 'FA,'1 '3* , '4*B'B J'A*G H (G 3F¯G'J "GCJ CG (G 1H4 'FA,'1J '2 E9/F '3*.1', EJ 4HF/ , '7D'B EJ 4H/ . 3F¯ "GC 'JF E9/F , '2 FH9 "GC (JH˜FJC *J1G 1F¯ '3* CG 9D* 1F¯ *J1G , H,H/ EH'/ "DJ A1'H'F /1"F '3* H (' H,H/ HAH1 3F¯H'1G G'J EH,H/'* CA 2J , -C'J* '2 /1J'J CE 9EB AD'* B'1G EJ CF/ . C'1 (G1G (1/'1J '2 E9/F E0CH1 , '2 3'D 1364 , *-* E'DCJ* H '/'1) 41C* 1'G "GF 'J1'F , ":'2 ¯4* H G1 †F/ /1 3'DG'J '.J1 , '/'1) "F (G 5H1* 41C*J (FJEG .5H5J) /1"E/G HDJ GFH2 , 1'G "GF /1 E/J1J* H '3*A'/G '2 "F FB4 '5DJ 1' /'1/ H /3*¯'GG'J EH,H/ FJ2 E*9DB (G 1'G "GF C4H1 EJ ('4/ . 'A1'/J CG /1 E9/F , E4:HD (G C'1F/ , 4'ED JC EGF/3 E9/F H *9/'/J C'1¯1 /1 37- /J~DE H 2J1 /J~DE EJ 4HF/ . (G1G (1/'1J '2 E9/F ('D'3* , (G 1H4 E9/F C'1J 1H('2 open pit mining 5H1* EJ ¯J1/ . '2 ~'J CHG *' ('D'J "F *H37 H3'JD 1'G 3'2J 1'G E'1~J†J 'J,'/ 4/G '3* *' /3*13J H3'JD -ED H FBD (G FB'7J CG B(D' /1 "FG' 'FA,'1 5H1* ¯1A*G , "3'F ¯1// . '(*/' , EHB9J* E-DJ CG B1'1 '3* /1 "F 'FA,'1 5H1* ¯J1/ , (113J EJ 4H/ *' (G*1JF H69J* (1'J C'1¯0'1J EH'/ EFA,1G 'F*.'( 4H/ . "F¯'G C'1 .1, ¯0'1J ":'2 EJ 4H/ H E'/) EFA,1G (G F'E "EAH , /1HF -A1'*J (G 9EB 2 *' 3 E*1 CG (G H3JD) /3*¯'G -A'1 E.5H5 CG (/JF EF8H1 3'.*G 4/G , C'1 ¯0'4*G EJ 4H/ H ~3 '2 GE'GF¯J (' FJ1HJ 'F*8'EJ H -5HD '7EJF'F '2 .'DJ (H/F EF7BG , 'FA,'1 5H1* EJ ¯J1/ . B79'* 3F¯G'J -'5D '2 'FA,'1 CG /1 'F/'2G G'J E.*DA .1/ 4/G 'F/ , *H37 (HD/H21 (G C'EJHFG' ('1¯J1J 4/G H 1'GJ ,'J¯'G A1"H1J EJ 4HF/ . /1 E-H7) ~'JJF CHG , JC C'1.'F) 3F¯ 4CFJ (' /3*¯'G 3F¯ 4C B1'1 /'1/ CG 3F¯G' /1 ~'J "F *.DJG EJ 4HF/ H "F¯'G *H37 (JD EC'FJCJ , *.*G 3F¯G'J (21¯ EJ *H'FF/ /1 C'1 /3*¯'G .DD 'J,'/ CFF/ , ,/' 4/G H (BJG /'.D 3F¯ 4CF ACJ crasher jaw *.DJG EJ 4HF/ .3F¯ 4CF *H37 JC 'DC*1HEH*H1 (21¯ (G C'1 EJ 'A*/ H /'1'J /H /1J†) (21¯ '3* CG (' GE 4CD -1A v 1' EJ 3'2F/ H (1 -3( 'JFCG (.H'GJE /1†G 'F/'2G G'JJ , B79'* 9(H1 CFF/ , B'(D *F8JE '3* . GF¯'EJ CG 3F¯ 4CF ACJ (G C'1 'A*'/ , E1-D) 'HD .1/ 4/F 3F¯ "GC 5H1* EJ ¯J1/ . 3~3 3F¯G'J 1J2 H /14* '2 71JB FH'1 FB'DG (G 31F/ EF*BD 4/G H /1 "F,' :1('D (screen) EJ 4HF/ . /'FG G'J 1J2*1 '2 -/ '3*'F/'1/ , ,/' 4/G H B79'* /14* *H37 /3*¯'G GJ/1HCD .1/ EJ 4HF/ *' (G -/ F1E'D (13F/ . 'F/'2) '3*'F/'1/ 3F¯ ('D'3* , (JF 5/2 *' 5/6 3'F*J E*1 (-/ pebble ) EJ ('4/ H /'FG G'J CH†C*1 '2 5/2 cm 1' (J3 Base EJ ¯HJF/ . .1J/'1 '5DJ ('D'3* , 41C* 1'G "GF '3* H (' *H,G (G H69J* "( H GH'JJ -'CE (1 EF7BG , 'EC'F (G1G (1/'1J '2 E9/F , /1 *E'E A5HD 3'D H,H/ /'1/ 'E' (3*G (G FJ'2 , EJ2'F '3*.1', E*A'H* '3* H /1 -'D -'61 , -/H/ 400 *F /1 E'G EJ ('4/ . 3F¯ "GC 'FA,'1J , (G /D'JD E2'J'JJ CG /'1/ , /1 5F9* -ED H FBD 1JDJ H 1'G "GF C'1(1/ A1'H'F /'1/ H †HF '2 EB'HE* ('D'JJ /1 (1'(1 A4'1 (1.H1/'1 '3* H /1 (1'(1 A4'1 H *F4 ('D' , '2 .H/ -'D* 'D'3*JC (C43'F) F4'F EJ /G/ , '2 3HJ /J¯1 (G 3(( /14*J F3(J , ¯D H D'J H "( ('1'F 1' '2 .H/ 9(H1 EJ /G/ H (G GJ† H,G /1 .H/ F¯G FEJ /'1/ , EF'3(*1JF 3F¯ ,G* (3*1 1JD 1'G "GF *4.J5 /'/G 4/G H /1 ~J 3'2J 1JD (G C'1 EJ 1H/ . 'D(*G CJAJ* ('D'3* /1 GEG ,'J E9/F JC3'F F(H/G H (1.J FB'7 , '2 E1:H(J* ('D'*1J (1.H1/'1 '3* . /'FG G'J 1J2*1 '2 5/2 cm CG /1 5F9* 1'G "GF , C'1(1/J F/'1F/ , /1 E-D 'F('4*G 4/G H (G EF8H1G'J /J¯1J E+D ,'/G 3'2J , (1'J ~J 1J2J 1'G , /1 5F'J9 3'.*E'FJ H 3'.* H 3'2 , /1 5F'J9 (*HF 3'2J , (G 9FH'F E'/) 'HDJG 3F¯ (DHC H /1 C'1G'J 3/ 3'2J EH1/ '3*A'/G B1'1 EJ¯J1/ CG /1 EH1/ '.J1 , '2 /'FG G'J Base /1 3'.* 3/ /'E:'F CG (1 1HJ 1H/.'F) †4EG 9DJ&nbsp; '-/'+<span lang="fa"> 4/G </span>&nbsp;'3* , '3*A'/G <span lang="fa"> ¯1/Ì/G</span> . ((' 3~'3¯2'1J '2 '3*'/ 'G1J ~H1)</font><p class="MsoNormal" dir="rtl" style="direction: rtl; unicode-bidi: embed; text-align:justify; text-justify:kashida; line-height:150%"> <font size="2">EF'(9 H E".0 : 1) 2EJF 4F'3J 'J1'F , /1HJ4 2'/G @ 9DJ ,'F*4'1'* 'EJ1 C(J1 , †'~ /HE 1380 2) D12G .J2J 'J1'F , ~H1C1E'FJ @ E-3F H "1JF @ EG1'F 'FF*4'1'* /'F4¯'G 4GJ/ (G4*J , †'~ 'HD 1377 3) FB4) 2EJF 4F'3J /'E:'F /1 EBJ'3 000/100 : 1 , 9DHJ F'&JFJ 3'2E'F 2EJF 4F'3J H 'C*4'A'* E9/FJ</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" color="#800000">FHÌ3F/G : E-E/ EG/Ì E'D©Ì (/'F4,HÌ 14*G 2EÌF 4F'3Ì)</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"> &nbsp;</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> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl" valign="top"> &nbsp;</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="521"> <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"><span lang="en-us"> <font size="2" color="#808080">0232-5253699</font></span></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> <tr> <td> &nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="2784"> <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="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="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="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="1020"> &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="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 © 2008<span lang="en-us">-</span>2012 <a style="text-decoration: none; " href="http://www.Tarikhaneh.com"> <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:sitetarikhaneh@gmail.com"> <font color="#FFFFFF">Tarikhaneh</font></a></span></font></td> </tr> </table> </td> </tr> </table> </body> </html>