Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-02 12:43:43 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-02 12:43:43 (GMT)
commit1852015e2577acfffdc809d8e03783c86e601d2b (patch)
treec81ac15af86099e83786d70cdf7f6d8aad0f9da8
parentd33d538559680bb745d0943e7d68cb05a99851c3 (diff)
use kDoc.html to hold contain original html for lessonPlan and teachersNote in iframe
-rw-r--r--examples/English_Animal_Identification/kDoc.html54
-rw-r--r--examples/English_Animal_Identification/launch.html~12
-rw-r--r--examples/English_Animal_Identification/lessonPlan.html597
-rw-r--r--examples/English_Animal_Identification/lessonPlan.html~63
-rw-r--r--examples/English_Animal_Identification/lessonPlan_frame.html543
-rw-r--r--examples/English_Animal_Identification/lessonPlan_frame.html~537
-rw-r--r--examples/English_Animal_Identification/start.html12
-rw-r--r--examples/English_Animal_Identification/start.html~63
-rw-r--r--examples/English_Animal_Identification/teachersNote.html1
-rw-r--r--js/kDoc.js115
10 files changed, 663 insertions, 1334 deletions
diff --git a/examples/English_Animal_Identification/kDoc.html b/examples/English_Animal_Identification/kDoc.html
new file mode 100644
index 0000000..4e2aa5e
--- /dev/null
+++ b/examples/English_Animal_Identification/kDoc.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Lesson Plan for English Animal Identification</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
+ <link type="text/css" rel="stylesheet" href="../../css/kDoc.css" />
+ <link type="text/css" rel="stylesheet" href="../../css/karma.css" />
+ <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
+ <script type="text/javascript"
+ src="../../js/ui.core-draggable-resizable-dialog.js"></script>
+ <script type="text/javascript" src="../../js/karma.js"></script>
+ <script type="text/javascript" src="../../js/kDoc.js"></script>
+
+</head>
+<body id="kDoc">
+ <div id="kHeader">
+ <div id="kHeaderBackBtn" class="left">
+ <a>
+ <div class="kHeaderBtn">
+ </div>
+ </a>
+ </div>
+ <div id="kHeaderLessonTitle" class="left">
+ Animal Identification
+ </div>
+ <div id="zoomIn" class="left kHeaderBtn">
+ </div>
+ <div id="zoomOut" class="left kHeaderBtn">
+ </div>
+ <div id="kHeaderHelpBtn" class="right">
+ <a>
+ <div class="kHeaderBtn">
+ </div>
+ </a>
+ </div>
+ <div id="kHeaderOleBtn" class="right">
+ <a href="http://olenepal.org" title="साझा शिक्षा ई-पाटी">
+ <div id="linkOle" class="kHeaderBtn">
+ </div>
+ </a>
+ </div>
+ </div>
+
+<div id="kHelpText" title="Help">
+<p>
+</p>
+</div>
+
+<iframe id="iframeLessonPlan" src=''>
+</iframe>
+
+</body>
+</html> \ No newline at end of file
diff --git a/examples/English_Animal_Identification/launch.html~ b/examples/English_Animal_Identification/launch.html~
deleted file mode 100644
index a360f10..0000000
--- a/examples/English_Animal_Identification/launch.html~
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Launch Page for English Animal Identification</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../../css/karma.css" />
-
-</head>
-<body>
-</body>
-</html> \ No newline at end of file
diff --git a/examples/English_Animal_Identification/lessonPlan.html b/examples/English_Animal_Identification/lessonPlan.html
index fba1afd..f3a9e33 100644
--- a/examples/English_Animal_Identification/lessonPlan.html
+++ b/examples/English_Animal_Identification/lessonPlan.html
@@ -1,54 +1,543 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Lesson Plan for English Animal Identification</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../../css/kDoc.css" />
- <link type="text/css" rel="stylesheet" href="../../css/karma.css" />
- <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
- <script type="text/javascript"
- src="../../js/ui.core-draggable-resizable-dialog.js"></script>
- <script type="text/javascript" src="../../js/karma.js"></script>
- <script type="text/javascript" src="../../js/kDoc.js"></script>
-
-</head>
-<body id="kDoc">
- <div id="kHeader">
- <div id="kHeaderBackBtn" class="left">
- <a>
- <div class="kHeaderBtn">
- </div>
- </a>
- </div>
- <div id="kHeaderLessonTitle" class="left">
- Lesson Plan - Animal Identification
- </div>
- <div id="zoomIn" class="left kHeaderBtn">
- </div>
- <div id="zoomOut" class="left kHeaderBtn">
- </div>
- <div id="kHeaderHelpBtn" class="right">
- <a>
- <div class="kHeaderBtn">
- </div>
- </a>
- </div>
- <div id="kHeaderOleBtn" class="right">
- <a href="http://olenepal.org" title="साझा शिक्षा ई-पाटी">
- <div id="linkOle" class="kHeaderBtn">
- </div>
- </a>
- </div>
- </div>
-
-<div id="kHelpText" title="Lesson Plan Help">
-<p>
-</p>
-</div>
-
-<iframe id="iframeLessonPlan" src='lessonPlan_frame.html'>
-</iframe>
-
-</body>
-</html> \ No newline at end of file
+<html>
+
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
+<meta name=Generator content="Microsoft Word 12 (filtered)">
+<style>
+<!--
+ /* Font Definitions */
+ @font-face
+ {font-family:Mangal;
+ panose-1:0 0 4 0 0 0 0 0 0 0;}
+@font-face
+ {font-family:"Cambria Math";
+ panose-1:2 4 5 3 5 4 6 3 2 4;}
+@font-face
+ {font-family:Calibri;
+ panose-1:2 15 5 2 2 2 4 3 2 4;}
+@font-face
+ {font-family:Tahoma;
+ panose-1:2 11 6 4 3 5 4 4 2 4;}
+@font-face
+ {font-family:Samanata;}
+ /* Style Definitions */
+ p.MsoNormal, li.MsoNormal, div.MsoNormal
+ {margin-top:0in;
+ margin-right:0in;
+ margin-bottom:10.0pt;
+ margin-left:0in;
+ line-height:115%;
+ font-size:11.0pt;
+ font-family:"Calibri","sans-serif";}
+p.MsoHeader, li.MsoHeader, div.MsoHeader
+ {mso-style-link:"Header Char";
+ margin:0in;
+ margin-bottom:.0001pt;
+ font-size:11.0pt;
+ font-family:"Calibri","sans-serif";}
+p.MsoFooter, li.MsoFooter, div.MsoFooter
+ {mso-style-link:"Footer Char";
+ margin:0in;
+ margin-bottom:.0001pt;
+ font-size:11.0pt;
+ font-family:"Calibri","sans-serif";}
+p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
+ {mso-style-link:"Balloon Text Char";
+ margin:0in;
+ margin-bottom:.0001pt;
+ font-size:8.0pt;
+ font-family:"Tahoma","sans-serif";}
+span.HeaderChar
+ {mso-style-name:"Header Char";
+ mso-style-link:Header;}
+span.FooterChar
+ {mso-style-name:"Footer Char";
+ mso-style-link:Footer;}
+span.BalloonTextChar
+ {mso-style-name:"Balloon Text Char";
+ mso-style-link:"Balloon Text";
+ font-family:"Tahoma","sans-serif";}
+.MsoPapDefault
+ {margin-bottom:10.0pt;
+ line-height:115%;}
+ /* Page Definitions */
+ @page Section1
+ {size:595.45pt 841.7pt;
+ margin:1.0in 1.0in 1.0in 1.0in;}
+div.Section1
+ {page:Section1;}
+
+div.Section1{
+ position: relative;
+ width: 80%;
+ text-align: center;
+ margin-left: auto;
+}
+-->
+</style>
+
+</head>
+
+<body lang=EN-US>
+
+<div class=Section1>
+
+<p class=MsoNormal align=center style='text-align:center'><b><span
+style='font-size:12.0pt;line-height:115%'>&nbsp;</span></b></p>
+
+<p class=MsoNormal align=center style='text-align:center'><b><span lang=SA
+style='font-size:18.0pt;line-height:115%;font-family:Mangal'>&#2346;&#2366;&#2336;&#2357;&#2367;&#2357;&#2352;&#2339;</span></b><span
+style='font-size:16.0pt;line-height:115%'> (</span><span lang=NE
+style='font-size:16.0pt;line-height:115%;font-family:Mangal'>&#2325;&#2331;&#2369;&#2357;&#2366;
+&#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span><span style='font-size:16.0pt;
+line-height:115%'>)</span></p>
+
+<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
+ style='border-collapse:collapse;border:none'>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2325;&#2379;
+ &#2361;&#2346;&#2381;&#2340;&#2366;</span></b><b><span lang=SA
+ style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
+ style='font-size:12.0pt'> 7</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2346;&#2366;&#2336;&#2381;&#2351;&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2325;&#2379;
+ &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
+ &#2346;&#2366;&#2336;</span></b><b><span lang=SA style='font-size:12.0pt'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span><span lang=SA style='font-size:12.0pt'></span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2367;&#2306;&#2361;
+ &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
+ solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ border-top:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2325;&#2381;&#2359;&#2375;&#2340;&#2381;&#2352;</span></b><b><span
+ lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
+ style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2346;&#2338;&#2366;&#2311;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;</span></b><b><span
+ lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2354;
+ &#2357;&#2366;&#2325;&#2381;&#2351;&#2325;&#2366; &#2325;&#2341;&#2366;
+ &#2346;&#2338;&#2381;&#2344;&#2375;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;&#2325;&#2379;
+ &#2357;&#2367;&#2360;&#2381;&#2340;&#2371;&#2340;</span></b><b><span lang=NE
+ style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2352;&#2339;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span style='font-size:12.0pt'> </span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2366;
+ &#2350;&#2366;&#2343;&#2381;&#2351;&#2350;&#2348;&#2366;&#2335;
+ &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>
+ &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
+ &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
+ &#2346;&#2352;&#2367;&#2330;&#2351; &#2342;&#2367;&#2344;&#2375;</span><span
+ lang=NE style='font-size:12.0pt'> </span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
+ solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ border-top:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;&#2325;&#2379;
+ &#2313;&#2342;&#2381;&#2342;&#2375;&#2358;&#2381;&#2351;</span></b><b><span
+ lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2325;) &#2360;&#2352;&#2354;
+ &#2325;&#2341;&#2366; &#2360;&#2360;&#2381;&#2357;&#2352;</span><span
+ lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2357;&#2366;&#2330;&#2344;
+ &#2327;&#2352;&#2381;&#2344;&#2369; </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
+ style='font-size:12.0pt'> </span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2326;)
+ &#2346;&#2370;&#2352;&#2381;&#2339;&#2357;&#2367;&#2352;&#2366;&#2350;
+ &#2352;
+ &#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
+ &#2330;&#2367;&#2361;&#2381;&#2344;&#2325;&#2379;
+ &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
+ style='font-size:12.0pt'> </span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2327;) &#2350; &#2352;
+ &#2340;&#2367;&#2350;&#2368;
+ &#2325;&#2352;&#2381;&#2340;&#2366;&#2360;&#2305;&#2327;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2379;
+ &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;
+ </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
+ style='font-size:12.0pt'> </span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2328;) &#2344;&#2366;&#2350;</span><span
+ style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
+ &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
+ &#2332;&#2366;&#2344;&#2325;&#2366;&#2352;&#2368; &#2342;&#2367;&#2344;&#2369;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;
+ &#2330;&#2354;&#2366;&#2313;&#2344;&#2375;
+ &#2340;&#2352;&#2367;&#2325;&#2366;</span></b><b><span lang=SA
+ style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
+ justify;line-height:normal'><b><span lang=NE style='font-size:12.0pt;
+ font-family:Mangal'>&#2346;&#2366;&#2336; </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><b><span lang=NE style='font-size:12.0pt;
+ font-family:Mangal'> </span></b><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
+ &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2341;&#2366;
+ &#2332;&#2350;&#2381;&#2350;&#2366; &#2412; &#2323;&#2335;&#2366;
+ &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2348;&#2366;&#2305;&#2337;&#2375;&#2352;
+ &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
+ &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
+ &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366;
+ &#2358;&#2348;&#2381;&#2342;&#2354;&#2366;&#2312; &#2330;&#2367;&#2340;&#2381;&#2352;&#2350;&#2366;
+ &#2357;&#2381;&#2351;&#2325;&#2381;&#2340;
+ &#2327;&#2352;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
+ &#2330;&#2367;&#2340;&#2381;&#2352;
+ &#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381; &#2352;
+ &#2325;&#2341;&#2366;
+ &#2346;&#2338;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
+ &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
+ &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2344;&#2366;&#2350;</span><span
+ style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
+ &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
+ &#2340;&#2368;&#2344;&#2323;&#2335;&#2366;
+ &#2331;&#2369;&#2335;&#2381;&#2335;&#2366;&#2331;&#2369;&#2335;&#2381;&#2335;&#2376;
+ &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
+ &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2366;
+ &#2331;&#2344;&#2381;&#2404; &#2325;&#2352;&#2381;&#2360;&#2352;
+ &#2354;&#2327;&#2375;&#2352;
+ &#2340;&#2368;&#2350;&#2343;&#2381;&#2351;&#2375;
+ &#2325;&#2369;&#2344;&#2376; &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
+ &#2352;&#2366;&#2326;&#2381;&#2342;&#2366;</span><span style='font-size:12.0pt'>,
+ </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2344;&#2325;&#2379;
+ &#2346;&#2352;&#2367;&#2349;&#2366;&#2359;&#2366;
+ &#2346;&#2338;&#2381;&#2344;
+ &#2346;&#2366;&#2311;&#2344;&#2381;&#2331;&#2404; &#2344;&#2366;&#2350;</span><span
+ style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
+ &#2357;&#2366; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2350;&#2366;
+ &#2354;&#2327;&#2375;&#2352; &#2325;&#2381;&#2354;&#2367;&#2325;
+ &#2327;&#2352;&#2375;&#2350;&#2366; &#2325;&#2341;&#2366;&#2350;&#2366;
+ &#2352;&#2361;&#2375;&#2325;&#2366; &#2344;&#2366;&#2350;
+ &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
+ &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
+ &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;
+ &#2325;&#2381;&#2352;&#2350;&#2358;&#2307; &#2352;&#2366;&#2340;&#2379;</span><span
+ style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2361;&#2352;&#2367;&#2351;&#2379; &#2352;
+ &#2346;&#2361;&#2375;&#2305;&#2354;&#2379; &#2352;&#2329;&#2350;&#2366;
+ &#2342;&#2375;&#2326;&#2367;&#2344;&#2381;&#2331;&#2344;&#2381;&#2404;&#2346;&#2366;&#2336;&#2325;&#2379;
+ &#2310;&#2352;&#2350;&#2381;&#2349;&#2350;&#2366;
+ &#2326;&#2352;&#2366;&#2351;&#2379; &#2352;
+ &#2325;&#2331;&#2369;&#2357;&#2366;
+ &#2325;&#2341;&#2366;&#2354;&#2366;&#2312;
+ &#2319;&#2344;&#2367;&#2350;&#2375;&#2360;&#2344;&#2342;&#2381;&#2357;&#2366;&#2352;&#2366;
+ &#2342;&#2375;&#2326;&#2366;&#2311;&#2319;&#2325;&#2379; &#2331;</span><span
+ style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
+ </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;
+ : </span></b></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
+ justify;line-height:normal'><span lang=NE style='font-size:12.0pt;font-family:
+ Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;&#2325;&#2366;
+ &#2354;&#2366;&#2327;&#2367;
+ &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2375;
+ &#2325;&#2379;&#2336;&#2366;&#2350;&#2366;
+ &#2342;&#2367;&#2311;&#2319;&#2325;&#2366; &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;
+ &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>, </span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
+ &#2352; &#2357;&#2367;&#2357;&#2375;&#2359;&#2339;
+ &#2331;&#2369;&#2335;&#2381;&#2335;&#2381;&#2351;&#2366;&#2319;&#2352;
+ &#2325;&#2381;&#2354;&#2367;&#2325;
+ &#2327;&#2352;&#2381;&#2344;&#2369;&#2346;&#2352;&#2381;&#2331;&#2404;&#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
+ &#2330;&#2367;&#2361;&#2381;&#2344;(</span><span style='font-size:12.0pt'>?) </span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2328;&#2369;&#2350;&#2367;&#2352;&#2361;&#2375;&#2325;&#2379;
+ &#2360;&#2381;&#2341;&#2366;&#2344;&#2350;&#2366;
+ &#2350;&#2367;&#2354;&#2381;&#2344;&#2375; &#2358;&#2348;&#2381;&#2342;
+ &#2325;&#2375; &#2361;&#2379;</span><span style='font-size:12.0pt'>,</span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>
+ &#2336;&#2350;&#2381;&#2351;&#2366;&#2312;
+ &#2342;&#2367;&#2311;&#2319;&#2325;&#2366;
+ &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;&#2325;&#2379;
+ &#2319;&#2325; &#2358;&#2348;&#2381;&#2342;&#2350;&#2366;
+ &#2325;&#2381;&#2354;&#2367;&#2325;
+ &#2327;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2351;&#2342;&#2367;
+ &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2366;&#2312;
+ &#2310;&#2347;&#2381;&#2344;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352; &#2336;&#2368;&#2325;
+ &#2344;&#2354;&#2366;&#2327;&#2375;&#2350;&#2366; </span><span
+ style='font-size:12.0pt'>'</span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2350;&#2375;&#2335;</span><span style='font-size:
+ 12.0pt'>' </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2348;&#2335;&#2344;
+ &#2325;&#2381;&#2354;&#2367;&#2325; &#2327;&#2352;&#2375;&#2352;
+ &#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2375;&#2335;&#2368;
+ &#2309;&#2352;&#2381;&#2325;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352;
+ &#2347;&#2375;&#2352;&#2367; &#2352;&#2366;&#2326;&#2381;&#2344;
+ &#2360;&#2325;&#2381;&#2344;&#2369;&#2361;&#2369;&#2344;&#2375;&#2331;&#2404;
+ </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2381;&#2357;&#2350;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;&#2354;&#2381;&#2351;&#2366;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2329;&#2381;&#2325;&#2344;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
+ Samanata'>&#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2367;&#2354;&#2375;&#2344;&#2350;&#2367;&#2354;&#2375;&#2325;&#2379;
+ &#2360;&#2381;&#2325;&#2379;&#2352;&#2348;&#2379;&#2352;&#2381;&#2337;&#2350;&#2366;
+ &#2342;&#2375;&#2326;&#2381;&#2344; &#2360;&#2325;&#2367;&#2344;&#2381;&#2331;&#2404;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
+ solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ border-top:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
+ style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>
+ &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2370;&#2352;&#2381;&#2357;&#2325;&#2379;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
+ Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379;
+ &#2350;&#2375;&#2352;&#2379; &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
+ &#2325;&#2367;&#2340;&#2366;&#2348;&#2348;&#2366;&#2335; <b>&#2360;&#2367;&#2306;&#2361;
+ &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;
+ &#2346;&#2338;&#2381;&#2344;
+ &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2357;&#2367;&#2342;&#2381;&#2351;&#2366;&#2352;&#2381;&#2341;&#2368;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
+ &#2340;&#2354;&#2325;&#2379; &#2332;&#2360;&#2381;&#2340;&#2379;
+ &#2361;&#2366;&#2340;&#2375;&#2346;&#2340;&#2381;&#2352; </span><span
+ style='font-size:12.0pt'>(Hand out)</span><span style='font-size:12.0pt'> </span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2349;&#2352;&#2381;&#2344;
+ &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;</span><span
+ style='font-size:12.0pt'> :</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
+ &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'> :</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2340;&#2381;&#2352;&#2361;&#2352;&#2370;
+ </span><span style='font-size:12.0pt'>:</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
+ &#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
+ style='font-size:12.0pt'>:</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
+ &#2344;&#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
+ style='font-size:12.0pt'>:</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
+ &#2360;&#2344;&#2381;&#2342;&#2375;&#2358; </span><span style='font-size:
+ 12.0pt'>:</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
+ &#2325;&#2341;&#2366; &#2325;&#2360;&#2381;&#2340;&#2379;
+ &#2354;&#2366;&#2327;&#2381;&#2351;&#2379; </span><span style='font-size:
+ 12.0pt'>?</span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>
+ &#2325;&#2367;&#2344; </span><span style='font-size:12.0pt'>? :</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
+ style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>
+ &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2331;&#2367;&#2325;&#2379;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
+ Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379; &#2350;&#2375;&#2352;&#2379;
+ &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
+ &#2325;&#2367;&#2340;&#2366;&#2348;&#2325;&#2379;
+ &#2346;&#2371;&#2359;&#2381;&#2336;&#2360;&#2329;&#2381;&#2326;&#2381;&#2351;&#2366;
+ &#2412; &#2350;&#2366; &#2352;&#2361;&#2375;&#2325;&#2379; <b>&#2360;&#2367;&#2306;&#2361;
+ &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b>
+ &#2325;&#2341;&#2366;&#2350;&#2366; &#2349;&#2319;&#2325;&#2366;
+ &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
+ lang=NE style='font-size:12.0pt;font-family:Samanata'>
+ &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
+ &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
+ &#2330;&#2367;&#2344;&#2375;&#2352;
+ &#2325;&#2366;&#2346;&#2368;&#2350;&#2366; &#2360;&#2366;&#2352;&#2381;&#2344;</span><span
+ lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
+ font-family:Samanata'>&#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
+ style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2366;&#2354;&#2351;&#2360;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2305;&#2327;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>
+ &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2366;&#2350;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2361;&#2367;&#2325;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
+ Samanata'>&#2312;</span><span style='font-size:12.0pt'>-</span><span lang=NE
+ style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2336;&#2325;&#2379;
+ <b>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
+ &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;&#2350;&#2366;
+ &#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
+ &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2360;&#2381;&#2340;&#2379;
+ &#2354;&#2366;&#2327;&#2381;&#2351;&#2379;
+ &#2349;&#2344;&#2381;&#2344;&#2375; &#2358;&#2368;&#2352;&#2381;&#2359;&#2325;&#2350;&#2366;
+ &#2360;&#2350;&#2370;&#2361;&#2327;&#2340;
+ &#2352;&#2370;&#2346;&#2350;&#2366; &#2331;&#2354;&#2347;&#2354;
+ &#2327;&#2352;&#2381;&#2344; &#2352; &#2354;&#2375;&#2326;&#2381;&#2344;
+ &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
+ &#2360;&#2350;&#2370;&#2361;&#2354;&#2375;
+ &#2354;&#2375;&#2326;&#2375;&#2325;&#2379;
+ &#2325;&#2369;&#2352;&#2366;&#2354;&#2366;&#2312;
+ &#2360;&#2350;&#2370;&#2361;&#2325;&#2379; &#2344;&#2366;&#2311;&#2325;&#2375;&#2354;&#2366;&#2312;
+ &#2346;&#2338;&#2375;&#2352; &#2309;&#2344;&#2381;&#2351;
+ &#2360;&#2350;&#2370;&#2361;&#2354;&#2366;&#2312;
+ &#2360;&#2369;&#2344;&#2366;&#2313;&#2344;
+ &#2344;&#2367;&#2352;&#2381;&#2342;&#2375;&#2358;&#2344;
+ &#2342;&#2367;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
+ solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ border-top:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2327;&#2371;&#2361;&#2325;&#2366;&#2352;&#2381;&#2351;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2350;&#2366;&#2344;
+ &#2357;&#2366; &#2360;&#2350;&#2381;&#2348;&#2344;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2381;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2343;&#2367;&#2340;
+ &#2309;&#2344;&#2381;&#2351;
+ &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span></p>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;</span></b><b><span
+ lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> &#2341;&#2346;
+ &#2360;&#2354;&#2381;&#2354;&#2366;&#2361;</span></b><b><span lang=SA
+ style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
+ solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
+ border-top:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2313;&#2346;&#2351;&#2379;&#2327;&#2368;
+ &#2357;&#2375;</span></b><b><span lang=NE style='font-size:12.0pt;font-family:
+ Mangal'>&#2348;</span></b><b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'>&#2360;&#2366;&#2311;&#2335;&#2361;&#2352;&#2370;</span></b><b><span
+ lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
+ style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
+ font-family:Mangal'> </span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+ <tr>
+ <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
+ <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
+ normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
+ </td>
+ </tr>
+</table>
+
+<p class=MsoNormal><span style='font-size:12.0pt;line-height:115%'>&nbsp;</span></p>
+
+</div>
+</body>
+
+</html>
diff --git a/examples/English_Animal_Identification/lessonPlan.html~ b/examples/English_Animal_Identification/lessonPlan.html~
deleted file mode 100644
index 446189d..0000000
--- a/examples/English_Animal_Identification/lessonPlan.html~
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Launch Page for English Animal Identification</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../../css/kDoc.css" />
- <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
-
-</head>
-<body id="kDoc">
- <div id="top">
- <a href="../../list.html" title="Back">
- <div id='backBtn'>
- </div>
- </a>
- <div id="topMiddle">
- <div id="topDesc" class="center">साझा शिक्षा ई-पाटीद्वारा निर्मित</div>
- <div id="topE-Paath" class="center">E-Paath</div>
- </div>
- </div>
-
- <div id="middle">
- <div id="grade" class="center">
- <span id="gradeText">Grade: </span>
- <span id="gradeNum">2</span>
- </div>
- <div id="subject" class="center">
- English
- </div>
- <div id="lessonTitle" class="center">
- <a href="./index.html">Identifying Animals</a>
- </div>
- <div id="lessonDesc" class="center">
- This is a lesson for identifying animals
- </div>
- <div id="teachersNoteBtn" class="button">
- <a href="#">
- <div>Teacher's Note</div>
- <div>Nepali translation</div>
- </a>
- </div>
- <div id="lessonPlanBtn" class="button">
- <a href="#">
- <div>Lesson Plan</div>
- <div>Nepali translation</div>
- </a>
- </div>
- </div>
- <div id="bottom">
- <div id="logo" class="center"><div></div></div>
- </div>
- <div id="copyright">
- Copyright <a href="http://www.olenepal.org">OLE Nepal</a> 2009,
- <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
- </div>
- <script type="text/javascript">
- if (window.innerWidth !== 1200){
- $('#kDoc').css({width:'800px', height:'600px'});
- }
- </script>
-</body>
-</html> \ No newline at end of file
diff --git a/examples/English_Animal_Identification/lessonPlan_frame.html b/examples/English_Animal_Identification/lessonPlan_frame.html
deleted file mode 100644
index f3a9e33..0000000
--- a/examples/English_Animal_Identification/lessonPlan_frame.html
+++ /dev/null
@@ -1,543 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<meta name=Generator content="Microsoft Word 12 (filtered)">
-<style>
-<!--
- /* Font Definitions */
- @font-face
- {font-family:Mangal;
- panose-1:0 0 4 0 0 0 0 0 0 0;}
-@font-face
- {font-family:"Cambria Math";
- panose-1:2 4 5 3 5 4 6 3 2 4;}
-@font-face
- {font-family:Calibri;
- panose-1:2 15 5 2 2 2 4 3 2 4;}
-@font-face
- {font-family:Tahoma;
- panose-1:2 11 6 4 3 5 4 4 2 4;}
-@font-face
- {font-family:Samanata;}
- /* Style Definitions */
- p.MsoNormal, li.MsoNormal, div.MsoNormal
- {margin-top:0in;
- margin-right:0in;
- margin-bottom:10.0pt;
- margin-left:0in;
- line-height:115%;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoHeader, li.MsoHeader, div.MsoHeader
- {mso-style-link:"Header Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoFooter, li.MsoFooter, div.MsoFooter
- {mso-style-link:"Footer Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
- {mso-style-link:"Balloon Text Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:8.0pt;
- font-family:"Tahoma","sans-serif";}
-span.HeaderChar
- {mso-style-name:"Header Char";
- mso-style-link:Header;}
-span.FooterChar
- {mso-style-name:"Footer Char";
- mso-style-link:Footer;}
-span.BalloonTextChar
- {mso-style-name:"Balloon Text Char";
- mso-style-link:"Balloon Text";
- font-family:"Tahoma","sans-serif";}
-.MsoPapDefault
- {margin-bottom:10.0pt;
- line-height:115%;}
- /* Page Definitions */
- @page Section1
- {size:595.45pt 841.7pt;
- margin:1.0in 1.0in 1.0in 1.0in;}
-div.Section1
- {page:Section1;}
-
-div.Section1{
- position: relative;
- width: 80%;
- text-align: center;
- margin-left: auto;
-}
--->
-</style>
-
-</head>
-
-<body lang=EN-US>
-
-<div class=Section1>
-
-<p class=MsoNormal align=center style='text-align:center'><b><span
-style='font-size:12.0pt;line-height:115%'>&nbsp;</span></b></p>
-
-<p class=MsoNormal align=center style='text-align:center'><b><span lang=SA
-style='font-size:18.0pt;line-height:115%;font-family:Mangal'>&#2346;&#2366;&#2336;&#2357;&#2367;&#2357;&#2352;&#2339;</span></b><span
-style='font-size:16.0pt;line-height:115%'> (</span><span lang=NE
-style='font-size:16.0pt;line-height:115%;font-family:Mangal'>&#2325;&#2331;&#2369;&#2357;&#2366;
-&#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span><span style='font-size:16.0pt;
-line-height:115%'>)</span></p>
-
-<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
- style='border-collapse:collapse;border:none'>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2325;&#2379;
- &#2361;&#2346;&#2381;&#2340;&#2366;</span></b><b><span lang=SA
- style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- style='font-size:12.0pt'> 7</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2346;&#2366;&#2336;&#2381;&#2351;&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2325;&#2379;
- &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
- &#2346;&#2366;&#2336;</span></b><b><span lang=SA style='font-size:12.0pt'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=SA style='font-size:12.0pt'></span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2325;&#2381;&#2359;&#2375;&#2340;&#2381;&#2352;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2346;&#2338;&#2366;&#2311;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2354;
- &#2357;&#2366;&#2325;&#2381;&#2351;&#2325;&#2366; &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;&#2375;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;&#2325;&#2379;
- &#2357;&#2367;&#2360;&#2381;&#2340;&#2371;&#2340;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2352;&#2339;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span style='font-size:12.0pt'> </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2366;
- &#2350;&#2366;&#2343;&#2381;&#2351;&#2350;&#2348;&#2366;&#2335;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
- &#2346;&#2352;&#2367;&#2330;&#2351; &#2342;&#2367;&#2344;&#2375;</span><span
- lang=NE style='font-size:12.0pt'> </span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;&#2325;&#2379;
- &#2313;&#2342;&#2381;&#2342;&#2375;&#2358;&#2381;&#2351;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2325;) &#2360;&#2352;&#2354;
- &#2325;&#2341;&#2366; &#2360;&#2360;&#2381;&#2357;&#2352;</span><span
- lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2357;&#2366;&#2330;&#2344;
- &#2327;&#2352;&#2381;&#2344;&#2369; </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2326;)
- &#2346;&#2370;&#2352;&#2381;&#2339;&#2357;&#2367;&#2352;&#2366;&#2350;
- &#2352;
- &#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
- &#2330;&#2367;&#2361;&#2381;&#2344;&#2325;&#2379;
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2327;) &#2350; &#2352;
- &#2340;&#2367;&#2350;&#2368;
- &#2325;&#2352;&#2381;&#2340;&#2366;&#2360;&#2305;&#2327;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2379;
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2328;) &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
- &#2332;&#2366;&#2344;&#2325;&#2366;&#2352;&#2368; &#2342;&#2367;&#2344;&#2369;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;
- &#2330;&#2354;&#2366;&#2313;&#2344;&#2375;
- &#2340;&#2352;&#2367;&#2325;&#2366;</span></b><b><span lang=SA
- style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
- justify;line-height:normal'><b><span lang=NE style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;&#2336; </span></b><b><span
- style='font-size:12.0pt'>:</span></b><b><span lang=NE style='font-size:12.0pt;
- font-family:Mangal'> </span></b><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2341;&#2366;
- &#2332;&#2350;&#2381;&#2350;&#2366; &#2412; &#2323;&#2335;&#2366;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2348;&#2366;&#2305;&#2337;&#2375;&#2352;
- &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
- &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366;
- &#2358;&#2348;&#2381;&#2342;&#2354;&#2366;&#2312; &#2330;&#2367;&#2340;&#2381;&#2352;&#2350;&#2366;
- &#2357;&#2381;&#2351;&#2325;&#2381;&#2340;
- &#2327;&#2352;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
- &#2330;&#2367;&#2340;&#2381;&#2352;
- &#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381; &#2352;
- &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
- &#2340;&#2368;&#2344;&#2323;&#2335;&#2366;
- &#2331;&#2369;&#2335;&#2381;&#2335;&#2366;&#2331;&#2369;&#2335;&#2381;&#2335;&#2376;
- &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
- &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2366;
- &#2331;&#2344;&#2381;&#2404; &#2325;&#2352;&#2381;&#2360;&#2352;
- &#2354;&#2327;&#2375;&#2352;
- &#2340;&#2368;&#2350;&#2343;&#2381;&#2351;&#2375;
- &#2325;&#2369;&#2344;&#2376; &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
- &#2352;&#2366;&#2326;&#2381;&#2342;&#2366;</span><span style='font-size:12.0pt'>,
- </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2344;&#2325;&#2379;
- &#2346;&#2352;&#2367;&#2349;&#2366;&#2359;&#2366;
- &#2346;&#2338;&#2381;&#2344;
- &#2346;&#2366;&#2311;&#2344;&#2381;&#2331;&#2404; &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2357;&#2366; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2350;&#2366;
- &#2354;&#2327;&#2375;&#2352; &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2375;&#2350;&#2366; &#2325;&#2341;&#2366;&#2350;&#2366;
- &#2352;&#2361;&#2375;&#2325;&#2366; &#2344;&#2366;&#2350;
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
- &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;
- &#2325;&#2381;&#2352;&#2350;&#2358;&#2307; &#2352;&#2366;&#2340;&#2379;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2361;&#2352;&#2367;&#2351;&#2379; &#2352;
- &#2346;&#2361;&#2375;&#2305;&#2354;&#2379; &#2352;&#2329;&#2350;&#2366;
- &#2342;&#2375;&#2326;&#2367;&#2344;&#2381;&#2331;&#2344;&#2381;&#2404;&#2346;&#2366;&#2336;&#2325;&#2379;
- &#2310;&#2352;&#2350;&#2381;&#2349;&#2350;&#2366;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2352;
- &#2325;&#2331;&#2369;&#2357;&#2366;
- &#2325;&#2341;&#2366;&#2354;&#2366;&#2312;
- &#2319;&#2344;&#2367;&#2350;&#2375;&#2360;&#2344;&#2342;&#2381;&#2357;&#2366;&#2352;&#2366;
- &#2342;&#2375;&#2326;&#2366;&#2311;&#2319;&#2325;&#2379; &#2331;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;
- : </span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
- justify;line-height:normal'><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;&#2325;&#2366;
- &#2354;&#2366;&#2327;&#2367;
- &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2375;
- &#2325;&#2379;&#2336;&#2366;&#2350;&#2366;
- &#2342;&#2367;&#2311;&#2319;&#2325;&#2366; &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>, </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2357;&#2375;&#2359;&#2339;
- &#2331;&#2369;&#2335;&#2381;&#2335;&#2381;&#2351;&#2366;&#2319;&#2352;
- &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2381;&#2344;&#2369;&#2346;&#2352;&#2381;&#2331;&#2404;&#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
- &#2330;&#2367;&#2361;&#2381;&#2344;(</span><span style='font-size:12.0pt'>?) </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2328;&#2369;&#2350;&#2367;&#2352;&#2361;&#2375;&#2325;&#2379;
- &#2360;&#2381;&#2341;&#2366;&#2344;&#2350;&#2366;
- &#2350;&#2367;&#2354;&#2381;&#2344;&#2375; &#2358;&#2348;&#2381;&#2342;
- &#2325;&#2375; &#2361;&#2379;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2336;&#2350;&#2381;&#2351;&#2366;&#2312;
- &#2342;&#2367;&#2311;&#2319;&#2325;&#2366;
- &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;&#2325;&#2379;
- &#2319;&#2325; &#2358;&#2348;&#2381;&#2342;&#2350;&#2366;
- &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2351;&#2342;&#2367;
- &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2366;&#2312;
- &#2310;&#2347;&#2381;&#2344;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352; &#2336;&#2368;&#2325;
- &#2344;&#2354;&#2366;&#2327;&#2375;&#2350;&#2366; </span><span
- style='font-size:12.0pt'>'</span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2350;&#2375;&#2335;</span><span style='font-size:
- 12.0pt'>' </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2348;&#2335;&#2344;
- &#2325;&#2381;&#2354;&#2367;&#2325; &#2327;&#2352;&#2375;&#2352;
- &#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2375;&#2335;&#2368;
- &#2309;&#2352;&#2381;&#2325;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352;
- &#2347;&#2375;&#2352;&#2367; &#2352;&#2366;&#2326;&#2381;&#2344;
- &#2360;&#2325;&#2381;&#2344;&#2369;&#2361;&#2369;&#2344;&#2375;&#2331;&#2404;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2381;&#2357;&#2350;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;&#2354;&#2381;&#2351;&#2366;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2329;&#2381;&#2325;&#2344;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2367;&#2354;&#2375;&#2344;&#2350;&#2367;&#2354;&#2375;&#2325;&#2379;
- &#2360;&#2381;&#2325;&#2379;&#2352;&#2348;&#2379;&#2352;&#2381;&#2337;&#2350;&#2366;
- &#2342;&#2375;&#2326;&#2381;&#2344; &#2360;&#2325;&#2367;&#2344;&#2381;&#2331;&#2404;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2370;&#2352;&#2381;&#2357;&#2325;&#2379;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379;
- &#2350;&#2375;&#2352;&#2379; &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
- &#2325;&#2367;&#2340;&#2366;&#2348;&#2348;&#2366;&#2335; <b>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2357;&#2367;&#2342;&#2381;&#2351;&#2366;&#2352;&#2381;&#2341;&#2368;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
- &#2340;&#2354;&#2325;&#2379; &#2332;&#2360;&#2381;&#2340;&#2379;
- &#2361;&#2366;&#2340;&#2375;&#2346;&#2340;&#2381;&#2352; </span><span
- style='font-size:12.0pt'>(Hand out)</span><span style='font-size:12.0pt'> </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2349;&#2352;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;</span><span
- style='font-size:12.0pt'> :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'> :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2340;&#2381;&#2352;&#2361;&#2352;&#2370;
- </span><span style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
- &#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
- style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
- &#2344;&#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
- style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
- &#2360;&#2344;&#2381;&#2342;&#2375;&#2358; </span><span style='font-size:
- 12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
- &#2325;&#2341;&#2366; &#2325;&#2360;&#2381;&#2340;&#2379;
- &#2354;&#2366;&#2327;&#2381;&#2351;&#2379; </span><span style='font-size:
- 12.0pt'>?</span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2325;&#2367;&#2344; </span><span style='font-size:12.0pt'>? :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2331;&#2367;&#2325;&#2379;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379; &#2350;&#2375;&#2352;&#2379;
- &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
- &#2325;&#2367;&#2340;&#2366;&#2348;&#2325;&#2379;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2360;&#2329;&#2381;&#2326;&#2381;&#2351;&#2366;
- &#2412; &#2350;&#2366; &#2352;&#2361;&#2375;&#2325;&#2379; <b>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b>
- &#2325;&#2341;&#2366;&#2350;&#2366; &#2349;&#2319;&#2325;&#2366;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
- &#2330;&#2367;&#2344;&#2375;&#2352;
- &#2325;&#2366;&#2346;&#2368;&#2350;&#2366; &#2360;&#2366;&#2352;&#2381;&#2344;</span><span
- lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2366;&#2354;&#2351;&#2360;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2305;&#2327;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2366;&#2350;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2361;&#2367;&#2325;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2312;</span><span style='font-size:12.0pt'>-</span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2336;&#2325;&#2379;
- <b>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
- &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;&#2350;&#2366;
- &#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2360;&#2381;&#2340;&#2379;
- &#2354;&#2366;&#2327;&#2381;&#2351;&#2379;
- &#2349;&#2344;&#2381;&#2344;&#2375; &#2358;&#2368;&#2352;&#2381;&#2359;&#2325;&#2350;&#2366;
- &#2360;&#2350;&#2370;&#2361;&#2327;&#2340;
- &#2352;&#2370;&#2346;&#2350;&#2366; &#2331;&#2354;&#2347;&#2354;
- &#2327;&#2352;&#2381;&#2344; &#2352; &#2354;&#2375;&#2326;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- &#2360;&#2350;&#2370;&#2361;&#2354;&#2375;
- &#2354;&#2375;&#2326;&#2375;&#2325;&#2379;
- &#2325;&#2369;&#2352;&#2366;&#2354;&#2366;&#2312;
- &#2360;&#2350;&#2370;&#2361;&#2325;&#2379; &#2344;&#2366;&#2311;&#2325;&#2375;&#2354;&#2366;&#2312;
- &#2346;&#2338;&#2375;&#2352; &#2309;&#2344;&#2381;&#2351;
- &#2360;&#2350;&#2370;&#2361;&#2354;&#2366;&#2312;
- &#2360;&#2369;&#2344;&#2366;&#2313;&#2344;
- &#2344;&#2367;&#2352;&#2381;&#2342;&#2375;&#2358;&#2344;
- &#2342;&#2367;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2327;&#2371;&#2361;&#2325;&#2366;&#2352;&#2381;&#2351;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2350;&#2366;&#2344;
- &#2357;&#2366; &#2360;&#2350;&#2381;&#2348;&#2344;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2381;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2343;&#2367;&#2340;
- &#2309;&#2344;&#2381;&#2351;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> &#2341;&#2346;
- &#2360;&#2354;&#2381;&#2354;&#2366;&#2361;</span></b><b><span lang=SA
- style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2313;&#2346;&#2351;&#2379;&#2327;&#2368;
- &#2357;&#2375;</span></b><b><span lang=NE style='font-size:12.0pt;font-family:
- Mangal'>&#2348;</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2360;&#2366;&#2311;&#2335;&#2361;&#2352;&#2370;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
-</table>
-
-<p class=MsoNormal><span style='font-size:12.0pt;line-height:115%'>&nbsp;</span></p>
-
-</div>
-</body>
-
-</html>
diff --git a/examples/English_Animal_Identification/lessonPlan_frame.html~ b/examples/English_Animal_Identification/lessonPlan_frame.html~
deleted file mode 100644
index 27eb7d8..0000000
--- a/examples/English_Animal_Identification/lessonPlan_frame.html~
+++ /dev/null
@@ -1,537 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-<meta name=Generator content="Microsoft Word 12 (filtered)">
-<style>
-<!--
- /* Font Definitions */
- @font-face
- {font-family:Mangal;
- panose-1:0 0 4 0 0 0 0 0 0 0;}
-@font-face
- {font-family:"Cambria Math";
- panose-1:2 4 5 3 5 4 6 3 2 4;}
-@font-face
- {font-family:Calibri;
- panose-1:2 15 5 2 2 2 4 3 2 4;}
-@font-face
- {font-family:Tahoma;
- panose-1:2 11 6 4 3 5 4 4 2 4;}
-@font-face
- {font-family:Samanata;}
- /* Style Definitions */
- p.MsoNormal, li.MsoNormal, div.MsoNormal
- {margin-top:0in;
- margin-right:0in;
- margin-bottom:10.0pt;
- margin-left:0in;
- line-height:115%;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoHeader, li.MsoHeader, div.MsoHeader
- {mso-style-link:"Header Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoFooter, li.MsoFooter, div.MsoFooter
- {mso-style-link:"Footer Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:11.0pt;
- font-family:"Calibri","sans-serif";}
-p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
- {mso-style-link:"Balloon Text Char";
- margin:0in;
- margin-bottom:.0001pt;
- font-size:8.0pt;
- font-family:"Tahoma","sans-serif";}
-span.HeaderChar
- {mso-style-name:"Header Char";
- mso-style-link:Header;}
-span.FooterChar
- {mso-style-name:"Footer Char";
- mso-style-link:Footer;}
-span.BalloonTextChar
- {mso-style-name:"Balloon Text Char";
- mso-style-link:"Balloon Text";
- font-family:"Tahoma","sans-serif";}
-.MsoPapDefault
- {margin-bottom:10.0pt;
- line-height:115%;}
- /* Page Definitions */
- @page Section1
- {size:595.45pt 841.7pt;
- margin:1.0in 1.0in 1.0in 1.0in;}
-div.Section1
- {page:Section1;}
--->
-</style>
-
-</head>
-
-<body lang=EN-US>
-
-<div class=Section1>
-
-<p class=MsoNormal align=center style='text-align:center'><b><span
-style='font-size:12.0pt;line-height:115%'>&nbsp;</span></b></p>
-
-<p class=MsoNormal align=center style='text-align:center'><b><span lang=SA
-style='font-size:18.0pt;line-height:115%;font-family:Mangal'>&#2346;&#2366;&#2336;&#2357;&#2367;&#2357;&#2352;&#2339;</span></b><span
-style='font-size:16.0pt;line-height:115%'> (</span><span lang=NE
-style='font-size:16.0pt;line-height:115%;font-family:Mangal'>&#2325;&#2331;&#2369;&#2357;&#2366;
-&#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span><span style='font-size:16.0pt;
-line-height:115%'>)</span></p>
-
-<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
- style='border-collapse:collapse;border:none'>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2325;&#2379;
- &#2361;&#2346;&#2381;&#2340;&#2366;</span></b><b><span lang=SA
- style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- style='font-size:12.0pt'> 7</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2346;&#2366;&#2336;&#2381;&#2351;&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2325;&#2379;
- &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
- &#2346;&#2366;&#2336;</span></b><b><span lang=SA style='font-size:12.0pt'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=SA style='font-size:12.0pt'></span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2325;&#2381;&#2359;&#2375;&#2340;&#2381;&#2352;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2346;&#2338;&#2366;&#2311;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2354;
- &#2357;&#2366;&#2325;&#2381;&#2351;&#2325;&#2366; &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;&#2375;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2367;&#2325;&#2366;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2311;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2313;&#2346;&#2354;&#2348;&#2381;&#2343;&#2367;&#2325;&#2379;
- &#2357;&#2367;&#2360;&#2381;&#2340;&#2371;&#2340;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2352;&#2339;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span style='font-size:12.0pt'> </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2366;
- &#2350;&#2366;&#2343;&#2381;&#2351;&#2350;&#2348;&#2366;&#2335;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
- &#2346;&#2352;&#2367;&#2330;&#2351; &#2342;&#2367;&#2344;&#2375;</span><span
- lang=NE style='font-size:12.0pt'> </span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;&#2325;&#2379;
- &#2313;&#2342;&#2381;&#2342;&#2375;&#2358;&#2381;&#2351;</span></b><b><span
- lang=SA style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2325;) &#2360;&#2352;&#2354;
- &#2325;&#2341;&#2366; &#2360;&#2360;&#2381;&#2357;&#2352;</span><span
- lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2357;&#2366;&#2330;&#2344;
- &#2327;&#2352;&#2381;&#2344;&#2369; </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2326;)
- &#2346;&#2370;&#2352;&#2381;&#2339;&#2357;&#2367;&#2352;&#2366;&#2350;
- &#2352;
- &#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
- &#2330;&#2367;&#2361;&#2381;&#2344;&#2325;&#2379;
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2327;) &#2350; &#2352;
- &#2340;&#2367;&#2350;&#2368;
- &#2325;&#2352;&#2381;&#2340;&#2366;&#2360;&#2305;&#2327;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2379;
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327; &#2327;&#2352;&#2381;&#2344;&#2369;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'> </span><span
- style='font-size:12.0pt'> </span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2328;) &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2325;&#2379;
- &#2332;&#2366;&#2344;&#2325;&#2366;&#2352;&#2368; &#2342;&#2367;&#2344;&#2369;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;
- &#2330;&#2354;&#2366;&#2313;&#2344;&#2375;
- &#2340;&#2352;&#2367;&#2325;&#2366;</span></b><b><span lang=SA
- style='font-size:12.0pt'> </span></b><b><span style='font-size:12.0pt'>:</span></b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
- justify;line-height:normal'><b><span lang=NE style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;&#2336; </span></b><b><span
- style='font-size:12.0pt'>:</span></b><b><span lang=NE style='font-size:12.0pt;
- font-family:Mangal'> </span></b><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2341;&#2366;
- &#2332;&#2350;&#2381;&#2350;&#2366; &#2412; &#2323;&#2335;&#2366;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2348;&#2366;&#2305;&#2337;&#2375;&#2352;
- &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
- &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366;
- &#2358;&#2348;&#2381;&#2342;&#2354;&#2366;&#2312; &#2330;&#2367;&#2340;&#2381;&#2352;&#2350;&#2366;
- &#2357;&#2381;&#2351;&#2325;&#2381;&#2340;
- &#2327;&#2352;&#2367;&#2319;&#2325;&#2379; &#2331;&#2404;
- &#2330;&#2367;&#2340;&#2381;&#2352;
- &#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381; &#2352;
- &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- &#2346;&#2381;&#2352;&#2340;&#2381;&#2351;&#2375;&#2325;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2350;&#2366; &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
- &#2340;&#2368;&#2344;&#2323;&#2335;&#2366;
- &#2331;&#2369;&#2335;&#2381;&#2335;&#2366;&#2331;&#2369;&#2335;&#2381;&#2335;&#2376;
- &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
- &#2352;&#2366;&#2326;&#2367;&#2319;&#2325;&#2366;
- &#2331;&#2344;&#2381;&#2404; &#2325;&#2352;&#2381;&#2360;&#2352;
- &#2354;&#2327;&#2375;&#2352;
- &#2340;&#2368;&#2350;&#2343;&#2381;&#2351;&#2375;
- &#2325;&#2369;&#2344;&#2376; &#2348;&#2366;&#2325;&#2360;&#2350;&#2366;
- &#2352;&#2366;&#2326;&#2381;&#2342;&#2366;</span><span style='font-size:12.0pt'>,
- </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2344;&#2325;&#2379;
- &#2346;&#2352;&#2367;&#2349;&#2366;&#2359;&#2366;
- &#2346;&#2338;&#2381;&#2344;
- &#2346;&#2366;&#2311;&#2344;&#2381;&#2331;&#2404; &#2344;&#2366;&#2350;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2357;&#2366; &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2350;&#2366;
- &#2354;&#2327;&#2375;&#2352; &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2375;&#2350;&#2366; &#2325;&#2341;&#2366;&#2350;&#2366;
- &#2352;&#2361;&#2375;&#2325;&#2366; &#2344;&#2366;&#2350;
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;
- &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;
- &#2325;&#2381;&#2352;&#2350;&#2358;&#2307; &#2352;&#2366;&#2340;&#2379;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2361;&#2352;&#2367;&#2351;&#2379; &#2352;
- &#2346;&#2361;&#2375;&#2305;&#2354;&#2379; &#2352;&#2329;&#2350;&#2366;
- &#2342;&#2375;&#2326;&#2367;&#2344;&#2381;&#2331;&#2344;&#2381;&#2404;&#2346;&#2366;&#2336;&#2325;&#2379;
- &#2310;&#2352;&#2350;&#2381;&#2349;&#2350;&#2366;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2352;
- &#2325;&#2331;&#2369;&#2357;&#2366;
- &#2325;&#2341;&#2366;&#2354;&#2366;&#2312;
- &#2319;&#2344;&#2367;&#2350;&#2375;&#2360;&#2344;&#2342;&#2381;&#2357;&#2366;&#2352;&#2366;
- &#2342;&#2375;&#2326;&#2366;&#2311;&#2319;&#2325;&#2379; &#2331;</span><span
- style='font-size:12.0pt'>, </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2361;&#2375;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;
- : </span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;text-align:
- justify;line-height:normal'><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2309;&#2349;&#2381;&#2351;&#2366;&#2360;&#2325;&#2366;
- &#2354;&#2366;&#2327;&#2367;
- &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2375;
- &#2325;&#2379;&#2336;&#2366;&#2350;&#2366;
- &#2342;&#2367;&#2311;&#2319;&#2325;&#2366; &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>, </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350;
- &#2352; &#2357;&#2367;&#2357;&#2375;&#2359;&#2339;
- &#2331;&#2369;&#2335;&#2381;&#2335;&#2381;&#2351;&#2366;&#2319;&#2352;
- &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2381;&#2344;&#2369;&#2346;&#2352;&#2381;&#2331;&#2404;&#2346;&#2381;&#2352;&#2358;&#2381;&#2344;&#2357;&#2366;&#2330;&#2325;
- &#2330;&#2367;&#2361;&#2381;&#2344;(</span><span style='font-size:12.0pt'>?) </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2328;&#2369;&#2350;&#2367;&#2352;&#2361;&#2375;&#2325;&#2379;
- &#2360;&#2381;&#2341;&#2366;&#2344;&#2350;&#2366;
- &#2350;&#2367;&#2354;&#2381;&#2344;&#2375; &#2358;&#2348;&#2381;&#2342;
- &#2325;&#2375; &#2361;&#2379;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2336;&#2350;&#2381;&#2351;&#2366;&#2312;
- &#2342;&#2367;&#2311;&#2319;&#2325;&#2366;
- &#2358;&#2348;&#2381;&#2342;&#2361;&#2352;&#2370;&#2350;&#2343;&#2381;&#2351;&#2375;&#2325;&#2379;
- &#2319;&#2325; &#2358;&#2348;&#2381;&#2342;&#2350;&#2366;
- &#2325;&#2381;&#2354;&#2367;&#2325;
- &#2327;&#2352;&#2381;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2351;&#2342;&#2367;
- &#2340;&#2346;&#2366;&#2312;&#2306;&#2354;&#2366;&#2312;
- &#2310;&#2347;&#2381;&#2344;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352; &#2336;&#2368;&#2325;
- &#2344;&#2354;&#2366;&#2327;&#2375;&#2350;&#2366; </span><span
- style='font-size:12.0pt'>'</span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2350;&#2375;&#2335;</span><span style='font-size:
- 12.0pt'>' </span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2348;&#2335;&#2344;
- &#2325;&#2381;&#2354;&#2367;&#2325; &#2327;&#2352;&#2375;&#2352;
- &#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2375;&#2335;&#2368;
- &#2309;&#2352;&#2381;&#2325;&#2379; &#2313;&#2340;&#2381;&#2340;&#2352;
- &#2347;&#2375;&#2352;&#2367; &#2352;&#2366;&#2326;&#2381;&#2344;
- &#2360;&#2325;&#2381;&#2344;&#2369;&#2361;&#2369;&#2344;&#2375;&#2331;&#2404;
- </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2381;&#2357;&#2350;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;&#2354;&#2381;&#2351;&#2366;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2329;&#2381;&#2325;&#2344;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2313;&#2340;&#2381;&#2340;&#2352; &#2350;&#2367;&#2354;&#2375;&#2344;&#2350;&#2367;&#2354;&#2375;&#2325;&#2379;
- &#2360;&#2381;&#2325;&#2379;&#2352;&#2348;&#2379;&#2352;&#2381;&#2337;&#2350;&#2366;
- &#2342;&#2375;&#2326;&#2381;&#2344; &#2360;&#2325;&#2367;&#2344;&#2381;&#2331;&#2404;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2370;&#2352;&#2381;&#2357;&#2325;&#2379;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379;
- &#2350;&#2375;&#2352;&#2379; &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
- &#2325;&#2367;&#2340;&#2366;&#2348;&#2348;&#2366;&#2335; <b>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;
- &#2346;&#2338;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;&#2357;&#2367;&#2342;&#2381;&#2351;&#2366;&#2352;&#2381;&#2341;&#2368;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
- &#2340;&#2354;&#2325;&#2379; &#2332;&#2360;&#2381;&#2340;&#2379;
- &#2361;&#2366;&#2340;&#2375;&#2346;&#2340;&#2381;&#2352; </span><span
- style='font-size:12.0pt'>(Hand out)</span><span style='font-size:12.0pt'> </span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2349;&#2352;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;</span><span
- style='font-size:12.0pt'> :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'> :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2340;&#2381;&#2352;&#2361;&#2352;&#2370;
- </span><span style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
- &#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
- style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2350;&#2344;
- &#2344;&#2346;&#2352;&#2375;&#2325;&#2379; &#2349;&#2366;&#2327; </span><span
- style='font-size:12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2325;&#2341;&#2366;&#2325;&#2379;
- &#2360;&#2344;&#2381;&#2342;&#2375;&#2358; </span><span style='font-size:
- 12.0pt'>:</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span lang=NE style='font-size:12.0pt;font-family:Samanata'>&#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
- &#2325;&#2341;&#2366; &#2325;&#2360;&#2381;&#2340;&#2379;
- &#2354;&#2366;&#2327;&#2381;&#2351;&#2379; </span><span style='font-size:
- 12.0pt'>?</span><span lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2325;&#2367;&#2344; </span><span style='font-size:12.0pt'>? :</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2366;</span></b><b><span lang=NE
- style='font-size:12.0pt;font-family:Mangal'>&#2336;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2346;&#2381;&#2352;&#2351;&#2379;&#2327;&#2346;&#2331;&#2367;&#2325;&#2379;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2325;&#2325;&#2381;&#2359;&#2366; &#2408; &#2325;&#2379; &#2350;&#2375;&#2352;&#2379;
- &#2344;&#2375;&#2346;&#2366;&#2354;&#2368;
- &#2325;&#2367;&#2340;&#2366;&#2348;&#2325;&#2379;
- &#2346;&#2371;&#2359;&#2381;&#2336;&#2360;&#2329;&#2381;&#2326;&#2381;&#2351;&#2366;
- &#2412; &#2350;&#2366; &#2352;&#2361;&#2375;&#2325;&#2379; <b>&#2360;&#2367;&#2306;&#2361;
- &#2352; &#2326;&#2352;&#2366;&#2351;&#2379;</b>
- &#2325;&#2341;&#2366;&#2350;&#2366; &#2349;&#2319;&#2325;&#2366;
- &#2344;&#2366;&#2350;</span><span style='font-size:12.0pt'>,</span><span
- lang=NE style='font-size:12.0pt;font-family:Samanata'>
- &#2360;&#2352;&#2381;&#2357;&#2344;&#2366;&#2350; &#2352;
- &#2357;&#2367;&#2358;&#2375;&#2359;&#2339;&#2361;&#2352;&#2370;&#2354;&#2366;&#2312;
- &#2330;&#2367;&#2344;&#2375;&#2352;
- &#2325;&#2366;&#2346;&#2368;&#2350;&#2366; &#2360;&#2366;&#2352;&#2381;&#2344;</span><span
- lang=NE style='font-size:12.0pt'> </span><span lang=NE style='font-size:12.0pt;
- font-family:Samanata'>&#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2312;</span></b><b><span
- style='font-size:12.0pt'>-</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2346;&#2369;&#2360;&#2381;&#2340;&#2325;&#2366;&#2354;&#2351;&#2360;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2305;&#2327;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>
- &#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;&#2367;&#2340;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span style='font-size:12.0pt'>&nbsp;</span></b></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2366;&#2350;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2370;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2361;&#2367;&#2325;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span><span lang=NE style='font-size:12.0pt;font-family:
- Samanata'>&#2312;</span><span style='font-size:12.0pt'>-</span><span lang=NE
- style='font-size:12.0pt;font-family:Samanata'>&#2346;&#2366;&#2336;&#2325;&#2379;
- <b>&#2325;&#2331;&#2369;&#2357;&#2366; &#2352;
- &#2326;&#2352;&#2366;&#2351;&#2379;</b> &#2325;&#2341;&#2366;&#2350;&#2366;
- &#2340;&#2367;&#2350;&#2368;&#2354;&#2366;&#2312;
- &#2326;&#2352;&#2366;&#2351;&#2379; &#2325;&#2360;&#2381;&#2340;&#2379;
- &#2354;&#2366;&#2327;&#2381;&#2351;&#2379;
- &#2349;&#2344;&#2381;&#2344;&#2375; &#2358;&#2368;&#2352;&#2381;&#2359;&#2325;&#2350;&#2366;
- &#2360;&#2350;&#2370;&#2361;&#2327;&#2340;
- &#2352;&#2370;&#2346;&#2350;&#2366; &#2331;&#2354;&#2347;&#2354;
- &#2327;&#2352;&#2381;&#2344; &#2352; &#2354;&#2375;&#2326;&#2381;&#2344;
- &#2354;&#2327;&#2366;&#2313;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;
- &#2360;&#2350;&#2370;&#2361;&#2354;&#2375;
- &#2354;&#2375;&#2326;&#2375;&#2325;&#2379;
- &#2325;&#2369;&#2352;&#2366;&#2354;&#2366;&#2312;
- &#2360;&#2350;&#2370;&#2361;&#2325;&#2379; &#2344;&#2366;&#2311;&#2325;&#2375;&#2354;&#2366;&#2312;
- &#2346;&#2338;&#2375;&#2352; &#2309;&#2344;&#2381;&#2351;
- &#2360;&#2350;&#2370;&#2361;&#2354;&#2366;&#2312;
- &#2360;&#2369;&#2344;&#2366;&#2313;&#2344;
- &#2344;&#2367;&#2352;&#2381;&#2342;&#2375;&#2358;&#2344;
- &#2342;&#2367;&#2344;&#2369;&#2361;&#2379;&#2360;&#2381;&#2404;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2327;&#2371;&#2361;&#2325;&#2366;&#2352;&#2381;&#2351;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2360;&#2350;&#2366;&#2344;
- &#2357;&#2366; &#2360;&#2350;&#2381;&#2348;&#2344;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2381;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2343;&#2367;&#2340;
- &#2309;&#2344;&#2381;&#2351;
- &#2325;&#2381;&#2352;&#2367;&#2351;&#2366;&#2325;&#2354;&#2366;&#2346;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2358;&#2367;&#2325;&#2381;&#2359;&#2339;&#2360;&#2350;&#2381;&#2348;&#2344;&#2381;&#2343;</span></b><b><span
- lang=NE style='font-size:12.0pt;font-family:Mangal'>&#2368;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> &#2341;&#2346;
- &#2360;&#2354;&#2381;&#2354;&#2366;&#2361;</span></b><b><span lang=SA
- style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;border-bottom:
- solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:solid black 1.0pt;
- border-top:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><b><span lang=SA style='font-size:12.0pt;font-family:Mangal'>&#2313;&#2346;&#2351;&#2379;&#2327;&#2368;
- &#2357;&#2375;</span></b><b><span lang=NE style='font-size:12.0pt;font-family:
- Mangal'>&#2348;</span></b><b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'>&#2360;&#2366;&#2311;&#2335;&#2361;&#2352;&#2370;</span></b><b><span
- lang=SA style='font-size:12.0pt;font-family:Mangal'> </span></b><b><span
- style='font-size:12.0pt'>:</span></b><span lang=SA style='font-size:12.0pt;
- font-family:Mangal'> </span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
- <tr>
- <td width=616 valign=top style='width:462.25pt;border:none;padding:0in 5.4pt 0in 5.4pt'>
- <p class=MsoNormal style='margin-bottom:0in;margin-bottom:.0001pt;line-height:
- normal'><span style='font-size:12.0pt'>&nbsp;</span></p>
- </td>
- </tr>
-</table>
-
-<p class=MsoNormal><span style='font-size:12.0pt;line-height:115%'>&nbsp;</span></p>
-
-</div>
-
-</body>
-
-</html>
diff --git a/examples/English_Animal_Identification/start.html b/examples/English_Animal_Identification/start.html
index fdcec69..bc9ab7f 100644
--- a/examples/English_Animal_Identification/start.html
+++ b/examples/English_Animal_Identification/start.html
@@ -38,13 +38,13 @@
This is a lesson for identifying animals
</div>
<div id="teachersNoteBtn" class="button">
- <a href="./teachersNote.html#start.html">
+ <a href="./kDoc.html?back=start.html&doc=teachersNote">
<div>Teacher's Note</div>
<div>पाठविवरण</div>
</a>
</div>
<div id="lessonPlanBtn" class="button">
- <a href="./lessonPlan.html#start.html">
+ <a href="./kDoc.html?back=start.html&doc=lessonPlan">
<div>Lesson Plan</div>
<div>पाठयोजना</div>
</a>
@@ -64,14 +64,6 @@
</div>
<script type="text/javascript">
Karma.scaleToViewport();
-
- /*if(globalStorage['foo'] === "foobar"){
- console.log('fussybar');
- } else{
- document.write("" + globalStorage.getItem('foo'));
- globalStorage['foo'] = "foobar";
- } */
-
</script>
</body>
</html> \ No newline at end of file
diff --git a/examples/English_Animal_Identification/start.html~ b/examples/English_Animal_Identification/start.html~
deleted file mode 100644
index 46565c6..0000000
--- a/examples/English_Animal_Identification/start.html~
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Launch Page for English Animal Identification</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link type="image/ico" rel="icon" href="../../assets/image/favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../../css/kLaunch.css" />
- <script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
-
-</head>
-<body id="kLaunch">
- <div id="top">
- <a href="../../list.html" title="Back">
- <div id='backBtn'>
- </div>
- </a>
- <div id="topMiddle">
- <div id="topDesc" class="center">साझा शिक्षा ई-पाटीद्वारा निर्मित</div>
- <div id="topE-Paath" class="center">E-Paath</div>
- </div>
- </div>
-
- <div id="middle">
- <div id="grade" class="center">
- <span id="gradeText">Grade: </span>
- <span id="gradeNum">2</span>
- </div>
- <div id="subject" class="center">
- English
- </div>
- <div id="lessonTitle" class="center">
- <a href="./index.html">Identifying Animals</a>
- </div>
- <div id="lessonDesc" class="center">
- This is a lesson for identifying animals
- </div>
- <div id="teachersNoteBtn" class="button">
- <a href="#">
- <div>Teacher's Note</div>
- <div>Nepali translation</div>
- </a>
- </div>
- <div id="lessonPlanBtn" class="button">
- <a href="#">
- <div>Lesson Plan</div>
- <div>Nepali translation</div>
- </a>
- </div>
- </div>
- <div id="bottom">
- <div id="logo" class="center"><div></div></div>
- </div>
- <div id="copyright">
- Copyright <a href="http://www.olenepal.org">OLE Nepal</a> 2009,
- <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
- </div>
- <script type="text/javascript">
- if (window.innerWidth !== 1200){
- $('#kLaunch').css({width:'800px', height:'600px'});
- }
- </script>
-</body>
-</html> \ No newline at end of file
diff --git a/examples/English_Animal_Identification/teachersNote.html b/examples/English_Animal_Identification/teachersNote.html
new file mode 100644
index 0000000..440129f
--- /dev/null
+++ b/examples/English_Animal_Identification/teachersNote.html
@@ -0,0 +1 @@
+foobar! \ No newline at end of file
diff --git a/js/kDoc.js b/js/kDoc.js
index 7b4c5fa..440162b 100644
--- a/js/kDoc.js
+++ b/js/kDoc.js
@@ -1,60 +1,71 @@
-$(document).ready(function(){
+$(document).ready(
+ function(){
-var $help = $('#kHelpText').dialog({
- position:[ "right", "top"],
- modal:'true',autoOpen:false,width:500,
- height: 400
- });
+ var back = 'index.html';
-$('#kHeaderHelpBtn').click(function(){ $help.dialog('open');});
-
-$('#kHeaderBackBtn').click(function(){
- console.log('foobar');
- var back = 'index.html';
- var backHash = window.location.hash;
- if (backHash){
- back = backHash.split('#')[1];
- }
+ var $help = $('#kHelpText').dialog({
+ position:[ "right", "top"],
+ modal:'true',autoOpen:false,width:500,
+ height: 400
+ });
+
+ var parseUrlParams = function(){
+
+ var doc = '';
+ var params = window.location.search.slice(1).split('&');
+ if (params){
+ back = params[0].split('=')[1];
+ doc = params[1].split('=')[1];
+ }
+
+ $('#iframeLessonPlan').attr('src', "" + doc + ".html");
+ };
+
+ parseUrlParams();
+
+ $('#kHeaderHelpBtn').click(function(){ $help.dialog('open');});
+
- window.location = back;
- }
-);
+ $('#kHeaderBackBtn').click(function(){
+ window.location = back;
+ });
+
+ $('#iframeLessonPlan').load(
+ function(){
+
+ var iframeScale = 1.0;
+ var iframeStyle = window.frames[0].document.body.style;
+ var translateY = 0;
+
+ $('#zoomIn').click(
+ function(){
+ iframeScale = iframeScale + 0.1;
+ translateY = translateY + 50;
+ var scale = 'scale(' + iframeScale + ')';
+ var translate = "translate(0px, " + translateY + "px)";
+
+ iframeStyle.MozTransform = scale + ' ' + translate;
+ iframeStyle.WebkitTransform = scale + ' ' + translate;
+ });
+
+ $('#zoomOut').click(
+ function(){
+ iframeScale = iframeScale - 0.1;
+ translateY = translateY - 50;
+
+ var scale = 'scale(' + iframeScale + ')';
+ var translate = "translate(0px, " + translateY + "px)";
+
+
+ iframeStyle.MozTransform = scale + ' ' + translate;
+ iframeStyle.WebkitTransform = scale + ' ' + translate;
+
+ });
+
+ });
-$('#iframeLessonPlan').load(function(){
+ Karma.scaleToViewport();
- var iframeScale = 1.0;
- var iframeStyle = window.frames[0].document.body.style;
- var translateY = 0;
-
- $('#zoomIn').click(
- function(){
- iframeScale = iframeScale + 0.1;
- translateY = translateY + 50;
- var scale = 'scale(' + iframeScale + ')';
- var translate = "translate(0px, " + translateY + "px)";
-
- iframeStyle.MozTransform = scale + ' ' + translate;
- iframeStyle.WebkitTransform = scale + ' ' + translate;
- });
-
- $('#zoomOut').click(
- function(){
- iframeScale = iframeScale - 0.1;
- translateY = translateY - 50;
-
- var scale = 'scale(' + iframeScale + ')';
- var translate = "translate(0px, " + translateY + "px)";
-
-
- iframeStyle.MozTransform = scale + ' ' + translate;
- iframeStyle.WebkitTransform = scale + ' ' + translate;
-
- });
-
- });
-
-Karma.scaleToViewport();
-
}); \ No newline at end of file