ÿþ<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>F'4FÌ/G 'Ì '2 ,D3G ".1ÌF H D-8G 4G'/* /©*1 (G4*Ì </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="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="../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="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"> :: F'4FÌ/G 'Ì '2 ,D3G ".1ÌF H D-8G 4G'/* /©*1 (G4*Ì</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"> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl" valign="top"> <p style="line-height: 150%"> <font size="2">/1 EJ'F 5/G' .'71G 'J CG /1 †F/ 3'D '2 F2/JC (' JC5/ FA1 '2 /H3*'F F2/JC'F H E1*(7'F 3J/ 4GJ/'F 'E'E H 'FBD'(  "J* 'DDG E8DHE /C*1 3J/E-E/ -3JFJ (G4*J 4FJ/E H FH4*E CG (J4*1 "FG' -D'H* .'5 .H/ 1' /'4*G H /'1F/  JC .'71G (J4 '2 .'71'* /J¯1 CG '2 2('F <font color="#008080">E1-HE -,* 'D'3D'E H'DE3DEJF '3E'9JD A1/H3J ~H1</font> @ '2 J'1'F F2/JC 'E'E H '2 '96'J /A*1 'J4'F /1 F,A H ~'1J3 CG '2 E-/H/ ('2E'F/¯'F H'B9G H A',9G GA*E *J1 (H/ @ (3J'1 (G* "H1 H 4FJ/FJ '3*.<br> E1-HE A1/H3J ~H1 CG ~3 '2 'JF 1HJ/'/  /†'1 C3'D* G'J EE*/J 4/ H /1 3'D ¯04*G (G ,H'1 E-(H( .H/ 4*'A*  /1 -'DJ CG /1 (FJ'/ 4G/'J GA*E *J1 /1 JCJ '2 A19J G'J .J'('F HDJ 951 *G1'F (' 'J4'F ED'B'* H E5'-(G 'J /'4*E CG *E'E "F ¯A*G G' H 4FJ/G G' H (G 9('1*J  F'¯A*G G' H F'4FJ/G G'J 'J4'F 1' /1 C*'( 3J1G 4GJ/ (G4*J FH4*G 'E  /1 EH1/ "F 4( *9JJF CFF/G (1'J 'FBD'( .'71G 'J 9,J( 1' *91JA C1/. ~J4 '2 FBD 1H'J* H .'71G E1-HE A1/H3J ~H1  ('J/ (G 'JF FC*G '4'1G CFE CG /C*1 3J/ 9DJ16' (G4*J  A12F/ E1-HE (G4*J H .'FE EDHC 'D3'/'*  /.*1 '1,EF/ 'J4'F  G1 /H (1'J EF '2 -'D'* :J1 9'/J H 1H-'FJ* H ,0'(J* ~/14'F /1 1H2 ".1 CG (' 1H2G'J ¯04*G A1B '3'3J /'4*  *91JA C1/F/. /.*1 4GJ/ (G4*J '2 BHD E'/14'F EJ ¯A*: ~/1E /1 "F 1H2 '(*/' :3D 4G'/* C1/ H 3~3 D('3 FH ~H4J/ H '2 .'FG (J1HF 1A*. /.*1 4GJ/ (G4*J (1'J EF *91JA EJ C1/ GE31 4GJ/ E7G1J  ~J4 '2 4G'/* CG /1 JC ,D3G 3.F1'FJ ~/1E -6H1 /'4*  (G '71'AJ'F .H/ H '2 ,EDG EF H E'/1E ¯A*G (H/ F¯'G CF ((JF †B/1 '2 5H1* "B'J (G4*J FH1 EJ ('1/ CG /D EF '2 ,EDG 'H JC('1G D12J/ H (9/ ¯A*: ./' (G /'/ E' (13/ H 'J4'F 1' (1'J 'FBD'( F¯G /'1/.<br> E1-HE A1/H3J ~H1 /1('1G ".1JF 3'9'* 9E1 E('1C 4GJ/ (G4*J EJ ¯A*: 'HD E:1( FE'2 1' (G 'E'E* 4GJ/ E-E/-3JF 5'/BJ .H'F/JE. HB*J (J1HF "E/JE  /J/E "B'J (G4*J EJ .H'G/ H6H (¯J1/. ¯A*E: "B' 4E' *'2G EJ .H'GJ/ H6H (¯J1J/ ,D3G 'E4( -3'3 '3*  2H/ *41JA (J'H1J/. A1EH/F/ 4E' (1HJ/ EF GE 2H/ FE'2 1' EJ .H'FE H EJ "JE. AH1J H6H ¯1A* H /1 5-F -2( FE'2 ,E'9* /J¯1J *4CJD 4/ CG .H4(.*'FG 9C3 "F GE CG ".1JF 9C3 "B'J (G4*J '3*  EH,H/ '3*. /1 ,D3G EF*81 F43*G (H/JE. EF /E /1 F43*G (H/E HB*J "B'J (G4*J H'1/ 4/  GEG (G '-*1'E 'J4'F (DF/ 4/F/ H 4H.J (' 'J4'F 41H9 4/. JCJ EJ ¯A*: -', "B' 'E4( .JDJ FH1'FJ 4/G 'J/. .JDJ 2J(' H .H4¯D 4/G 'J/. 'J4'F GE .F/J/ H ¯A*: «†4E 4E' 2J(' EJ (JF/  EF A1B FC1/G 'E.» HDJ H'B9' FH1'FJ *1 4/G (H/. ,DH 1A*F/ H F43*F/. ~3 '2 'JFCG *:JJ1 /3*H1 ,D3G (G 1#J ¯0'4*G 4/ H GEG 1#J /'/F/ CG /1('1G 'F*.'( 1&J3 ,EGH1 ~3 '2 (FJ 5/1 5-(* 4H/  (-+ 4/ CG -'D' †G C3J /1 'JF ('1G 5-(* CF/ CG (G "B'J (G4*J 1#J /'/G 4/. <br> 4GJ/ '3*CJ  FE'JF/G 4G1 C1/  1&J3 ,D3G "F 4( (H/. ~3 '2 *D'H* B1"F  "B'J (G4*J ~4* *1J(HF 1A* H 3.F .H/ 1' ":'2 C1/ H ¯A*: E' ('J/ ((JFJE 1&J3 ,EGH1 "JF/G EJ *H'F/ 1H-'FJ ('4/ J' FG "J' F81 'E'E CG A1EH/F/ 1&J3 ,EGH1 1H-'FJ F('4/  GEJF '3* J' A1B C1/G H ','2G EJ /GF/. <br> (9/ 'A2H/F/: '¯1 F81 'E'E A1B CF/ CG :J1 1H-'FJ 1&J3 ,EGH1 (4H/  "F A1/ 1' 'JF ,D3G ('J/ *9JJF H E91AJ CF/ H '¯1 A1EH/F/ ('J/ 1H-'FJ ('4/  ('2 'F*.'( "F *H37 'JF ,D3G '3*  HDJ H8JAG E' *9JJF †F/ FA1 (G 9FH'F JC GJ#* '3* CG ./E* 'E'E (1HF/ H F81 'J4'F 1' (¯J1F/ *' *CDJA E' 1H4F (4H/. E7D( 'J4'F CG (G 'JF,' 13J/  -/H/ /G /BJBG 7HD C4J/G (H/. 'JF E/* 1' GE 3'9* EF CG C'E~JH*1J (H/ H ~3 '2 'FA,'1 1HJ 40/8 /BJBG 4( 'J3*'/G (H/  F4'F EJ /'/ CG /G /BJBG B1"F (H/ H /G /BJBG GE 5-(* 'J4'F 7HD C4J/. (1'J GEJF  'JF 3'9* (1.D'A '8G'1 (1.J  3'9* 20/8 (H/ CG EF /1 D-8'* 'HDJG  2J1 "H'1 (G "F F¯'G C1/E H ~3 '2 "F GE /J¯1 '2 C'1 'A*'/. <br> 3.F1'FJ 4GJ/ (G4*J CG (G 'JF,' 13J/  †HF 'J4'F 9'/* /'4* HB*J 5-(*4 (G ,'JJ -3'3 '2 (-+ EJ 13J/ H (G '57D'- E91HA ¯1E EJ 4/  EC+J EJ C1/ H (G 4FHF/¯'F /H1 *' /H1 ,D3G F¯'GJ EJ C1/ CG †B/1 (' 5-(* 'H GE1'G G3*F/ H (9/ (-+ 1' '/'EG EJ /'/. <font color="#FF0000">/1 'JF EJ'F  JC /A9G (G ,E9J* ¯A*: (†G G' (HJ (G4* EJ "J/. "J' 4E' GE 'JF (H 1' '3*4E'E EJ CFJ/</font> ~3 '2 'JF ,EDG (H/ CG /J¯1 E' FAGEJ/JE B6JG †G 4/. 'JF B/1 'FA,'1 4/J/ H 31J9 (H/ CG GJ† C3 '2 ('2E'F/¯'F 'JF A',9G '2 D-8G 'FA,'1 †J2J (G J'/ F/'1F/  HDJ 'JF FC*G 1' EJ /'FE CG .JDJ †G1G 'J4'F (4'4 H FH1'FJ 4/G (H/. <font color="#FF0000">FC*G EGE H ('H1 FC1/FJ 'JF (H/ CG EF /1 2J1 "H'1 CG GJ† 'EJ/J (G F,'* F/'4*E  '-3'3 C1/E H 'JF 1' /J/E CG FH1 (3J'1 4/J/J E+D FH1 †F/ ~1˜C*H1 BHJ /1 '71'A *1J(HFJ CG "B'J (G4*J /1 "F,' (G 4G'/* 13J/  /1 -'D *'(J/F '3*.</font> '2 C3'FJ CG E+D EF 2J1 "H'1 (H/F/  ~13J/E 'JF FH1 4/J/ †J3* EF 1' E3.1G EJ C1/F/ CG (1BG' B79 4/G '3* FH1 C,' (H/  HDJ H'B9' (1'J D-8'*J 'JF FH1 (H/.&nbsp;<br> FEJ /'FE ,2 EF †G 'A1'/ /J¯1J 4'G/ HBH9 'JF C1'E* (21¯ (H/F/ H E9DHE 4/ /1 D-8G 4G'/* E1-HE "B'J (G4*J @ CG '2 E-/H/ C3'FJ (H/F/ CG 'E'E (G †4E 1G(1J H JCJ '2 '96'J 4H1'J 1G(1J ~3 '2 .H/ /1 /H1'F *(9J/ 91'B (G 'H EJ F¯1J3* @ '*A'B 9,J(J 1. /'/G '3* H A14*¯'F 'DGJ CG '2 9'DE EDCH* (1'J '3*B('D 'J4'F (G 9'DE ".1* '2 'JF F4&G .'CJ "E/G (H/F/  †F'F A1'H'F H (' 98E* (H/G 'F/ CG FH1 H,H/J "FG' -*J (G †4E E' GE 9J'F 4/G (H/. <br> <font color="#FF0000">4FJ/E 4GJ/ 4E3 'D/JF -3JFJ F'&JFJ  FE'JF/G E,D3 (G C3J CG /1 CF'1 'H 2J1 "H'1 (H/  EJ ¯A*: *H GE (HJ ¯D'( 1' EJ 4FHJ HB*J ~'3. EFAJ 4FJ/G (H/  (G 'H ¯A*G (H/ ~3 'JF 9D'E* "F '3* CG *H 4GJ/ FEJ 4HJ  (1'J GEJF  (G EF2D E' (1H H 3D'E EF 1' (13'F H (¯H H5J* F'EG EF *HJ 7'B†G '3* "F 1' (.H'FF/ H (G "F 9ED CFF/ </font>(~'J'F FBD BHD "B'J A1/H3J ~H1).<br> (9/G' /1 E5'-(G 'J CG (' A12F/ (21¯ /C*1 4GJ/(G4*J  /C*1 3J/E-E/16' (G4*J /'4*E  (G EF ¯A*: ~3 '2 4G'/* ~/1E  (G /DJD 4/* 9D'BG 'J CG E1-HE 9D'EG 7('7('JJ  5'-( *A3J1 ¯1'F 3F¯ 'DEJ2'F (G 4'¯1/ (1,3*G H .'5 .H/ (~/1E) /'4*  HB*J '71'AJ'F .H'3*G (H/F/ (G F-HJ .(1 4G'/* 1' '2 'J4'F E.AJ CFF/ H J' (G ¯HFG 'J /J¯1 ,DHG /GF/ *' (G 'J4'F 5/EG 1H-J F.H1/. E1-HE 9D'EG (G "FG' ¯A*G (H/ 4E' EJ .H'GJ/ †J 1' '2 EF E.AJ CFJ/ EF 'D'F /'1E /C*1 (G4*J 1' ,DHJ †4E'FE EJ (JFE CG D-8G D-8G /'1/ /1 "3E'F 'H, EJ ¯J1/.<br> /1H/ H 1-E* (JC1'F 'DGJ (G 1H- EDCH*J 4GJ/ "J* 'DDG (G4*J H J'1'F (-B ~JH3*G 'H CG (' F+'1 ,'F .H/ ~'JG G'J F8'E ,EGH1J '3D'EJ 1' E3*-CE*1 3'.*F/ H (' E8DHEJ* .HJ4 '2 †G1G FA'B EF'ABJF ~1/G (1/'4*F/ H 3F/ 13H'JJ "F'F 1' (' .HF .H/ F¯'4*F/.</font></p> <p style="line-height: 150%; text-align: center"> <font size="2" color="#FF0000">FHÌ3F/G: /©*1 :D'E9DÌ 1,'ÌÌ</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> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&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> </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"> <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%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <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%" bordercolor="#3C9DFF" height="9"> <tr> <td background="../images/back1button.gif" height="7"> <p align="center"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/JEOGRAFIA.htm" style="text-decoration: none"> <font color="#0000FF">H69J* ,:1'AJ'JÌ</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%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/JEOGRAFIA12.htm"> <font size="2" color="#0000FF">,'0(G G'Ì *H1J3*Ì</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="101%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <a href="../Damghan/JEOGRAFIA1.htm" style="text-decoration: none"> <font size="2" color="#0000FF">"( H GH'</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"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/goyesh%20damghani.htm" style="text-decoration: none"><font color="#0000FF"> ¯HJ4 /'E:'FÌ</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" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/Bade%20damghan.htm" style="text-decoration: none"><font color="#0000FF"> ('/G'Ì 9,J( /'E:'F</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="../Damghan/MANOCHEHRI.htm"><font size="2" color="#0000FF">EFH†G1Ì /'E:'FÌ</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"><span lang="fa"> <a href="../../English/photo%20galoty.htm" style="text-decoration: none"><font size="2" color="#0000FF">"D(HE 9©3</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 href="../nashryeh/n.main.htm" style="text-decoration: none"><font color="#0000FF">F41JG</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"> <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="../Faaliyatha/Farhangi/Main.htm"><font size="2" color="#0000FF">A9'DJ*G'</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"> <font size="2" color="#0000FF"> <a href="../sargarmiha/danestaniha.htm" style="text-decoration: none"><font color="#0000FF"> 31¯1EÌ</font></a></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> <tr> <td> &nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="1365"> <tr> <td height="19">&nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="1274"> &nbsp;</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 © 2005-2008 <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<a href="mailto:iman@tarikhaneh.com?subject=from site" style="text-decoration: none"><span lang="en-us"> </span></a><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 "" 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>