????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_old7/Html/LevelE/Category2/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Mark Tall or Short people</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <style type="text/css"> svg { position: absolute; background-color: transparent; } </style> <script> function page_preLoad() { shared_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No2); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.E, Category.No2, 20), true, true); shared_setFooterTable('id_tblFooter', true, true, true, true, true); var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3', 'id_td_heading4', 'id_td_heading5', 'id_td_heading6']; var ids_boxes = ['id_td_boxForTree1', 'id_td_boxForTree2', 'id_td_boxForFox1', 'id_td_boxForFox2', 'id_td_boxForBox1', 'id_td_boxForBox2', 'id_td_boxForFlower1', 'id_td_boxForFlower2', 'id_td_boxForPlant1', 'id_td_boxForPlant2', 'id_td_boxForPlant3', 'id_td_boxForDog1', 'id_td_boxForDog2', 'id_td_boxForDog3', 'id_td_boxForBar1', 'id_td_boxForBar2', 'id_td_boxForBar3', 'id_td_boxForSox1', 'id_td_boxForSox2', 'id_td_boxForSox3']; var ids_options = ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4', 'id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4', 'id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4', 'id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4', 'id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4']; var ids_images = ['id_img_plants', 'id_img_dogs', 'id_img_bars', 'id_img_soxs']; var ids_All = ids_options.concat(ids_headings, ids_boxes, ids_images); shared_adjust_fontSize_for_ids_all_devices(ids_All, 69); shared_init_dropBox_tds_with_drag_here(ids_boxes); shared_init_dropping_spans(ids_options); shared_hideAllExceptFirstElement('id_spanFirst1_', 4) shared_hideAllExceptFirstElement('id_spanFirst2_', 4); shared_hideAllExceptFirstElement('id_spanSecond1_', 4) shared_hideAllExceptFirstElement('id_spanSecond2_', 4); shared_hideAllExceptFirstElement('id_spanSecond3_', 4); shared_set_all_draggble_to_false_except_first_element('id_tdFirst1_', 4); shared_set_all_draggble_to_false_except_first_element('id_tdFirst2_', 4); shared_set_all_draggble_to_false_except_first_element('id_tdSecond1_', 4); shared_set_all_draggble_to_false_except_first_element('id_tdSecond2_', 4); shared_set_all_draggble_to_false_except_first_element('id_tdSecond3_', 4); var id_tables_array = ['id_table1', 'id_table2', 'id_table3', 'id_table4']; shared_border_collapse_for_tables_except_android(id_tables_array); } function page_onLoad() { setAllSvgsWidthHeightAndPositionFromTds(); setAllEllipseStyles(); } function setAllSvgsWidthHeightAndPositionFromTds() { var nTds = 5; for (var nthSet = 1; nthSet <= 2; nthSet++) { for (var nthTd = 1; nthTd <= nTds; nthTd++) { shared_svg_setSvgWidthHeightAndPositionFromTd('id_td' + nthTd + 'Set' + nthSet, 'id_svg' + nthTd + 'Set' + nthSet); } } } function setAllEllipseStyles() { var allEllipseIdsArray = getAll2SetsEllipseIdsArray(); for (var indexEllipse = 0; indexEllipse < allEllipseIdsArray.length; indexEllipse++) { var id_ellipse = allEllipseIdsArray[indexEllipse]; set_svg_ellipseStyle(id_ellipse); } } function set_svg_ellipseStyle(id_ellipse) { var eEllipse = document.getElementById(id_ellipse); eEllipse.style.stroke = 'transparent'; eEllipse.style.fill = 'transparent'; eEllipse.style.strokeWidth = '2px'; eEllipse.onclick = function(){ellipse_click(id_ellipse)}; eEllipse.isValidated = false; eEllipse.circleColor = CircleColorSvg.None; if (shared_isDebug) { eEllipse.style.stroke = 'rgba(250, 0, 0, 0.5)'; } } function getAll2SetsEllipseIdsArray() { var allEllipseIdsArray = new Array(); for (var nthEllipse = 1; nthEllipse <= 10; nthEllipse++) { allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set1'); } for (var nthEllipse = 1; nthEllipse <= 10; nthEllipse++) { allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set2'); } return (allEllipseIdsArray); } function ellipse_click(id_ellipse) { var set1Group1IdsArray = ['id_ellipse1Set1', 'id_ellipse2Set1']; var set1Group2IdsArray = ['id_ellipse3Set1', 'id_ellipse4Set1']; var set1Group3IdsArray = ['id_ellipse5Set1', 'id_ellipse6Set1']; var set1Group4IdsArray = ['id_ellipse7Set1', 'id_ellipse8Set1']; var set1Group5IdsArray = ['id_ellipse9Set1', 'id_ellipse10Set1']; var set2Group1IdsArray = ['id_ellipse1Set2', 'id_ellipse2Set2']; var set2Group2IdsArray = ['id_ellipse3Set2', 'id_ellipse4Set2']; var set2Group3IdsArray = ['id_ellipse5Set2', 'id_ellipse6Set2']; var set2Group4IdsArray = ['id_ellipse7Set2', 'id_ellipse8Set2']; var set2Group5IdsArray = ['id_ellipse9Set2', 'id_ellipse10Set2']; var allGroupsIdsArrayArray = [set1Group1IdsArray, set1Group2IdsArray, set1Group3IdsArray, set1Group4IdsArray, set1Group5IdsArray, set2Group1IdsArray, set2Group2IdsArray, set2Group3IdsArray, set2Group4IdsArray, set2Group5IdsArray]; shared_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray); } function DragDrop(id_dropBox, isFirstSet, setNo, ids_array) { if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array)) { shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox); if (!isFirstSet) { if (setNo == 'no1') { shared_unHideNextElementNew2('id_spanSecond1_', 'id_tdSecond1_', 4); } else if (setNo == 'no2') { shared_unHideNextElementNew2('id_spanSecond2_', 'id_tdSecond2_', 4); } else if (setNo == 'no3') { shared_unHideNextElementNew2('id_spanSecond3_', 'id_tdSecond3_', 4); } } else { if (setNo == 'no1') { shared_unHideNextElementNew2('id_spanFirst1_', 'id_tdFirst1_', 4); } else (setNo == 'no2') { shared_unHideNextElementNew2('id_spanFirst2_', 'id_tdFirst2_', 4); } } shared_set_currentDropingId_draggbleToFalse(); } else { shared_resetCurrentDroppingPosition(id_dropBox); } } function btnValidate_click() { var allEllipseIdsArray = getAll2SetsEllipseIdsArray(); var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse3Set1', 'id_ellipse5Set1', 'id_ellipse8Set1', 'id_ellipse9Set1', 'id_ellipse2Set2', 'id_ellipse4Set2', 'id_ellipse6Set2', 'id_ellipse7Set2', 'id_ellipse9Set2']; var nCorrectEllipses = shared_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray); if ((nCorrectEllipses == 10) && (isAllInfosMovedShowClapsAnimation())) { shared_show_claps_animation('shared_id_div_claps_image'); } } function btnPrevious_click() { window.location = 'LevelECat2Lesson19.html'; } function btnNext_click() { window.location = 'LevelECat2Lesson21.html'; } function btnHome_click() { shared_btnHomeCategories_click('LevelE'); } function isAllInfosMovedShowClapsAnimation() { var ids_boxes = ['id_td_boxForTree1', 'id_td_boxForTree2', 'id_td_boxForFox1', 'id_td_boxForFox2', 'id_td_boxForBox1', 'id_td_boxForBox2', 'id_td_boxForFlower1', 'id_td_boxForFlower2', 'id_td_boxForPlant1', 'id_td_boxForPlant2', 'id_td_boxForPlant3', 'id_td_boxForDog1', 'id_td_boxForDog2', 'id_td_boxForDog3', 'id_td_boxForBar1', 'id_td_boxForBar2', 'id_td_boxForBar3', 'id_td_boxForSox1', 'id_td_boxForSox2', 'id_td_boxForSox3']; 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> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="1%"> <tr height="15%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="15%"> <td id="id_td_heading1" class="shared_style_options_blue_24px_bold">Circle the tall people [<span style="color:red">Click for circle</span>]. </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set1" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/tall1.png" width="40%" draggable="false"> <svg id="id_svg1Set1" style="visibility: hidden"> <ellipse id="id_ellipse1Set1" cx="42%" cy="51%" rx="12%" ry="46%"/> <ellipse id="id_ellipse2Set1" cx="60%" cy="67%" rx="9%" ry="28%"/> </svg> </td> <td id="id_td2Set1" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/tall2.png" width="40%" draggable="false"> <svg id="id_svg2Set1" style="visibility: hidden"> <ellipse id="id_ellipse3Set1" cx="42%" cy="48%" rx="10%" ry="38%"/> <ellipse id="id_ellipse4Set1" cx="58%" cy="64%" rx="8%" ry="24%"/> </svg> </td> <td id="id_td3Set1" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/tall3.png" width="40%" draggable="false"> <svg id="id_svg3Set1" style="visibility: hidden"> <ellipse id="id_ellipse5Set1" cx="42%" cy="48%" rx="12%" ry="42%"/> <ellipse id="id_ellipse6Set1" cx="60%" cy="54%" rx="10%" ry="34%"/> </svg> </td> <td id="id_td4Set1" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/tall4.png" width="40%" draggable="false"> <svg id="id_svg4Set1" style="visibility: hidden"> <ellipse id="id_ellipse7Set1" cx="40%" cy="54%" rx="12%" ry="34%"/> <ellipse id="id_ellipse8Set1" cx="60%" cy="51%" rx="12%" ry="38%"/> </svg> </td> <td id="id_td5Set1" width="*" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/tall5.png" width="40%" draggable="false"> <svg id="id_svg5Set1" style="visibility: hidden"> <ellipse id="id_ellipse9Set1" cx="39%" cy="48%" rx="14%" ry="46%"/> <ellipse id="id_ellipse10Set1" cx="58%" cy="51%" rx="12%" ry="42%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="15%"> <td align="center"> <table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="15%"> <td id="id_td_heading2" class="shared_style_options_blue_24px_bold" style="border-bottom:none">Circle the short people [<span style="color:red">Click for circle</span>]. </td> </tr> <tr> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="id_td1Set2" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/short1.png" width="40%" draggable="false"> <svg id="id_svg1Set2" style="visibility: hidden"> <ellipse id="id_ellipse1Set2" cx="39%" cy="46%" rx="11%" ry="37%"/> <ellipse id="id_ellipse2Set2" cx="60%" cy="61%" rx="9%" ry="26%"/> </svg> </td> <td id="id_td2Set2" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/short2.png" width="40%" draggable="false"> <svg id="id_svg2Set2" style="visibility: hidden"> <ellipse id="id_ellipse3Set2" cx="43%" cy="44%" rx="11%" ry="42%"/> <ellipse id="id_ellipse4Set2" cx="58%" cy="66%" rx="8%" ry="26%"/> </svg> </td> <td id="id_td3Set2" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/short3.png" width="40%" draggable="false"> <svg id="id_svg3Set2" style="visibility: hidden"> <ellipse id="id_ellipse5Set2" cx="40%" cy="48%" rx="14%" ry="42%"/> <ellipse id="id_ellipse6Set2" cx="56%" cy="55%" rx="8%" ry="32%"/> </svg> </td> <td id="id_td4Set2" width="20%" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/short4.png" width="40%" draggable="false"> <svg id="id_svg4Set2" style="visibility: hidden"> <ellipse id="id_ellipse7Set2" cx="40%" cy="56%" rx="10%" ry="37%"/> <ellipse id="id_ellipse8Set2" cx="56%" cy="48%" rx="12%" ry="46%"/> </svg> </td> <td id="id_td5Set2" width="*" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/short5.png" width="40%" draggable="false"> <svg id="id_svg5Set2" style="visibility: hidden"> <ellipse id="id_ellipse9Set2" cx="42%" cy="55%" rx="10%" ry="37%"/> <ellipse id="id_ellipse10Set2" cx="56%" cy="48%" rx="8%" ry="42%"/> </svg> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="35%"> <td align="center"> <table id="id_table3" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="5%"> <td id="id_td_heading3" class="shared_style_options_blue_24px_bold" style="border-bottom:none">Drag <span style="color:red">1</span> to the tall one and <span style="color:red">2</span> to the short one. </td> </tr> <tr height="15%"> <td style="border-bottom:none"> <table id="id_tblOptionsSet2" border="0" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_heading5" width="*" class="shared_style_blue_24px_bold_padding_left_2_percent">Options:</td> <td id="id_tdFirst1_1" width="11%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst1_1" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdFirst2_1" width="11%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst2_1" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdFirst1_2" width="11%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst1_2" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdFirst2_2" width="11%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst2_2" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdFirst1_3" width="10%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst1_3" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdFirst2_3" width="10%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst2_3" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdFirst1_4" width="10%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst1_4" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdFirst2_4" width="10%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanFirst2_4" class="shared_style_red_24px_bold">2</span></td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="40%"> <td align="center"> <img id="id_imgGlasses1Set2" src="../../../img/LevelE/Category2/LevelECat2Lesson20/treeWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-top: none; border-right: none"> <tr> <td id = "id_td_boxTree1" width="50%" align="center" ondragover="shared_highlight('id_td_boxForTree1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForTree1')" ondrop="DragDrop('id_td_boxForTree1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForTree1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForTree2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForTree2')" ondrop="DragDrop('id_td_boxForTree2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForTree2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="30%"> <td align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/foxWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-top: none; border-left: none; border-right: none"> <tr> <td width="50%" align="center" ondragover="shared_highlight('id_td_boxForFox1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForFox1')" ondrop="DragDrop('id_td_boxForFox1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForFox1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForFox2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForFox2')" ondrop="DragDrop('id_td_boxForFox2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForFox2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="30%"> <td align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/boxWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-left: none; border-top: none"> <tr> <td width="50%" align="center" ondragover="shared_highlight('id_td_boxForBox2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForBox2')" ondrop="DragDrop('id_td_boxForBox2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForBox2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForBox1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForBox1')" ondrop="DragDrop('id_td_boxForBox1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForBox1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="*" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="30%"> <td align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/flowerWithArrows.png" width="69%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-top: none"> <tr> <td width="50%" align="center" ondragover="shared_highlight('id_td_boxForFlower2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForFlower2')" ondrop="DragDrop('id_td_boxForFlower2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForFlower2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForFlower1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForFlower1')" ondrop="DragDrop('id_td_boxForFlower1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForFlower1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="*"> <td align="center"> <table id="id_table4" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="5%"> <td id="id_td_heading4" class="shared_style_options_blue_24px_bold" style="border-bottom:none">Drag <span style="color:red">1</span> to the tall one and <span style="color:red">2</span> to the short one and <span style="color:red">3</span> to the shortest. </td> </tr> <tr height="15%"> <td style="border-bottom:none"> <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr> <td id="id_td_heading6" width="*" class="shared_style_blue_24px_bold_padding_left_2_percent">Options:</td> <td id="id_tdSecond1_1" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond1_1" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdSecond2_1" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond2_1" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdSecond3_1" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond3_1" class="shared_style_red_24px_bold">3</span></td> <td id="id_tdSecond1_2" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond1_2" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdSecond2_2" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond2_2" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdSecond3_2" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond3_2" class="shared_style_red_24px_bold">3</span></td> <td id="id_tdSecond1_3" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond1_3" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdSecond2_3" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond2_3" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdSecond3_3" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond3_3" class="shared_style_red_24px_bold">3</span></td> <td id="id_tdSecond1_4" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond1_4" class="shared_style_red_24px_bold">1</span></td> <td id="id_tdSecond2_4" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond2_4" class="shared_style_red_24px_bold">2</span></td> <td id="id_tdSecond3_4" width="7%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_spanSecond3_4" class="shared_style_red_24px_bold">3</span></td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="30%"> <td align="center"> <img id = "id_img_plants" src="../../../img/LevelE/Category2/LevelECat2Lesson20/plantWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-top: none; border-bottom: none; border-right: none"> <tr> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForPlant3'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForPlant3')" ondrop="DragDrop('id_td_boxForPlant3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForPlant3" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForPlant2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForPlant2')" ondrop="DragDrop('id_td_boxForPlant2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForPlant2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForPlant1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForPlant1')" ondrop="DragDrop('id_td_boxForPlant1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForPlant1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </td> </tr> </table> </td> </tr> </table> </td> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="40%"> <td align="center"> <img id = "id_img_dogs" src="../../../img/LevelE/Category2/LevelECat2Lesson20/dogWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-collapse: collapse"> <tr> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForDog3'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForDog3')" ondrop="DragDrop('id_td_boxForDog3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForDog3" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForDog2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForDog2')" ondrop="DragDrop('id_td_boxForDog2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForDog2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForDog1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForDog1')" ondrop="DragDrop('id_td_boxForDog1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForDog1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="25%" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="40%"> <td align="center"> <img id = "id_img_bars" src="../../../img/LevelE/Category2/LevelECat2Lesson20/barWithArrows.png" width="70%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-top: none; border-bottom: none; border-left: none"> <tr> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForBar3'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForBar3')" ondrop="DragDrop('id_td_boxForBar3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForBar3" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForBar2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForBar2')" ondrop="DragDrop('id_td_boxForBar2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForBar2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForBar1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForBar1')" ondrop="DragDrop('id_td_boxForBar1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForBar1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="*" align="center"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%"> <tr height="40%"> <td id = "id_img_soxs" align="center"> <img src="../../../img/LevelE/Category2/LevelECat2Lesson20/soxWithArrows.png" width="69%" draggable="false"> </td> </tr> <tr height="*"> <td style="padding-top: 0"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="2%" style="border-bottom:none; border-top: none; border-right: none"> <tr> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForSox1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForSox1')" ondrop="DragDrop('id_td_boxForSox1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForSox1" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="33.3%" align="center" ondragover="shared_highlight('id_td_boxForSox2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForSox2')" ondrop="DragDrop('id_td_boxForSox2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForSox2" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> <td width="*" align="center" ondragover="shared_highlight('id_td_boxForSox3'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_td_boxForSox3')" ondrop="DragDrop('id_td_boxForSox3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])" class="shared_style_red_24px"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <td> <tr> <td id = "id_td_boxForSox3" width="100%" height="100%" align="center"> </td> </tr> </td> </table> </td> </tr> </table> </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_spanFirst1_1', {handle : 'id_tdFirst1_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst2_1', {handle : 'id_tdFirst2_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst1_2', {handle : 'id_tdFirst1_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst2_2', {handle : 'id_tdFirst2_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst1_3', {handle : 'id_tdFirst1_3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst2_3', {handle : 'id_tdFirst2_3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst1_4', {handle : 'id_tdFirst1_4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanFirst2_4', {handle : 'id_tdFirst2_4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond1_1', {handle : 'id_tdSecond1_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond2_1', {handle : 'id_tdSecond2_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond3_1', {handle : 'id_tdSecond3_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond1_2', {handle : 'id_tdSecond1_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond2_2', {handle : 'id_tdSecond2_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond3_2', {handle : 'id_tdSecond3_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond1_3', {handle : 'id_tdSecond1_3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond2_3', {handle : 'id_tdSecond2_3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond3_3', {handle : 'id_tdSecond3_3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond1_4', {handle : 'id_tdSecond1_4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond2_4', {handle : 'id_tdSecond2_4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_spanSecond3_4', {handle : 'id_tdSecond3_4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); webkit_drop.add('id_td_boxForTree1', {onOver : function(){shared_highlight('id_td_boxForTree1')}, onOut : function(){shared_un_highlight('id_td_boxForTree1')}, onDrop : function(){DragDrop('id_td_boxForTree1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])}}); webkit_drop.add('id_td_boxForTree2', {onOver : function(){shared_highlight('id_td_boxForTree2')}, onOut : function(){shared_un_highlight('id_td_boxForTree2')}, onDrop : function(){DragDrop('id_td_boxForTree2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])}}); webkit_drop.add('id_td_boxForFox1', {onOver : function(){shared_highlight('id_td_boxForFox1')}, onOut : function(){shared_un_highlight('id_td_boxForFox1')}, onDrop : function(){DragDrop('id_td_boxForFox1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])}}); webkit_drop.add('id_td_boxForFox2', {onOver : function(){shared_highlight('id_td_boxForFox2')}, onOut : function(){shared_un_highlight('id_td_boxForFox2')}, onDrop : function(){DragDrop('id_td_boxForFox2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])}}); webkit_drop.add('id_td_boxForBox1', {onOver : function(){shared_highlight('id_td_boxForBox1')}, onOut : function(){shared_un_highlight('id_td_boxForBox1')}, onDrop : function(){DragDrop('id_td_boxForBox1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])}}); webkit_drop.add('id_td_boxForBox2', {onOver : function(){shared_highlight('id_td_boxForBox2')}, onOut : function(){shared_un_highlight('id_td_boxForBox2')}, onDrop : function(){DragDrop('id_td_boxForBox2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])}}); webkit_drop.add('id_td_boxForFlower1', {onOver : function(){shared_highlight('id_td_boxForFlower1')}, onOut : function(){shared_un_highlight('id_td_boxForFlower1')}, onDrop : function(){DragDrop('id_td_boxForFlower1', true, 'no1', ['id_spanFirst1_1', 'id_spanFirst1_2', 'id_spanFirst1_3', 'id_spanFirst1_4'])}}); webkit_drop.add('id_td_boxForFlower2', {onOver : function(){shared_highlight('id_td_boxForFlower2')}, onOut : function(){shared_un_highlight('id_td_boxForFlower2')}, onDrop : function(){DragDrop('id_td_boxForFlower2', true, 'no2', ['id_spanFirst2_1', 'id_spanFirst2_2', 'id_spanFirst2_3', 'id_spanFirst2_4'])}}); webkit_drop.add('id_td_boxForPlant1', {onOver : function(){shared_highlight('id_td_boxForPlant1')}, onOut : function(){shared_un_highlight('id_td_boxForPlant1')}, onDrop : function(){DragDrop('id_td_boxForPlant1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])}}); webkit_drop.add('id_td_boxForPlant2', {onOver : function(){shared_highlight('id_td_boxForPlant2')}, onOut : function(){shared_un_highlight('id_td_boxForPlant2')}, onDrop : function(){DragDrop('id_td_boxForPlant2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])}}); webkit_drop.add('id_td_boxForPlant3', {onOver : function(){shared_highlight('id_td_boxForPlant3')}, onOut : function(){shared_un_highlight('id_td_boxForPlant3')}, onDrop : function(){DragDrop('id_td_boxForPlant3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])}}); webkit_drop.add('id_td_boxForDog1', {onOver : function(){shared_highlight('id_td_boxForDog1')}, onOut : function(){shared_un_highlight('id_td_boxForDog1')}, onDrop : function(){DragDrop('id_td_boxForDog1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])}}); webkit_drop.add('id_td_boxForDog2', {onOver : function(){shared_highlight('id_td_boxForDog2')}, onOut : function(){shared_un_highlight('id_td_boxForDog2')}, onDrop : function(){DragDrop('id_td_boxForDog2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])}}); webkit_drop.add('id_td_boxForDog3', {onOver : function(){shared_highlight('id_td_boxForDog3')}, onOut : function(){shared_un_highlight('id_td_boxForDog3')}, onDrop : function(){DragDrop('id_td_boxForDog3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])}}); webkit_drop.add('id_td_boxForBar1', {onOver : function(){shared_highlight('id_td_boxForBar1')}, onOut : function(){shared_un_highlight('id_td_boxForBar1')}, onDrop : function(){DragDrop('id_td_boxForBar1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])}}); webkit_drop.add('id_td_boxForBar2', {onOver : function(){shared_highlight('id_td_boxForBar2')}, onOut : function(){shared_un_highlight('id_td_boxForBar2')}, onDrop : function(){DragDrop('id_td_boxForBar2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])}}); webkit_drop.add('id_td_boxForBar3', {onOver : function(){shared_highlight('id_td_boxForBar3')}, onOut : function(){shared_un_highlight('id_td_boxForBar3')}, onDrop : function(){DragDrop('id_td_boxForBar3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])}}); webkit_drop.add('id_td_boxForSox1', {onOver : function(){shared_highlight('id_td_boxForSox1')}, onOut : function(){shared_un_highlight('id_td_boxForSox1')}, onDrop : function(){DragDrop('id_td_boxForSox1', false, 'no1', ['id_spanSecond1_1', 'id_spanSecond1_2', 'id_spanSecond1_3', 'id_spanSecond1_4'])}}); webkit_drop.add('id_td_boxForSox2', {onOver : function(){shared_highlight('id_td_boxForSox2')}, onOut : function(){shared_un_highlight('id_td_boxForSox2')}, onDrop : function(){DragDrop('id_td_boxForSox2', false, 'no2', ['id_spanSecond2_1', 'id_spanSecond2_2', 'id_spanSecond2_3', 'id_spanSecond2_4'])}}); webkit_drop.add('id_td_boxForSox3', {onOver : function(){shared_highlight('id_td_boxForSox3')}, onOut : function(){shared_un_highlight('id_td_boxForSox3')}, onDrop : function(){DragDrop('id_td_boxForSox3', false, 'no3', ['id_spanSecond3_1', 'id_spanSecond3_2', 'id_spanSecond3_3', 'id_spanSecond3_4'])}}); </script> </body> </html>