home *** CD-ROM | disk | FTP | other *** search
/ Orthodox Religion Class (2nd Semester) / ReligieCls1Sem2.iso / js / GameDates.js next >
Encoding:
Text File  |  2015-11-16  |  85.1 KB  |  2,353 lines

  1. function GameDates() {
  2.     this.dates = [];
  3.     this.main = [];
  4.     this.sounds = [];
  5.     this.images = [];
  6.     this.setDates();
  7.     this.keys = {gameKey:"2ManualReli244", result:"Evaluation1ManualReli27Temp44",
  8.             resultTemp:"Eval2ManualReli27Temp", userSession:"manualReli2UserLogin244",
  9.             allUsers:"manualReli2AllUsers244"};
  10.     this.setDates();
  11.     this.isIe = ((window.ActiveXObject !== undefined) || ((navigator.platform.indexOf("iPhone") != -1)
  12.             || (navigator.platform.indexOf("iPad") != -1)));
  13. }
  14.  
  15. GameDates.prototype.setDates = function() {
  16.     this.main = {
  17.         mainPages : [ {
  18.             page : "cuprins"
  19.         }, {
  20.             page : "rezulate",
  21.             pageImage : "images/pagina/pg_alba.jpg"
  22.         }, {
  23.             page : "ajutor",
  24.             pageImage : "images/pagina/pg_alba.jpg"
  25.  
  26.         } ],
  27.         coperta:"images/pagina/coperta.jpg",
  28.         coperta1:"images/pagina/coperta4.jpg",
  29.         maxPage : 64,
  30.         pages : [{
  31.  
  32.                     page : 0,
  33.                     pageImage : "images/pagina/coperta2.jpg",
  34.                     pageImage2 : "images/pagina/pg01.jpg",
  35.                     corner : true,
  36.                     
  37.                 },{
  38.                     page : 0,
  39.                     pageImage : "images/pagina/pg02.jpg",
  40.                     pageImage2 : "images/pagina/pg03.jpg",
  41.                     corner : true,
  42.                     cuprins : [ { x:1700, y:1210, width:1180, height:95, pageNumber : 3},//Omul se roaga lui D-zeu pt. sine si pt altii
  43.                                 { x:1700, y:1330, width:1180, height:50, pageNumber : 4},//Rugaciunea si rugamintea
  44.                                 { x:1700, y:1400, width:1180, height:50, pageNumber : 6},//Omul vorbeste cu D-zeu prin rugaciune
  45.                                 { x:1700, y:1470, width:1180, height:50, pageNumber : 8},//Cand, unde si cui ma rog
  46.                                 { x:1700, y:1538, width:1180, height:50, pageNumber : 10},//Pentru cine ma rog
  47.                                 { x:1700, y:1615, width:1180, height:50, pageNumber : 12},//Binefacerile rugaciunii
  48.                                 { x:1700, y:1685, width:1180, height:50, pageNumber : 14},//Recapitulare.Evaluare
  49.                               ],
  50.                     
  51.                 },{
  52.                     page : 1,
  53.                     pageImage : "images/pagina/pg04.jpg",
  54.                     pageImage2 : "images/pagina/pg05.jpg",
  55.                     corner : true,
  56.                     btnImages: [{x : 1840,y : 580, width : 110,height : 69,classCss:"btn_video"},
  57.                                 {x : 1840,y : 679, width : 110,height : 69,classCss:"btn_observa"}],
  58.                     cuprins : [ { x:205, y:148, width:1180, height:50, pageNumber : 16},//Mari sarbatori crstine
  59.                                 { x:205, y:215, width:1180, height:50, pageNumber : 17},//Sarbatorile de iarna
  60.                                 { x:205, y:282, width:1180, height:50, pageNumber : 18},//Despre colind
  61.                                 { x:205, y:349, width:1180, height:50, pageNumber : 20},//Nasterea Domnului in poezia crestian romaneasca
  62.                                 { x:205, y:416, width:1180, height:50, pageNumber : 22},//Sfantul Nicolae
  63.                                 { x:205, y:483, width:1180, height:50, pageNumber : 23},//Recapitulare Evaluare
  64.                                 { x:205, y:550, width:1180, height:50, pageNumber : 25},//Sarbatorile de Pasti
  65.                                 { x:205, y:617, width:1180, height:50, pageNumber : 26},//Salutul crestinilor la Sfintele Pasti
  66.                                 { x:205, y:685, width:1180, height:50, pageNumber : 28},//Invierea Domnului in poiezia Crestian Romaneasca
  67.                                 { x:205, y:755, width:1180, height:50, pageNumber : 30},//Recapitulare.Evaluare
  68.                                 { x:205, y:825, width:1180, height:50, pageNumber : 32},//Rugaciunile scolarului
  69.                                 ],
  70.                     videos: [{
  71.                         name : "video",
  72.                         x:1875, y:475, width:825, height:175,
  73.                         gameInstance : {
  74.                             title : {
  75.                                 logo:"video",
  76.                                 text : "Copii la rug─âciune",
  77.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20}
  78.                             },
  79.                             src : "video/vol2_pg05_11M_copii_la_rugaciune.mp4",
  80.                             properties : {width:1066, height:600}
  81.                      }
  82.                    }],            
  83.                     games:[{
  84.                             name : "GamesStatic",
  85.                             x:1875, y:677, width:825, height:605,
  86.                             gameInstance : {
  87.                                 title : {
  88.                                     logo:"observa",
  89.                                     text : "Omul se roag─â lui Dumnezeu pentru sine ╚Öi pentru al╚¢ii",
  90.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  91.                                     fundal : {src : "images/games/statice/img_vol2_pg05.jpg",width : 795,height : 530,top : -12,left : 0},
  92.                             },
  93.                                 sarcina:"",
  94.                             }
  95.                          }]            
  96.                     
  97.                 },{
  98.                     page : 2,
  99.                     pageImage : "images/pagina/pg06.jpg",
  100.                     pageImage2 : "images/pagina/pg07.jpg",
  101.                     corner : true,
  102.                     btnImages: [{x : 350,y : 477,width : 110,height : 69,classCss:"btn_video"},
  103.                                 {x : 207,y : 852,width : 110,height : 69,classCss:"btn_observa"},
  104.                                 {x : 1667,y : 402,width : 110,height : 69,classCss:"btn_observa"},
  105.                                 {x : 2267,y : 402,width : 110,height : 69,classCss:"btn_observa"},
  106.                                 {x : 802,y : 852,width : 110,height : 69,classCss:"btn_interactiv"},
  107.                                ],
  108.                     videos: [{
  109.                                 name : "video",
  110.                                 x:390, y:475, width:980, height:300,
  111.                                 gameInstance : {
  112.                                     title : {
  113.                                         logo:"video",
  114.                                         text : "Cre┼ƒtini la rug─âciune",
  115.                                         position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  116.                                     },
  117.                                     src : "video/vol2_pg06_24_copii_preoti_fundal_audio_stihuri.mp4",
  118.                                     properties : {width:1066, height:600}
  119.                              }
  120.                            }],
  121.                    games:[{
  122.                             name : "GamesStatic",
  123.                             x:205, y:850, width:555, height:885,
  124.                             gameInstance : {
  125.                                 title : {
  126.                                     logo:"observa",
  127.                                     text : "Rug─âciune",
  128.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  129.                                     fundal : {src : "images/games/statice/img_vol2_pg06.jpg",width : 353,height : 530,top : -12,left : 0},
  130.                             }
  131.                           }
  132.                            },{
  133.                             name : "GamesStatic",
  134.                             x:1665, y:400, width:585, height:935,
  135.                             gameInstance : {
  136.                                 title : {
  137.                                     logo:"observa",
  138.                                     text : "Maica Domnului",
  139.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  140.                                     fundal : {src : "images/games/statice/img_vol2_pg07_2.jpg",width : 357,height : 530,top : -12,left : 0},
  141.                             }
  142.                           }
  143.                            },
  144.                            {
  145.                             name : "GamesStatic",
  146.                             x:2265, y:400, width:570, height:630,
  147.                             gameInstance : {
  148.                                 title : {
  149.                                     logo:"observa",
  150.                                     text : "Doamne, Te rog, d─âruie╚Öte s─ân─âtate p─ârin╚¢ilor mei!",
  151.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  152.                                     fundal : {src : "images/games/statice/img_vol2_pg07_1.jpg",width : 748,height : 530,top : -12,left : 0},
  153.                             }
  154.                           }
  155.                            },{
  156.                             name : "GamesComplex",
  157.                             x:800, y:850, width:570, height:885,
  158.                             gameInstance : {
  159.                                 title : {
  160.                                     logo:"interactiv",
  161.                                     text : "Alege r─âspunsul corect.",
  162.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  163.                                     help : {
  164.                                         src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  165.                                         text : "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  166.                                                 "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  167.                                                 "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  168.                                     },    
  169.                                 },
  170.                                 gameDates : "GamesInteractivPg06_ex1",
  171.                                 sarcina:"sounds/sarcini/alegeRaspunsulCorect.mp3",
  172.                            }
  173.                       }]        
  174.                     
  175.                 },
  176.                 {
  177.                     page : 3,
  178.                     pageImage : "images/pagina/pg08.jpg",
  179.                     pageImage2 : "images/pagina/pg09.jpg",
  180.                     corner : true,
  181.                     btnImages : [{x : 1717,y : 982,width : 110,height : 69,classCss:"btn_video"},
  182.                                  {x : 1717,y : 407,width : 110,height : 69,classCss:"btn_observa"}
  183.                                  ],
  184.                     videos:[{
  185.                             name : "video",
  186.                             x:1715, y:980, width:1110, height:605,
  187.                             gameInstance : {
  188.                                 title : {
  189.                                     logo:"video",
  190.                                     text : "Sf├ónta Liturghie la Patriarhie",
  191.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  192.                                 },
  193.                                 src : "video/vol2_pg09_12M_slujba_cu_patriarhul.mp4",
  194.                                 properties : {width:1066, height:600}
  195.                             }
  196.                    }],
  197.                    games:[{
  198.                         name : "GamesStatic",
  199.                         x:1710, y:390, width:1125, height:580,
  200.                         gameInstance : {
  201.                             title : {
  202.                                 logo:"observa",
  203.                                 text : "Slav─â ╚Üie, Dumnezeul nostru, slav─â ╚Üie!",
  204.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  205.                                 fundal : {src : "images/games/statice/img_vol2_pg09.jpg",width : 796,height : 530,top : -12,left : 0},
  206.                         }
  207.                       }
  208.                    }]
  209.                     
  210.  
  211.                 },
  212.                 {
  213.                     page : 4,
  214.                     pageImage : "images/pagina/pg10.jpg",
  215.                     pageImage2 : "images/pagina/pg11.jpg",
  216.                     corner : true,
  217.                     btnImages : [{x : 420, y :777,width : 110,height : 69,classCss:"btn_video"},
  218.                                  {x : 420, y :1200,width : 110,height : 69,classCss:"btn_observa"},
  219.                                  {x : 1670,y : 155,width : 110,height : 69,classCss:"btn_video"},
  220.                                  {x : 1780, y :350,width : 110,height : 69,classCss:"btn_observa"},
  221.                                  {x : 1702,y : 1062,width : 110,height : 69,classCss:"btn_interactiv"},
  222.                     ],
  223.                     videos:[{
  224.                             name : "video",
  225.                             x:418, y:775, width:745, height:425,
  226.                             gameInstance : {
  227.                                 title : {
  228.                                     logo:"video",
  229.                                     text : "Rug─âciunea Tat─âl nostru",
  230.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  231.                                 },
  232.                                 src : "video/vol2_pg10_13M_rugaciune_copii_la_masa.mp4", 
  233.                                 properties : {width:1066, height:600}
  234.                             }
  235.                       },{
  236.                             name : "video",
  237.                             x:1670, y:154, width:1204, height:190,
  238.                             gameInstance : {
  239.                                 title : {
  240.                                     logo:"video",
  241.                                     text : "├Än toate momentele vie╚¢ii noastre s─â ne rug─âm!",
  242.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  243.                                 },
  244.                                 src : "video/vol2_pg11_5M_copii_care_se_roaga.mp4",
  245.                                 properties : {width:1066, height:600}
  246.                             }
  247.                       }],
  248.                     games:[
  249.                      {
  250.                         name : "GamesStatic",
  251.                         x:418, y:1200, width:745, height:500,
  252.                         gameInstance : {
  253.                             title : {
  254.                                 logo:"observa",
  255.                                 text : "Iisus Hristos ne-a ├«nv─â╚¢at </br>rug─âciunea ΓÇ₧Tat─âl nostruΓÇ¥ ",
  256.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  257.                                 fundal : {src : "images/games/statice/img_vol2_pg10.jpg",width : 403,height : 530,top : -12,left : 0},
  258.                             }
  259.                         }
  260.                     },
  261.                     {
  262.                         name : "GamesStatic",
  263.                         x:1780, y:350, width:985, height:700,
  264.                         gameInstance : {
  265.                             title : {
  266.                                 logo:"observa",
  267.                                 text : "├Än toate momentele vie╚¢ii noastre s─â ne rug─âm!",
  268.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  269.                                 fundal : {src : "images/games/statice/img_vol2_pg11.jpg",width : 797,height : 530,top : -12,left : 0},
  270.                             }
  271.                         }
  272.                     },
  273.                     {
  274.                         name : "GamesComplex",
  275.                         x:1700, y:1060, width:1185, height:680,
  276.                         gameInstance : {
  277.                             title : {
  278.                                 logo:"interactiv",
  279.                                 text : "Bifeaz─â r─âspunsul corect.",
  280.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  281.                                 help : {
  282.                                     src : "sounds/help/helpBifeazaRaspunsulCorect.mp3",
  283.                                     text : "Bifeaz─â  r─âspunsul sau r─âspunsurile corecte. " +
  284.                                             "C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  285.                                             "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  286.                                 },    
  287.                             },
  288.                             gameDates : "GamesInteractivPg11_ex2",
  289.                             sarcina:"sounds/sarcini/bifeazaRaspunsulCorect.mp3",
  290.                        }
  291.                   }]
  292.                     
  293.                     
  294.                 },
  295.                 {
  296.                     page : 5,
  297.                     pageImage : "images/pagina/pg12.jpg",
  298.                     pageImage2 : "images/pagina/pg13.jpg",
  299.                     corner : true,
  300.                     btnImages : [{x : 2147,y : 607,width : 110,height : 69,classCss:"btn_observa"},
  301.                                  {x : 1705,y : 1052,width : 110,height : 69,classCss:"btn_observa"},
  302.                                  {x : 507,y : 1492,width : 110,height : 69,classCss:"btn_interactiv"},
  303.                                 ],
  304.                                   
  305.                     games:[{
  306.                             name : "GamesStatic",
  307.                             x:2145, y:605, width:335, height:455,
  308.                             gameInstance : {
  309.                                 title : {
  310.                                     logo:"observa",
  311.                                     text : "Preot",
  312.                                     resize : 260,
  313.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  314.                                     fundal : {src : "images/games/statice/img_vol2_pg13_1.jpg",width : 352,height : 530,top : -12,left : 0},
  315.                                 },
  316.                             }
  317.                     },{
  318.                             name : "GamesStatic",
  319.                             x:1705, y:1050, width:365, height:455,
  320.                             gameInstance : {
  321.                                 title : {
  322.                                     logo:"observa",
  323.                                     text : "Rug─âciune",
  324.                                     resize : 260,
  325.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  326.                                     fundal : {src : "images/games/statice/img_vol2_pg13_2.jpg",width : 402,height : 530,top : -12,left : 0},
  327.                                 },
  328.                             }
  329.                     },{
  330.                         name : "GamesComplex",
  331.                         x:505, y:1490, width:775, height:260,
  332.                         gameInstance : {
  333.                             title : {
  334.                                 logo:"interactiv",
  335.                                 text : "Alege varianta corect─â.",
  336.                                 resize : 260,
  337.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  338.                                 help : {
  339.                                     src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  340.                                     text :  "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  341.                                             "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  342.                                             "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  343.                                 },    
  344.                             },
  345.                             gameDates : "GamesInteractivPg12_ex3",
  346.                             sarcina:"sounds/sarcini/alegeVariantaCorecta.mp3",
  347.                        }
  348.                   }]
  349.                     
  350.                 },
  351.                 {
  352.                     page : 6,
  353.                     pageImage : "images/pagina/pg14.jpg",
  354.                     pageImage2 : "images/pagina/pg15.jpg",
  355.                     corner : true,
  356.                     btnImages : [{x : 350,y : 472,width : 110,height : 69,classCss:"btn_video"},
  357.                                  {x : 1670,y : 507,width : 110,height : 69,classCss:"btn_observa"},
  358.                                  {x : 757,y : 1272,width : 110,height : 69,classCss:"btn_interactiv"},
  359.                                  {x :2292,y : 752,width : 110,height : 69,classCss:"btn_observa"},
  360. //                                 {x : 202,y : 887,width : 110,height : 69,classCss:"btn_interactiv"},
  361. //                                 {x : 1660,y : 982,width : 110,height : 69,classCss:"btn_interactiv"},
  362.                                  ],
  363.                     videos:[{
  364.                         name : "video",
  365.                         x:395, y:470, width:1015, height:330,
  366.                         gameInstance : {
  367.                             title : {
  368.                                 logo:"video",
  369.                                 text : "Rug─âciune",
  370.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  371.                             },
  372.                             src : "video/vol2_pg14_14.mp4",
  373.                             properties : {width:1066, height:600}
  374.                         }
  375.                     }],
  376.                     games:[
  377. //                     {
  378. //                            name : "GamesStatic",
  379. //                             x:755, y:1270, width:665, height:460,
  380. //                            gameInstance : {
  381. //                                title : {
  382. //                                    logo:"observa",
  383. //                                    text : "M─â rog la mas─â.",
  384. //                                    position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  385. //                                    fundal : {src : "images/games/statice/img_vol2_pg14.jpg",width : 796,height : 530,top : -12,left : 0},
  386. //                                },
  387. //                            }
  388. //                    },
  389.                     {
  390.                         name : "GamesStatic",
  391.                         x:1670, y:505, width:595, height:950,
  392.                         gameInstance : {
  393.                             title : {
  394.                                 logo:"observa",
  395.                                 text : "M─â rog c├ónd merg la biseric─â.",
  396.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  397.                                 fundal : {src : "images/games/statice/img_vol2_pg15_1.jpg",width : 359,height : 530,top : -12,left : 0},
  398.                             },
  399.                         }
  400.                     },{
  401.                         name : "GamesStatic",
  402.                         x:2290, y:750, width:585, height:780,
  403.                         gameInstance : {
  404.                             title : {
  405.                                 logo:"observa",
  406.                                 text : "M─â rog ├«n biseric─â.",
  407.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  408.                                 fundal : {src : "images/games/statice/img_vol2_pg15_2.jpg",width : 463,height : 530,top : -12,left : 0},
  409.                             },
  410.                         }
  411.                     },{
  412.                         name : "GamesComplex",
  413.                          x:755, y:1272, width:665, height:460,
  414.                         gameInstance : {
  415.                             title : {
  416.                                 logo:"interactiv",
  417.                                 text : "Bifeaz─â r─âspunsul corect.",
  418.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  419.                                 help : {
  420.                                     src : "sounds/help/helpBifeazaRaspunsulCorect.mp3",
  421.                                     text :  "Bifeaz─â  r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  422.                                     "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  423.                                     "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  424.                               },    
  425.                             },
  426.                             gameDates : "GamesInteractivPg14_ex4",
  427.                             sarcina:"sounds/sarcini/bifeazaRaspunsulCorect.mp3",
  428.                        }
  429.                   }
  430.  
  431.                     ]
  432.                     
  433.                     
  434.  
  435.                 },
  436.                 {
  437.                     page : 7,
  438.                     pageImage : "images/pagina/pg16.jpg",
  439.                     pageImage2 : "images/pagina/pg17.jpg",
  440.                     corner : true,
  441.                     btnImages : [ {x : 272,y : 147,width : 110,height : 69,classCss:"btn_observa"} ,
  442.                                  {x : 1759,y : 657,width : 110,height : 69,classCss:"btn_observa"},
  443.                                  {x : 927,y : 1542,width : 110,height : 69,classCss:"btn_interactiv"},
  444.                                 ],
  445.                    games:[{
  446.                             name : "GamesStatic",
  447.                             x:270, y:145, width:1050, height:840,
  448.                             gameInstance : {
  449.                                 title : {
  450.                                     logo:"observa",
  451.                                     text : "M─â rog la ╚Öcoal─â.",
  452.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  453.                                     fundal : {src : "images/games/statice/img_vol2_pg16.jpg",width :706,height : 530,top : -12,left : 0},
  454.                                 }
  455.                             }
  456.                         },
  457.                         {
  458.                             name : "GamesStatic",
  459.                             x:1756, y:655, width:280, height:280,
  460.                             gameInstance : {
  461.                                 title : {
  462.                                     logo:"observa",
  463.                                     text : "Maica Domnului",
  464.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  465.                                     fundal : {src : "images/games/statice/img_vol2_pg17.jpg",width :512,height : 530,top : -12,left : 0},
  466.                                 }
  467.                             }
  468.                         },{
  469.                             name : "GamesComplex",
  470.                              x:925, y:1540, width:450, height:195,
  471.                             gameInstance : {
  472.                                 title : {
  473.                                     logo:"interactiv",
  474.                                     text : "Alege varianta corect─â",
  475.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  476.                                     help : {
  477.                                         src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  478.                                         text : "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul VERIFIC─é din dreapta-jos. " +
  479.                                                "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  480.                                                "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  481.                                     },    
  482.                                 },
  483.                                 gameDates : "GamesInteractivPg16_ex6",
  484.                                 sarcina:"sounds/sarcini/alegeVariantaCorecta.mp3",
  485.                            }
  486.                       }]
  487.                 },
  488.                             
  489.                 {
  490.                     page : 8,
  491.                     pageImage : "images/pagina/pg18.jpg",
  492.                     pageImage2 : "images/pagina/pg19.jpg",
  493.                     corner : true,
  494.                     btnImages : [{x : 310,y : 927,width : 110,height : 69,classCss:"btn_video"},
  495.                                  {x : 2252,y : 407,width : 110,height : 69,classCss:"btn_observa"},
  496.                                  ],
  497.                     videos:[{
  498.                         name : "video",
  499.                         x:370, y:925, width:175, height:125,
  500.                         gameInstance : {
  501.                             title : {
  502.                                 logo:"video",
  503.                                 text : "Slujba de pomenire pentru eroii patriei",
  504.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  505.                             },
  506.                             src : "video/vol2_pg18_16M_slujba_de_pomenire_eroi.mp4",
  507.                             properties : {width:1066, height:600}
  508.                         }
  509.                     }],
  510.                     games:[{
  511.                         name : "GamesStatic",
  512.                          x:2250, y:405, width:625, height:625,
  513.                         gameInstance : {
  514.                             title : {
  515.                                 logo:"observa",
  516.                                 text : "Domnul Hristos s-a rugat.",
  517.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  518.                                 fundal : {src : "images/games/statice/img_vol2_pg19.jpg",width :666,height : 530,top : -12,left : 0},
  519.                             }
  520.                         }
  521.                     }]
  522.                 },
  523.                 {
  524.                     page : 9,
  525.                     pageImage : "images/pagina/pg20.jpg",
  526.                     pageImage2 : "images/pagina/pg21.jpg",
  527.                     corner : true,
  528.                     btnImages : [{x : 1747,y : 582,width : 393,height : 69,classCss:"btn_observa"},
  529.                                  ],
  530.                     games:[{
  531.                         name : "GamesStatic",
  532.                         x:1745, y:580, width:1050, height:702,
  533.                         gameInstance : {
  534.                             title : {
  535.                                 logo:"observa",
  536.                                 text : "Copiii din lumea ├«ntreag─â se iubesc ╚Öi se ajut─â.",
  537.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  538.                                 fundal : {src : "images/games/statice/img_vol2_pg21.jpg",width :737,height : 530,top : -12,left : 0},
  539.                             }
  540.                         }
  541.                     }]
  542.                     
  543.  
  544.                 },
  545.                 {
  546.                     page : 10,
  547.                     pageImage : "images/pagina/pg22.jpg",
  548.                     pageImage2 : "images/pagina/pg23.jpg",
  549.                     corner : true,
  550.                     btnImages : [{x : 247,y : 912,width : 393,height : 69,classCss:"btn_video"},
  551.                                  {x : 1662,y : 352,width : 393,height : 69,classCss:"btn_video"},
  552.                                  {x : 1832,y : 1122,width : 393,height : 69,classCss:"btn_video"},
  553.                                  {x : 2287,y : 357,width : 393,height : 69,classCss:"btn_observa"},
  554.                                  {x : 2287,y : 708,width : 393,height : 69,classCss:"btn_interactiv"}],
  555.                     videos:[{
  556.                         name : "video",
  557.                         x:245, y:910, width:1100, height:825,
  558.                         gameInstance : {
  559.                             title : {
  560.                                 logo:"video",
  561.                                 text : "Rug─âciunea din timpul Sfintei Liturghii ne une╚Öte ├«n credin╚¢─â.",
  562.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  563.                             },
  564.                             src : "video/vol2_pg22_4M_sfanta_liturghie.mp4",
  565.                             properties : {width:1066, height:600}
  566.                         }
  567.                     },{
  568.                         name : "video",
  569.                         x:1660, y:350, width:600, height:745,
  570.                         gameInstance : {
  571.                             title : {
  572.                                 logo:"video",
  573.                                 text : "Slujb─â ├«n biseric─â (secven┼úe)",
  574.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  575.                             },
  576.                             src : "video/vol2_pg23_19M_secvente_de_la_maslu.mp4",
  577.                             properties : {width:1066, height:600}
  578.                         }
  579.                     },{
  580.                         name : "video",
  581.                         x:1830, y:1120, width:885, height:600,
  582.                         gameInstance : {
  583.                             title : {
  584.                                 logo:"video",
  585.                                 text : "Rug─âciunea ┼ƒi munca ne aduc recolte bogate.",
  586.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  587.                             },
  588.                             src : "video/vol2_pg23_18M_gradini_culturi_ferme.mp4",
  589.                             properties : {width:1066, height:600}
  590.                         }
  591.                     }],           
  592.                     games:[{
  593.                         name : "GamesStatic",
  594.                         x:2285, y:355, width:550, height:350,
  595.                         gameInstance : {
  596.                             title : {
  597.                                 logo:"observa",
  598.                                 text : "Rug─âciunea ne aduce s─ân─âtate ╚Öi iertare de p─âcate.",
  599.                                 resize : 260,
  600.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  601.                                 fundal : {src : "images/games/statice/img_vol2_pg23.jpg",width : 707,height : 530,top : -12,left : 0},
  602.                             }
  603.                        }
  604.                      },{
  605.                             name : "GamesComplex",
  606.                             x:2285, y:706, width:550, height:350,
  607.                             gameInstance : {
  608.                                 title : {
  609.                                     logo:"interactiv",
  610.                                     text : "Bifeaz─â r─âspunsul corect.",
  611.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  612.                                     help : {
  613.                                         src : "sounds/help/helpBifeazaRaspunsulCorect.mp3",
  614.                                         text : "Bifeaz─â  r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul VERIFIC─é din dreapta-jos. " +
  615.                                                "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  616.                                                "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  617.                                     },    
  618.                                 },
  619.                                 gameDates : "GamesInteractivPg23_ex7",
  620.                                 sarcina:"sounds/sarcini/bifeazaRaspunsulCorect.mp3",
  621.                            }
  622.                       }]
  623.                 
  624.                     
  625.                 },
  626.                 {
  627.                     page : 11,
  628.                     pageImage : "images/pagina/pg24.jpg",
  629.                     pageImage2 : "images/pagina/pg25.jpg",
  630.                     corner : true,
  631.                     btnImages : [{x : 362,y : 152,width : 110,height : 69,classCss:"btn_video"},
  632.                                  {x : 225,y : 1602,width : 110,height : 69,classCss:"btn_video"},
  633.                                  {x : 362,y : 872,width : 110,height : 69,classCss:"btn_observa"},
  634.                                  {x : 1777,y : 152,width : 110,height : 69,classCss:"btn_observa"},
  635.                                  
  636.                                  ],
  637.                     videos:[{
  638.                             name : "video",
  639.                             x:360, y:150, width:885, height:700, 
  640.                             gameInstance : {
  641.                                 title : {
  642.                                     logo:"video",
  643.                                     text : "Binecuv├óntarea familiei cre┼ƒtine",
  644.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  645.                                 },
  646.                                 src : "video/vol2_pg24_15.mp4",
  647.                                 properties : {width:1066, height:600}
  648.                             }
  649.                     },{
  650.                             name : "video",
  651.                             x:235, y:1600, width:1170, height:145, 
  652.                             gameInstance : {
  653.                                 title : {
  654.                                     logo:"video",
  655.                                     text : "├Änger, ├«ngera┼ƒul meu",
  656.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  657.                                 },
  658.                                 src : "video/vol2_pg24_ingeras.mp4",
  659.                                 properties : {width:1066, height:600}
  660.                             }
  661.                     }],            
  662.                     games:[{
  663.                         name : "GamesStatic",
  664.                          x:360, y:870, width:885, height:710,
  665.                         gameInstance : {
  666.                             title : {
  667.                                 logo:"observa",
  668.                                 text : "Rug─âciunea ne ├«ndeamn─â s─â facem fapte bune.",
  669.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  670.                                 fundal : {src : "images/games/statice/img_vol2_pg24.jpg",width : 800,height : 530,top : -12,left : 0},
  671.                             },
  672.                         }
  673.                     },{
  674.                         name : "GamesStatic",
  675.                         x:1775, y:150, width:995, height:745,
  676.                         gameInstance : {
  677.                             title : {
  678.                                 logo:"observa",
  679.                                 text : "L─âsa┼úi copiii s─â vin─â la Mine!",
  680.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  681.                                 fundal : {src : "images/games/statice/img_vol2_pg25.jpg",width : 672,height : 530,top : -12,left : 0},
  682.                             },
  683.                         }
  684.                     }]
  685.                 
  686.                 },
  687.                 {
  688.                     page : 12,
  689.                     pageImage : "images/pagina/pg26.jpg",
  690.                     pageImage2 : "images/pagina/pg27.jpg",
  691.                     corner : true,
  692.                     btnImages : [{x : 417,y : 1192,width : 110,height : 69,classCss:"btn_observa"},
  693.                                  {x : 320,y : 437,width : 110,height : 69,classCss:"btn_interactiv"},
  694.                                  {x : 1640,y : 215,width : 110,height : 69,classCss:"btn_interactiv"}
  695.                                  
  696.                                 ],
  697.                    games:[{
  698.                         name : "GamesStatic",
  699.                         x:415, y:1190, width:745, height:550,
  700.                         gameInstance : {
  701.                             title : {
  702.                                 logo:"observa",
  703.                                 text : "Loc de rug─âciune",
  704.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  705.                                 fundal : {src : "images/games/statice/img_vol2_pg26.jpg",width : 707,height : 530,top : -12,left : 0},
  706.                             }
  707.                       }
  708.                     },{
  709.                         name : "GamesComplex",
  710.                         x:390, y:435, width:1000, height:445,
  711.                         gameInstance : {
  712.                             title : {
  713.                                 logo:"interactiv",
  714.                                 text : "Ordon├ónd corect cuvintele, vei ob┼úine r─âspunsul </br>la ├«ntrebarea: Ce este rug─âciunea?",
  715.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  716.                                 help : {
  717.                                     src : "sounds/help/helpNumeroteazaCuvintele.mp3",
  718.                                     text : "Cite╚Öte cuvintele si ordoneaz─â-le astfel ├«nc├ót s─â formeze propozi╚¢ii corecte, apoi completeaz─â num─ârul lor de ordine ├«n spa╚¢iile indicate. " +
  719.                                            "C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  720.                                            "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  721.                                 },
  722.                                 
  723.                             },
  724.                             gameDates : "GamesInteractivPg26_ex8",
  725.                             sarcina:"sounds/sarcini/pg26_vol2.mp3",
  726.                         }
  727.                     },{
  728.                         name : "GamesComplex",
  729.                         x:1650, y:140, width:1250, height:355,
  730.                         gameInstance : {
  731.                             title : {
  732.                                 logo:"interactiv",
  733.                                 text : "Alege imaginea care reprezint─â persoane sfinte c─ârora le adresezi rug─âciuni.",
  734.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  735.                                 help : {
  736.                                     src : "sounds/help/helpAlegeImagineaCorecta.mp3",
  737.                                     text : "Prive╚Öte cu aten╚¢ie apoi alege imaginea corect─â. Bifeaz─â c─âsu╚¢a de sub ea, apoi apas─â  butonul  VERIFIC─é din dreapta-jos. " +
  738.                                            "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  739.                                            "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  740.                                 }    
  741.                             },
  742.                             gameDates : "GamesInteractivPg27_ex9",
  743.                             sarcina:"sounds/sarcini/alegeImagineaCorecta.mp3",
  744.                        }
  745.                   }]
  746.                     
  747.                 },
  748.                 {
  749.                     page : 13,
  750.                     pageImage : "images/pagina/pg28.jpg",
  751.                     pageImage2 : "images/pagina/pg29.jpg",
  752.                     corner : true,
  753.                     btnImages : [{x :2377,y : 125,width : 110,height : 69,classCss:"btn_observa"},
  754.                                  {x :1702,y : 1017,width : 110,height : 69,classCss:"btn_puzzle"}
  755.                                 ],
  756.                   games:[{
  757.                         name : "GamesStatic",
  758.                         x:2377, y:125, width:518, height:810,
  759.                         gameInstance : {
  760.                             title : {
  761.                                 logo:"observa",
  762.                                 text : "Duminica mergem la biseric─â. ",
  763.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  764.                                 fundal : {src : "images/games/statice/img_vol2_pg29_1.jpg",width : 336,height : 530,top : -12,left : 0},
  765.                             }
  766.                       }
  767.                 },{
  768.                     name : "GamesComplex",
  769.                     x:1700, y:1015, width:1135, height:725,
  770.                     gameInstance : {
  771.                         title : {
  772.                             logo:"puzzle",
  773.                             text : "Recompune imaginea",
  774.                             position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  775.                             help : {
  776.                                 src : "sounds/help/helpPuzzle.mp3",
  777.                                 text : "Trage imaginile  ├«n ordinea corect─â pentru a ob╚¢ine imaginea de puzzle. Imaginea de puzzle o g─âse╚Öti ├«n st├ónga careului. " +
  778.                                         "C├ónd consideri c─â ai terminat, apas─â butonul  VERIFIC─é, pentru a afla dac─â ai  rezolvat corect sau nu. " +
  779.                                         "Dac─â ai gre╚Öit undeva, ╚¢i se va afi╚Öa r─âspunsul corect. Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  780.                                         "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  781.                             },
  782.                         },
  783.                         gameDates : "GamesInteractivPg29_ex5",
  784.                         sarcina:"sounds/sarcini/recompuneImaginea.mp3",
  785.                       },
  786.                   }
  787.                 ]
  788.                     
  789.                     
  790.                 },
  791.                 {
  792.                     page : 14,
  793.                     pageImage : "images/pagina/pg30.jpg",
  794.                     pageImage2 : "images/pagina/pg31.jpg",
  795.                     corner : true,
  796.                     btnImages : [{x : 1717,y :277,width : 393,height : 69,classCss:"btn_video"},
  797.                                  {x : 1957,y : 680,width : 393,height : 69,classCss:"btn_observa"},
  798.                                  ],
  799.                     videos:[{
  800.                         name : "video",
  801.                         x:1715, y:275, width:1160, height:345,
  802.                         gameInstance : {
  803.                             title : {
  804.                                 logo:"video",
  805.                                 text : "Biserica Na┼ƒterii Domnului din Betleem",
  806.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  807.                                 },
  808.                             src : "video/vol2_pg31_22M_biserica_nasterii_din_bethleem.mp4",
  809.                             properties : {width:1066, height:600}
  810.                         }
  811.                     }], 
  812.                     games:[{
  813.                         name : "GamesStatic",
  814.                         x:1955, y:678, width:675, height:510,
  815.                         gameInstance : {
  816.                             title : {
  817.                                 logo:"observa",
  818.                                 text : "La colindat",
  819.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  820.                                 fundal : {src : "images/games/statice/img_vol2_pg31.jpg",width : 707,height : 530,top : -12,left : 0},
  821.                             }
  822.                       }
  823.                     }]
  824.                     
  825.                 },
  826.                 {
  827.                     page : 15,
  828.                     pageImage : "images/pagina/pg32.jpg",
  829.                     pageImage2 : "images/pagina/pg33.jpg",
  830.                     corner : true,
  831.                     btnImages : [{x : 2758,y : 487,width : 110,height : 69,classCss:"btn_video"},
  832.                                  {x : 2272,y : 877,width : 110,height : 69,classCss:"btn_video"},
  833.                                  {x : 1737,y : 1352,width : 110,height : 69,classCss:"btn_video"},
  834.                                  {x : 2272,y : 1352,width : 110,height : 69,classCss:"btn_video"},
  835.                                  {x : 342,y : 1102,width : 110,height : 69,classCss:"btn_observa"},
  836.                                  {x : 797,y : 1102,width : 110,height : 69,classCss:"btn_audio"},//audio
  837.                                  {x : 797,y : 392,width : 110,height : 69,classCss:"btn_interactiv"},
  838.                     ],
  839.                     videos:[{
  840.                             name : "video",
  841.                             x:1675, y:485, width:1195, height:200,
  842.                             gameInstance : {
  843.                                 title : {
  844.                                     logo:"video",
  845.                                     text : "Preg─âtirea cozonacilor",
  846.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  847.                                     },
  848.                                 src : "video/vol2_pg33_29_femei_pregatind_mancarea.mp4",
  849.                                 properties : {width:1066, height:600}
  850.                             }
  851.                     },{
  852.                         name : "video",
  853.                         x:2270, y:875, width:385, height:475,
  854.                         gameInstance : {
  855.                             title : {
  856.                                 logo:"video",
  857.                                 text : "Ne spovedim.",
  858.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  859.                                 },
  860.                             src : "video/vol2_pg33_31_adult_la_spovedit.mp4",
  861.                             properties : {width:1066, height:600}
  862.                         }
  863.                  },{
  864.                         name : "video",
  865.                         x:1735, y:1350, width:385, height:385,
  866.                         gameInstance : {
  867.                             title : {
  868.                                 logo:"video",
  869.                                 text : "├Ämpodobim bradul.",
  870.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  871.                                 },
  872.                             src : "video/vol2_pg33_30_copii_impodobind_bradul.mp4",
  873.                             properties : {width:1066, height:600}
  874.                         }
  875.                  },{
  876.                         name : "video",
  877.                         x:2270, y:1350, width:385, height:385,
  878.                         gameInstance : {
  879.                             title : {
  880.                                 logo:"video",
  881.                                 text : "Ne ├«mp─ârt─â╚Öim.",
  882.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  883.                                 },
  884.                             src : "video/vol2_pg33_32_copii_la_impartasit.mp4",
  885.                             properties : {width:1066, height:600}
  886.                         }
  887.                  }],
  888.                     games:[{
  889.                         name : "audio",
  890.                         x : 795,y : 1100,width : 455,height : 630,
  891.                         srcAudio:"sounds/audio/pg32_6_plecarea_magilor.mp3",
  892.                             
  893.                        },{
  894.                         name : "GamesStatic",
  895.                         x:340, y:1100, width:455, height:630,
  896.                         gameInstance : {
  897.                             title : {
  898.                                 logo:"observa",
  899.                                 text : "Cei trei crai care aduc daruri Pruncului Iisus.",
  900.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  901.                                 fundal : {src : "images/games/statice/img_vol2_pg32.jpg",width : 650,height : 530,top : -12,left :0},
  902.                             }
  903.                         }
  904.                     },{
  905.                         name : "GamesComplex",
  906.                         x:795, y:380, width:580, height:235,
  907.                         gameInstance : {
  908.                             title : {
  909.                                 logo:"interactiv",
  910.                                 text : "Bifeaz─â r─âspunsul corect.",
  911.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  912.                                 help : {
  913.                                     src : "sounds/help/helpBifeazaRaspunsulCorect.mp3",
  914.                                     text : "Bifeaz─â  r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul VERIFIC─é din dreapta-jos."+
  915.                                            "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  916.                                            "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  917.                                 },    
  918.                             },
  919.                             gameDates : "GamesInteractivPg32_ex10",
  920.                             sarcina:"sounds/sarcini/bifeazaRaspunsulCorect.mp3",
  921.                        }
  922.                   }]
  923.                     
  924.                 },
  925.                 {
  926.                     page : 16,
  927.                     pageImage : "images/pagina/pg34.jpg",
  928.                     pageImage2 : "images/pagina/pg35.jpg",
  929.                     corner : true,
  930.                     btnImages : [ {x : 345,y : 420,width : 110,height : 69,classCss:"btn_video"},
  931.                                   {x : 1752,y : 442,width : 110,height : 69,classCss:"btn_video"},
  932.                                  // {x : 407,y : 782,width : 110,height : 69,classCss:"btn_observa"},
  933.                                   {x : 897,y : 782,width : 110,height : 69,classCss:"btn_observa"},
  934.                                   {x : 2062,y : 442,width : 110,height : 69,classCss:"btn_observa"},
  935.                                   {x : 2740,y : 1120,width : 110,height : 69,classCss:"btn_audio"},
  936.                                   {x : 1717,y : 1247,width : 110,height : 69,classCss:"btn_interactiv"}],
  937.                     videos:[{
  938.                             name : "video",
  939.                             x:390, y:420, width:1015, height:340,
  940.                             gameInstance : {
  941.                                 title : {
  942.                                     logo:"video",
  943.                                     text : "Colind─âtori ├«n biseric─â.",
  944.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  945.                                     },
  946.                                 src : "video/vol2_pg34_34_colindatori_in_biserica.mp4",
  947.                                 properties : {width:1066, height:600}
  948.                             }
  949.                     },
  950.                     {
  951.                         name : "video",
  952.                         x:1750, y:440, width:310, height:765,
  953.                         gameInstance : {
  954.                             title : {
  955.                                 logo:"video",
  956.                                 text : "Colind─âtori la Patriarhie.",
  957.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  958.                                 },
  959.                             src : "video/vol2_pg35_33_colindatori_la_patriarhie.mp4",
  960.                             properties : {width:1066, height:600}
  961.                         }
  962.                 }],
  963.                     games : [{
  964.                         name : "audio",
  965.                         x:2460, y:440, width:390, height:755,
  966.                         srcAudio:"sounds/audio/pg35_7_iata_vin_colindatori.mp3",
  967.                             
  968.                        },
  969.                        {
  970.                         name : "GamesStatic",
  971.                         x:895, y:780, width:480, height:435,
  972.                         gameInstance : {
  973.                             title : {
  974.                                 logo:"observa",
  975.                                 text : "Colind─âtori",
  976.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  977.                                 fundal : {src : "images/games/statice/img_vol2_pg34_2.jpg",width : 707,height : 530,top : -12,left :0},
  978.                             }
  979.                         }
  980.                     },{
  981.                         name : "GamesStatic",
  982.                         x:2060, y:440, width:310, height:765,
  983.                         gameInstance : {
  984.                             title : {
  985.                                 logo:"observa",
  986.                                 text : "Colind─âtori la Patriarhie",
  987.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  988.                                 fundal : {src : "images/games/statice/img_vol2_pg35.jpg",width : 797,height : 530,top : -12,left :0},
  989.                             }
  990.                         }
  991.                     },{
  992.                         name : "GamesComplex",
  993.                         x:1715, y:1245, width:1155, height:485,
  994.                         gameInstance : {
  995.                             title : {
  996.                                 logo:"interactiv",
  997.                                 text : "Alege varianta corect─â.",
  998.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  999.                                 help : {
  1000.                                     src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  1001.                                     text : "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul VERIFIC─é din dreapta-jos. "+
  1002.                                            "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1003.                                            "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1004.                                 },    
  1005.                             },
  1006.                             gameDates : "GamesInteractivPg35_ex11",
  1007.                             sarcina:"sounds/sarcini/alegeVariantaCorecta.mp3",
  1008.                        }
  1009.                   }]
  1010.                 },
  1011.                 {
  1012.                     page : 17,
  1013.                     pageImage : "images/pagina/pg36.jpg",
  1014.                     pageImage2 : "images/pagina/pg37.jpg",
  1015.                     corner : true,
  1016.                     btnImages : [{x : 357,y : 797,width : 110,height : 69,classCss:"btn_observa"}],
  1017.                     games:[{
  1018.                         name : "GamesStatic",
  1019.                         x:355, y:795, width:855, height:505,
  1020.                         gameInstance : {
  1021.                             title : {
  1022.                                 logo:"observa",
  1023.                                 text : "Colind─âtori",
  1024.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1025.                                 fundal : {src : "images/games/statice/img_vol2_pg36.jpg",width : 783,height : 530,top : -12,left :0},
  1026.                             }
  1027.                         }
  1028.                     }]
  1029.                     
  1030.                     
  1031.                 },
  1032.                 {
  1033.                     page : 18,
  1034.                     pageImage : "images/pagina/pg38.jpg",
  1035.                     pageImage2 : "images/pagina/pg39.jpg",
  1036.                     corner : true,
  1037.                     btnImages : [{x : 252,y : 891,width : 110,height : 69,classCss:"btn_observa"},
  1038.                                  {x : 1917,y : 887,width : 110,height : 69,classCss:"btn_observa"}],
  1039.                     videos:[],
  1040.                     games:[{
  1041.                         name : "GamesStatic",
  1042.                         x:250, y:890, width:555, height:845,
  1043.                         gameInstance : {
  1044.                             title : {
  1045.                                 logo:"observa",
  1046.                                 text : "Na╚Öterea Pruncului Iisus",
  1047.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1048.                                 fundal : {src : "images/games/statice/img_vol2_pg38.jpg",width : 372,height : 530,top : -12,left :0},
  1049.                             }
  1050.                         }
  1051.                     },
  1052.                     {
  1053.                         name : "GamesStatic",
  1054.                         x:1915, y:885, width:715, height:525,
  1055.                         gameInstance : {
  1056.                             title : {
  1057.                                 logo:"observa",
  1058.                                 text : "Colind─âtori",
  1059.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1060.                                 fundal : {src : "images/games/statice/img_vol2_pg39.jpg",width : 795,height : 530,top : -12,left :0},
  1061.                             }
  1062.                         }
  1063.                     }]
  1064.                     
  1065.                     
  1066.                 },
  1067.                 {
  1068.                     page : 19,
  1069.                     pageImage : "images/pagina/pg40.jpg",
  1070.                     pageImage2 : "images/pagina/pg41.jpg",
  1071.                     corner : true,
  1072.                     btnImages : [{x : 317,y : 152,width : 110,height : 69,classCss:"btn_video"},
  1073.                                  {x : 1697,y : 152,width : 110,height : 69,classCss:"btn_observa"},
  1074.                                  {x : 2252,y : 152,width : 110,height : 69,classCss:"btn_audio"},
  1075.                                  {x : 1335,y : 902,width : 110,height : 69,classCss:"btn_interactiv"},
  1076.                                  ],
  1077.                      videos:[{
  1078.                             name : "video",
  1079.                             x:315, y:150, width:955, height:725,
  1080.                             gameInstance : {
  1081.                                 title : {
  1082.                                     logo:"video",
  1083.                                     text : "Grup de colind─âtori",
  1084.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1085.                                 },
  1086.                                 src : "video/vol2_pg40_35_colindatori_Maramures.mp4",//
  1087.                                 properties : {width:1066, height:600}
  1088.                             }
  1089.                         },
  1090.                     ],
  1091.                     games:[{
  1092.                         name : "audio",
  1093.                         x:2250, y:150, width:555, height:855,
  1094.                         srcAudio:"sounds/audio/pg41_5_o_ce_veste_minunata.mp3",
  1095.                             
  1096.                        },{
  1097.                         name : "GamesStatic",
  1098.                         x:1695, y:150, width:555, height:855,
  1099.                         gameInstance : {
  1100.                             title : {
  1101.                                 logo:"observa",
  1102.                                 text : "Na╚Öterea Domnului",
  1103.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1104.                                 fundal : {src : "images/games/statice/img_vol2_pg41_1.jpg",width : 729,height : 530,top : -12,left :0},
  1105.                             }
  1106.                        }
  1107.                     },{
  1108.                         name : "GamesComplex",
  1109.                         x:185, y:900, width:1260, height:225,
  1110.                         gameInstance : {
  1111.                             title : {
  1112.                                 logo:"interactiv",
  1113.                                 text : "G─âse┼ƒte ordinea corect─â a cuvintelor ╚Öi alc─âtuie╚Öte o propozi╚¢ie:",/*Numeroteaz─â cuvintele, pentru a ob╚¢ine enun╚¢urile potrivite.*/
  1114.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1115.                                 help : {
  1116.                                     src : "sounds/help/helpNumeroteazaCuvintele.mp3",
  1117.                                     text : "Cite╚Öte cuvintele si ordoneaz─â-le astfel ├«nc├ót s─â formeze propozi╚¢ii corecte, apoi completeaz─â num─ârul lor de ordine ├«n spa╚¢iile indicate. " +
  1118.                                            "C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL." +
  1119.                                           " Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1120.                                 },
  1121.                                 
  1122.                             },
  1123.                             gameDates : "GamesInteractivPg40_ex12",
  1124.                             sarcina:"sounds/sarcini/pg40_vol2.mp3",
  1125.                         }
  1126.                     }]
  1127.                     
  1128.                     
  1129.                 },
  1130.                 {
  1131.                     page : 20,
  1132.                     pageImage : "images/pagina/pg42.jpg",
  1133.                     pageImage2 : "images/pagina/pg43.jpg",
  1134.                     corner : true,
  1135.                     btnImages : [{x : 387,y : 912,width : 110,height : 69,classCss:"btn_observa"},
  1136.                                  {x : 1712,y : 410,width : 110,height : 69,classCss:"btn_observa"},
  1137.                                 ],
  1138.                     games:[{
  1139.                         name : "GamesStatic",
  1140.                         x:385, y:910, width:885, height:810,
  1141.                         gameInstance : {
  1142.                             title : {
  1143.                                 logo:"observa",
  1144.                                 text : "Sf├óntul Nicolae ┼ƒi copiii.",
  1145.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1146.                                 fundal : {src : "images/games/statice/img_vol2_pg42.jpg",width :399,height : 530,top : -12,left :0},
  1147.                             }
  1148.                        }
  1149.                     },
  1150.                     {
  1151.                         name : "GamesStatic",
  1152.                         x:1695, y:395, width:475, height:730,
  1153.                         gameInstance : {
  1154.                             title : {
  1155.                                 logo:"observa",
  1156.                                 text : "Sf├óntul Nicolae",
  1157.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1158.                                 fundal : {src : "images/games/statice/img_vol2_pg43.jpg",width :363,height : 530,top : -12,left :0},
  1159.                             }
  1160.                        }
  1161.                     }]
  1162.                     
  1163.                     
  1164.                 },
  1165.                 {
  1166.                     page : 21,
  1167.                     pageImage : "images/pagina/pg44.jpg",
  1168.                     pageImage2 : "images/pagina/pg45.jpg",
  1169.                     corner : true,
  1170.                     btnImages : [{x : 647,y : 742,width : 110,height : 69,classCss:"btn_audio"},
  1171.                                  {x : 1037,y : 742,width : 110,height : 69,classCss:"btn_observa"},
  1172.                                  {x : 1630,y :240,width : 110,height : 69,classCss:"btn_interactiv"}
  1173.                     ],
  1174.                     games:[{
  1175.                             name : "audio",
  1176.                             x:645, y:740, width:390, height:1000,
  1177.                             srcAudio:"sounds/audio/pg44_10_astazi_s-a_nascut_hristos.mp3",
  1178.                                 
  1179.                         },
  1180.                        {
  1181.                             name : "GamesStatic",
  1182.                             x:1035, y:740, width:390, height:1000,
  1183.                             gameInstance : {
  1184.                                 title : {
  1185.                                     logo:"observa",
  1186.                                     text : "Icoana Na╚Öterii Domnului",
  1187.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1188.                                     fundal : {src : "images/games/statice/img_vol2_pg44.jpg",width :391,height : 530,top : -12,left :0},
  1189.                                 }
  1190.                            }
  1191.                         },
  1192.                         {
  1193.                             name : "GamesComplex",
  1194.                             x:1615, y:150, width:1260, height:1455,
  1195.                             gameInstance : {
  1196.                                 title : {
  1197.                                     logo:"interactiv",
  1198.                                     text : "G─âse╚Öte imaginea potrivit─â pentru fiecare cuv├ónt.",
  1199.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1200.                                     help : {
  1201.                                         src : "sounds/help/helpGasesteImaginea.mp3",
  1202.                                         text : "Trage cuvintele  care corespund imaginilor din dreapta peste zona marcat─â de pe fiecare ├«n parte. " +
  1203.                                                 "C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  1204.                                                 "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1205.                                                 "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1206.                                         },
  1207.                                     
  1208.                                 },
  1209.                                 gameDates : "GamesInteractivPg45_ex13",
  1210.                                 sarcina:"sounds/sarcini/gasesteImagineaPotrivita.mp3",
  1211.                             }
  1212.                         }]
  1213.                 },
  1214.                 {
  1215.                     page : 22,
  1216.                     pageImage : "images/pagina/pg46.jpg",
  1217.                     pageImage2 : "images/pagina/pg47.jpg",
  1218.                     corner : true,
  1219.                     btnImages : [{x : 362,y : 902,width : 110,height : 69,classCss:"btn_audio"},
  1220.                                  {x : 802,y : 902,width : 110,height : 69,classCss:"btn_observa"},
  1221.                     ],
  1222.                     videos:[],
  1223.                     games:[{
  1224.                         name : "audio",
  1225.                         x:360, y:900, width:440, height:625,
  1226.                         srcAudio:"sounds/audio/pg46_b4_steaua_sus_rasare.mp3",
  1227.                             
  1228.                     },
  1229.                    {
  1230.                         name : "GamesStatic",
  1231.                         x:800, y:900, width:440, height:625,
  1232.                         gameInstance : {
  1233.                             title : {
  1234.                                 logo:"observa",
  1235.                                 text : "Copiii c├ónt─â ΓÇ₧Steaua sus r─âsare!ΓÇ¥ ",
  1236.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1237.                                 fundal : {src : "images/games/statice/img_vol2_pg46.jpg",width :809,height : 530,top : -12,left :0},
  1238.                             }
  1239.                        }
  1240.                     }]
  1241.                 },
  1242.                 {
  1243.                     page : 23,
  1244.                     pageImage : "images/pagina/pg48.jpg",
  1245.                     pageImage2 : "images/pagina/pg49.jpg",
  1246.                     corner : true,
  1247.                     btnImages : [{x : 180,y : 632,width : 110,height : 69,classCss:"btn_video"},
  1248.                                  {x : 1680,y : 782,width : 110,height : 69,classCss:"btn_video"},
  1249.                                  {x : 512,y : 1092,width : 110,height : 69,classCss:"btn_observa"},
  1250.                                  {x : 730,y : 377,width : 110,height : 69,classCss:"btn_interactiv"},
  1251.                                  {x : 2337,y : 1467,width : 110,height : 69,classCss:"btn_interactiv"}
  1252.                                 ],
  1253.                     videos:[{
  1254.                             name : "video",
  1255.                             x:185, y:630, width:1270, height:440, 
  1256.                             gameInstance : {
  1257.                                 title : {
  1258.                                     logo:"video",
  1259.                                     text : "Biserica ├Änvierii Domnului Hristos",
  1260.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1261.                                 },
  1262.                                 src : "video/vol2_pg48_23M_biserica_invierii_si_a_sf.mormant.mp4",
  1263.                                 properties : {width:1066, height:600}
  1264.                             }
  1265.                         },
  1266.                         {
  1267.                             name : "video",
  1268.                             x:1683, y:722, width:1183, height:366, 
  1269.                             gameInstance : {
  1270.                                 title : {
  1271.                                     logo:"video",
  1272.                                     text : "Preg─âtiri tradi┼úionale de Sfintele Pa┼ƒti.",
  1273.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1274.                                 },
  1275.                                 src : "video/vol2_pg49_17.mp4",
  1276.                                 properties : {width:1066, height:600}
  1277.                             }
  1278.                         }],            
  1279.                     games:[{
  1280.                             name : "GamesStatic",
  1281.                             x:510, y:1090, width:555, height:655,
  1282.                             gameInstance : {
  1283.                                 title : {
  1284.                                     logo:"observa",
  1285.                                     text : "├Änvierea M├óntuitorului",
  1286.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1287.                                     fundal : {src : "images/games/statice/img_vol2_pg48.jpg",width : 450,height : 530,top : -12,left :0},
  1288.                                 }
  1289.                            }
  1290.                         },{
  1291.                             name : "GamesComplex",
  1292.                             x:790, y:375, width:590, height:245,
  1293.                             gameInstance : {
  1294.                                 title : {
  1295.                                     logo:"interactiv",
  1296.                                     text : "Bifeaz─â r─âspunsul corect.",
  1297.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1298.                                     help : {
  1299.                                         src : "sounds/help/helpBifeazaRaspunsulCorect.mp3",
  1300.                                         text : "Bifeaz─â  r─âspunsul sau r─âspunsurile corecte. C├ónd consideri c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos. " +
  1301.                                                 "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1302.                                                 "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1303.                                     },    
  1304.                                 },
  1305.                                 gameDates : "GamesInteractivPg48_ex14",
  1306.                                 sarcina:"sounds/sarcini/bifeazaRaspunsulCorect.mp3",
  1307.                            }
  1308.                       },{
  1309.                             name : "GamesComplex",
  1310.                             x:2335, y:1465, width:505, height:240,
  1311.                             gameInstance : {
  1312.                                 title : {
  1313.                                     logo:"interactiv",
  1314.                                     text : "Alege r─âspunsul corect.",
  1315.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1316.                                     help : {
  1317.                                         src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  1318.                                         text : "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul VERIFIC─é din dreapta-jos."+
  1319.                                                "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1320.                                                "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1321.                                     },    
  1322.                                 },
  1323.                                 gameDates : "GamesInteractivPg49_ex15",
  1324.                                 sarcina:"sounds/sarcini/alegeRaspunsulCorect.mp3",
  1325.                            }
  1326.                       }]
  1327.                     
  1328.                     
  1329.                 },
  1330.                 {
  1331.                     page : 24,
  1332.                     pageImage : "images/pagina/pg50.jpg",
  1333.                     pageImage2 : "images/pagina/pg51.jpg",
  1334.                     corner : true,
  1335.                     btnImages : [{x : 355,y : 497,width : 110,height : 69,classCss:"btn_video"},
  1336.                                  {x : 1672,y : 157,width : 110,height : 69,classCss:"btn_video"},
  1337.                                  {x : 1712,y : 409,width : 110,height : 69,classCss:"btn_observa"}],
  1338.                     videos:[{
  1339.                             name : "video",
  1340.                             x:395, y:495, width:995, height:340, 
  1341.                             gameInstance : {
  1342.                                 title : {
  1343.                                     logo:"video",
  1344.                                     text : "Slujba ├Änvierii Domnului Hristos (fragment)",
  1345.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1346.                                 },
  1347.                                 src : "video/vol2_pg50_21M_slujba_de_inviere_cu_Hristos_a_inviat.mp4",
  1348.                                 properties : {width:1066, height:600}
  1349.                             }
  1350.                    },
  1351.                    {
  1352.                         name : "video",
  1353.                         x:1670, y:155, width:1205, height:220, 
  1354.                         gameInstance : {
  1355.                             title : {
  1356.                                 logo:"video",
  1357.                                 text : "Slujba ├Änvierii Domnului Hristos (fragment)",
  1358.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1359.                             },
  1360.                             src : "video/vol2_pg51_36_preot_slujba_invierii.mp4",
  1361.                             properties : {width:1066, height:600}
  1362.                         }
  1363.                }],
  1364.                    games:[{
  1365.                         name : "GamesStatic",
  1366.                         x:1710, y:405, width:1130, height:760,
  1367.                         gameInstance : {
  1368.                             title : {
  1369.                                 logo:"observa",
  1370.                                 text : "Credincio╚Öi ├«n noaptea de ├Änviere",
  1371.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1372.                                 fundal : {src : "images/games/statice/img_vol2_pg51.jpg",width: 795,height : 530,top : -12,left :0},
  1373.                             }
  1374.                        }
  1375.                     }]
  1376.                     
  1377.  
  1378.                 },
  1379.                 {
  1380.                     page : 25,
  1381.                     pageImage : "images/pagina/pg52.jpg",
  1382.                     pageImage2 : "images/pagina/pg53.jpg",
  1383.                     corner : true,
  1384.                     btnImages : [{x : 312,y : 887,width : 110,height : 69,classCss:"btn_observa"},
  1385.                                  {x : 847,y : 887,width : 110,height : 69,classCss:"btn_observa"},
  1386.                                  {x : 312,y : 1317,width : 110,height : 69,classCss:"btn_observa"},
  1387.                                  {x : 217,y :387,width : 110,height : 69,classCss:"btn_interactiv"}
  1388.                                  ],
  1389.                     games:[{
  1390.                             name : "GamesStatic",
  1391.                             x:310, y:885, width:450, height:415,
  1392.                             gameInstance : {
  1393.                                 title : {
  1394.                                     logo:"observa",
  1395.                                     text : "Ne spovedim.",
  1396.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1397.                                     fundal : {src : "images/games/statice/img_vol2_pg52_1.jpg",width : 365,height : 530,top :-12,left :0},
  1398.                                 }
  1399.                            }    
  1400.                         
  1401.                        },{
  1402.                             name : "GamesStatic",
  1403.                             x:845, y:885, width:450, height:415,
  1404.                             gameInstance : {
  1405.                                 title : {
  1406.                                     logo:"observa",
  1407.                                     text : "Ne ├«mp─ârt─â╚Öim.",
  1408.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1409.                                     fundal : {src : "images/games/statice/img_vol2_pg52_3.jpg",width :796,height : 530,top : -12,left :0},
  1410.                                 }
  1411.                            }    
  1412.                             
  1413.                     },
  1414.                     {
  1415.                         name : "GamesStatic",
  1416.                         x:310, y:1315, width:450, height:415,
  1417.                         gameInstance : {
  1418.                             title : {
  1419.                                 logo:"observa",
  1420.                                 text : "Pict─âm.",
  1421.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1422.                                 fundal : {src : "images/games/statice/img_vol2_pg52_2.jpg",width :352,height : 530,top : -12,left :0},
  1423.                             }
  1424.                        }    
  1425.                         
  1426.                 },{
  1427.                     name : "GamesComplex",
  1428.                     x:215, y:295, width:1160, height:165,
  1429.                     gameInstance : {
  1430.                         title : {
  1431.                             logo:"interactiv",
  1432.                             text : "Alege varianta corect─â.",
  1433.                             position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1434.                             help : {
  1435.                                 src : "sounds/help/helpAlegeRaspunsulCorect.mp3",
  1436.                                 text : "F─â clic pe r─âspunsul sau r─âspunsurile corecte. C├ónd crezi c─â ai terminat, apas─â butonul  VERIFIC─é din dreapta-jos."+
  1437.                                        "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1438.                                        "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1439.                             },    
  1440.                         },
  1441.                         gameDates : "GamesInteractivPg52_ex16",
  1442.                         sarcina:"sounds/sarcini/alegeVariantaCorecta.mp3",
  1443.                    }
  1444.                }]
  1445.               },
  1446.                 {
  1447.                     page : 26,
  1448.                     pageImage : "images/pagina/pg54.jpg",
  1449.                     pageImage2 : "images/pagina/pg55.jpg",
  1450.                     corner : true,
  1451.                     btnImages : [{x : 255,y : 877,width : 110,height : 69,classCss:"btn_observa"},
  1452.                                  {x : 2282,y : 367,width : 110,height : 69,classCss:"btn_observa"},
  1453.                                 ],
  1454.                     games:[{
  1455.                             name : "GamesStatic",
  1456.                             x:255, y:875, width:590, height:855,
  1457.                             gameInstance : {
  1458.                                 title : {
  1459.                                     logo:"observa",
  1460.                                     text : "Copiii ciocnesc ou─â ro╚Öii </br>de Sfintele Pa╚Öti.",
  1461.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1462.                                     fundal : {src : "images/games/statice/img_vol2_pg54.jpg",width :352,height : 530,top : -12,left :0},
  1463.                                 }
  1464.                            }    
  1465.                             
  1466.                    },{
  1467.                         name : "GamesStatic",
  1468.                         x:2280, y:365, width:550, height:860,
  1469.                         gameInstance : {
  1470.                             title : {
  1471.                                 logo:"observa",
  1472.                                 text : "De Pa╚Öti, natura se ├«mbrac─â </br>├«n straie de s─ârb─âtoare.",
  1473.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1474.                                 fundal : {src : "images/games/statice/img_vol2_pg55.jpg",width :366,height : 530,top : -12,left :0},
  1475.                             }
  1476.                        }    
  1477.                         
  1478.                   }],
  1479.                 },
  1480.                 {
  1481.                     page : 28,
  1482.                     pageImage : "images/pagina/pg56.jpg",
  1483.                     pageImage2 : "images/pagina/pg57.jpg",
  1484.                     corner : true,
  1485.                     btnImages : [{x : 1797,y : 462,width : 110,height : 69,classCss:"btn_video"},
  1486.                                  {x : 218,y : 390,width : 110,height : 69,classCss:"btn_interactiv"},
  1487.                                 ],
  1488.                      videos:[{
  1489.                             name : "video",
  1490.                             x:1795, y:460, width:960, height:635,
  1491.                             gameInstance : {
  1492.                                 title : {
  1493.                                     logo:"video",
  1494.                                     text : "Veni╚¢i de lua╚¢i lumin─â!",
  1495.                                     position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1496.                                 },
  1497.                                 src : "video/vol2_pg57_24M_slujba_invierii_la_biserica_invierii_ierusalim.mp4",
  1498.                                 properties : {width:1066, height:600}
  1499.                             }
  1500.                         }],            
  1501.                     games:[{
  1502.                         name : "GamesComplex",
  1503.                         x:218, y:300, width:1240, height:910,
  1504.                         gameInstance : {
  1505.                             title : {
  1506.                                 logo:"interactiv",
  1507.                                 text : "Identific─â anotimpul ├«n care s─ârb─âtorim ├Änvierea Domnului.",
  1508.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1509.                                 help : {
  1510.                                     src : "sounds/help/helpAlegeImagineaCorecta.mp3",
  1511.                                     text : "Prive╚Öte cu aten╚¢ie apoi alege imaginea corect─â. Bifeaz─â c─âsu╚¢a de sub ea, apoi apas─â butonul  VERIFIC─é din dreapta-jos. " +
  1512.                                            "Nu uita c─â ai posibilitatea de a rezolva din nou, ap─âs├ónd butonul  REPET─é JOCUL. " +
  1513.                                            "Pentru a ├«nchide fereastra, apas─â butonul  ├ÄNCHIDE aflat ├«n col╚¢ul din dreapta-sus."
  1514.                                 }    
  1515.                             },
  1516.                             gameDates : "GamesInteractivPg56_ex17",
  1517.                             sarcina:"sounds/sarcini/alegeImagineaCorecta.mp3",
  1518.                        }
  1519.                   }],
  1520.                     
  1521.                 },
  1522.                 {
  1523.                     page : 29,
  1524.                     pageImage : "images/pagina/pg58.jpg",
  1525.                     pageImage2 : "images/pagina/pg59.jpg",
  1526.                     corner : true,
  1527.                     btnImages : [{x : 399,y : 665,width : 110,height : 69,classCss:"btn_observa"},
  1528.                                  ],
  1529.                     games:[{
  1530.                         name : "GamesStatic",
  1531.                         x:397, y:663, width:780, height:1090,
  1532.                         gameInstance : {
  1533.                             title : {
  1534.                                 logo:"observa",
  1535.                                 text : "├Änvierea Domnului Iisus Hristos",
  1536.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1537.                                 fundal : {src : "images/games/statice/img_vol2_pg58.jpg",width : 386,height : 530,top : -12,left :0},
  1538.                             }
  1539.                        }    
  1540.                      }]
  1541.                     
  1542.  
  1543.                 },
  1544.                 {
  1545.                     page : 30,
  1546.                     pageImage : "images/pagina/pg60.jpg",
  1547.                     pageImage2 : "images/pagina/pg61.jpg",
  1548.                     corner : true,
  1549.                     btnImages : [{x : 367,y : 1027,width : 110,height : 69,classCss:"btn_observa"},
  1550.                                  ],
  1551.                     games:[{
  1552.                         name : "GamesStatic",
  1553.                         x:365, y:1025, width:865, height:700,
  1554.                         gameInstance : {
  1555.                             title : {
  1556.                                 logo:"observa",
  1557.                                 text : "Ou─â ├«ncondeiate din Bucovina",
  1558.                                 position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1559.                                 fundal : {src : "images/games/statice/img_vol2_pg60.jpg",width : 707,height : 530,top : -12,left :0},
  1560.                             }
  1561.                         }
  1562.                     }]
  1563.                     
  1564.                 }, {
  1565.                     page : 31,
  1566.                     pageImage : "images/pagina/pg62.jpg",
  1567.                     pageImage2 : "images/pagina/pg63.jpg",
  1568.                     corner : true,
  1569.                     btnImages : [{x : 922,y : 1177,width : 110,height : 69,classCss:"btn_observa"},
  1570.                                  {x : 2407,y : 322,width : 110,height : 69,classCss:"btn_observa"},
  1571.                                  ],
  1572.                     games:[{
  1573.                             name : "GamesStatic",
  1574.                             x:920, y:1175, width:454, height:564,
  1575.                             gameInstance : {
  1576.                                 title : {
  1577.                                      logo:"observa",
  1578.                                      text : "Rug─âciune la sf├ór╚Öitul orelor de curs",
  1579.                                      position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1580.                                      fundal : {src : "images/games/statice/img_vol2_pg62.jpg",width : 434,height : 530,top : -12,left :0},
  1581.                                 }
  1582.                             }
  1583.                       },
  1584.                       {
  1585.                             name : "GamesStatic",
  1586.                             x:2405, y:320, width:400, height:560,
  1587.                             gameInstance : {
  1588.                                 title : {
  1589.                                      logo:"observa",
  1590.                                      text : "Rug─âciune pentru p─ârin╚¢i",
  1591.                                      position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1592.                                      fundal : {src : "images/games/statice/img_vol2_pg63.jpg",width :353,height : 530,top : -12,left :0},
  1593.                                 }
  1594.                             }
  1595.                       }]
  1596.                     
  1597.                 }, {
  1598.                     page : 32,
  1599.                     pageImage : "images/pagina/pg64.jpg",
  1600.                     pageImage2 : "images/pagina/pg_alba.jpg",
  1601.                     corner : true,
  1602.                     btnImages : [{x :807,y : 152,width : 110,height : 69,classCss:"btn_observa"},
  1603.                                 ],
  1604.                                 
  1605.                     games:[{
  1606.                             name : "GamesStatic",
  1607.                             x:805, y:150, width:570, height:820,
  1608.                             gameInstance : {
  1609.                                 title : {
  1610.                                      logo:"observa",
  1611.                                      text : "├Änger",
  1612.                                      position : {left : 1200,widthLogo : 110,heightLogo : 69,leftLogo : 0,topLogo : 20},
  1613.                                      fundal : {src : "images/games/statice/img_vol2_pg64.jpg",width : 372,height : 530,top : -12,left :0},
  1614.                                 }
  1615.                            }    
  1616.                    }]
  1617.             },
  1618.             {
  1619.                 page : 33,
  1620.                 pageImage : "images/pagina/coperta4.jpg",
  1621.                 pageImage2 : "images/pagina/pagina_final.jpg",
  1622.                 corner : false,
  1623.                 
  1624.         }]
  1625.     };
  1626.  
  1627.     this.sounds = [
  1628.  
  1629.                    {
  1630.                        id : "click",
  1631.                        src : "comune/click.mp3"
  1632.                    }, {
  1633.                        id : "checkRight",// corect
  1634.                        src : "comune/checkRight.mp3"
  1635.                    }, {
  1636.                        id : "checkWrong",// gresit
  1637.                        src : "comune/checkWrong.mp3"
  1638.                    }, {
  1639.                        id : "rightAnswer",// daca raspunde corect
  1640.                        src : "comune/rightAnswer.mp3"
  1641.                    }, {
  1642.                        id : "rightAnswer1",// daca raspunde corect
  1643.                    },{
  1644.                        id : "rightAnswer2",// daca raspunde corect
  1645.                        src : "comune/rightAnswer2.mp3"
  1646.                    },{
  1647.                        id : "rightAnswer3",// daca raspunde corect
  1648.                        src : "comune/rightAnswer3.mp3"
  1649.                    },{
  1650.                        id : "wrongAnswer",
  1651.                        src : "comune/wrongAnswer.mp3"
  1652.                    }, {
  1653.                        id : "wrongAnswer1",
  1654.                        src : "comune/wrongAnswer1.mp3"
  1655.                    }, {
  1656.                        id : "wrongAnswer2",
  1657.                        src : "comune/wrongAnswer2.mp3"
  1658.                    }, {
  1659.                        id : "wrongAnswer3",
  1660.                        src : "comune/wrongAnswer3.mp3"
  1661.                    }, {
  1662.                        id : "wrongAnswer4",
  1663.                        src : "comune/wrongAnswer4.mp3"
  1664.                    },{
  1665.                        id : "correctAnswer",// urmeaza raspunsul corect
  1666.                        src : "comune/correctAnswer.mp3"
  1667.                    }  , {
  1668.                        id : "notFinish",// urmeaza raspunsul corect
  1669.                        src : "comune/noInput.mp3"
  1670.                    } 
  1671.                    ];
  1672.  
  1673.     this.images = [ {
  1674.         id : "empty",
  1675.         src : "imagesCommon/empty.png"
  1676.     }, {
  1677.         id : "ok",
  1678.         src : "imagesCommon/ok.png"
  1679.     }, {
  1680.         id : "wrong",
  1681.         src : "imagesCommon/wrong.png"
  1682.     }, {
  1683.         id : "tick",
  1684.         src : "imagesCommon/tick.png"
  1685.     } ];
  1686.  
  1687.     this.dates = {
  1688.             GamesInteractivPg06_ex1: [{              //numele jocului 
  1689.                 nameGame : "GamesChooseRadioBox",
  1690.                 result : {page : 06, noExcercise :1, totalItem : 1},  //inregistrarea rezultatelor
  1691. //                noLevelImages : 4,
  1692.                 imagesSrc : "images/",
  1693. //                checkLength: 4,
  1694.                 fundal : {src : "images/games/interactive/pg06_ex1.jpg",width : 1030,height : 530,top : -10,left : -20},
  1695.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1696.                 input : {
  1697.                     width : 24,
  1698.                     height : 24
  1699.                 },
  1700.                 objects : [ {
  1701.                     id : 0,
  1702.                     left:76,top:154 ,//lui Dumnezeu
  1703.                     response : '1'
  1704.                 }, {
  1705.                     id : 1,
  1706.                     left:76,top:184 ,
  1707.                     response : '0'
  1708.                 }]
  1709.             }],
  1710.             GamesInteractivPg11_ex2: [{              //numele jocului 
  1711.                 nameGame : "GamesChooseRadioBox",
  1712.                 result : {page : 11, noExcercise :2, totalItem : 1},  //inregistrarea rezultatelor
  1713. //                noLevelImages : 4,
  1714.                 imagesSrc : "images/",
  1715. //                checkLength: 4,
  1716.                 fundal : {src : "images/games/interactive/pg11_ex2.jpg",width : 1030,height : 530,top : -10,left : -20},
  1717.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1718.                 input : {
  1719.                     width : 24,
  1720.                     height : 24
  1721.                 },
  1722.                 objects : [ {
  1723.                     id : 0,
  1724.                     left:76,top:154 ,//Convorbirea sufletului cu Dumnezeu
  1725.                     response : '1'
  1726.                 }, {
  1727.                     id : 1,
  1728.                     left:76,top:184 ,
  1729.                     response : '0'
  1730.                 }]
  1731.             }],
  1732.             GamesInteractivPg12_ex3: [{              //numele jocului 
  1733.                 nameGame : "GamesChooseRadioBox",
  1734.                 result : {page : 12, noExcercise :3, totalItem : 1},  //inregistrarea rezultatelor
  1735. //                noLevelImages : 4,
  1736.                 imagesSrc : "images/",
  1737. //                checkLength: 4,
  1738.                 fundal : {src : "images/games/interactive/pg12_ex3.jpg",width : 1030,height : 530,top : -10,left : -20},
  1739.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1740.                 input : {
  1741.                     width : 24,
  1742.                     height : 24
  1743.                 },
  1744.                 objects : [ {
  1745.                     id : 0,
  1746.                     left:76,top:154 ,//Semnul sfintei cruci
  1747.                     response : '1'
  1748.                 }, {
  1749.                     id : 1,
  1750.                     left:76,top:184 ,
  1751.                     response : '0'
  1752.                 }]
  1753.             }],
  1754.             GamesInteractivPg14_ex4: [{              //numele jocului 
  1755.                 nameGame : "GamesChooseRadioBox",
  1756.                 result : {page : 14, noExcercise :4, totalItem : 1},  //inregistrarea rezultatelor
  1757. //                noLevelImages : 4,
  1758.                 imagesSrc : "images/",
  1759. //                checkLength: 4,
  1760.                 fundal : {src : "images/games/interactive/pg14_ex4.jpg",width : 1030,height : 530,top : -10,left : -20},
  1761.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1762.                 input : {
  1763.                     width : 24,
  1764.                     height : 24
  1765.                 },
  1766.                 objects : [ {
  1767.                     id : 0,
  1768.                     left:76,top:154 ,//Multumeste lui Dumenzeu pentru hrana
  1769.                     response : '1'
  1770.                 }, {
  1771.                     id : 1,
  1772.                     left:76,top:184 ,
  1773.                     response : '0'
  1774.                 }]
  1775.             }],
  1776. //            GamesInteractivPg15_ex5 : [{
  1777. //                nameGame : "GamesPuzzle",
  1778. //                result : {page : 15,noExcercise :5,totalItem : 16},
  1779. //                imagesSrc : "images/games/interactive/pg15_ex5_puzzle/",
  1780. //                fundal : {src : "images/games/interactive/pg15_ex5_puzzle/previewImg.jpg",width : 100,height : 200,top : 20,left : 0},
  1781. //                dropArea : {width : 245,height : 367,top :5,left : 400},
  1782. //                columns: 1,
  1783. //                objects : [ {
  1784. //                    id : 0,
  1785. //                    left:-30,top:375,width:60,height:90,src : "piesa16.jpg",response:15
  1786. //                }, {
  1787. //                    id : 1,
  1788. //                    left:35,top:375,width:60,height:90,src : "piesa7.jpg",response:6
  1789. //                }, {
  1790. //                    id : 2,
  1791. //                    left:100,top:375,width:60,height:90,src : "piesa14.jpg",response:13
  1792. //                     
  1793. //                },  {
  1794. //                    id : 3,
  1795. //                    left:165,top:375,width:60,height:90,src : "piesa13.jpg",response:12
  1796. //                     
  1797. //                },{
  1798. //                    id : 4,
  1799. //                    left:230,top:375,width:60,height:90,src : "piesa8.jpg",response:7
  1800. //                    
  1801. //                }, {
  1802. //                    id : 5,
  1803. //                    left:295,top:375,width:60,height:90,src : "piesa5.jpg",response:4
  1804. //                     
  1805. //                },{
  1806. //                    id : 6,
  1807. //                    left:360,top:375,width:60,height:90,src : "piesa1.jpg",response:0
  1808. //                }, {
  1809. //                    id : 7,
  1810. //                    left:425,top:375,width:60,height:90,src : "piesa4.jpg",response:3
  1811. //                     
  1812. //                }, {
  1813. //                    id : 8,
  1814. //                    left:490,top:375,width:60,height:90,src : "piesa10.jpg",response:9
  1815. //                     
  1816. //                },  {
  1817. //                    id : 9,
  1818. //                    left:555,top:375,width:60,height:90,src : "piesa2.jpg",response:1
  1819. //                     
  1820. //                },{
  1821. //                    id : 10,
  1822. //                    left:620,top:375,width:60,height:90,src : "piesa11.jpg",response:10
  1823. //                    
  1824. //                }, {
  1825. //                    id : 11,
  1826. //                    left:685    ,top:375,width:60,height:90,src : "piesa3.jpg",response:2
  1827. //                     
  1828. //                },{
  1829. //                    id : 12,
  1830. //                    left:750,top:375,width:60,height:90,src : "piesa6.jpg",response:5
  1831. //                }, {
  1832. //                    id : 13,
  1833. //                    left:815,top:375,width:60,height:90,src : "piesa9.jpg",response:8
  1834. //                     
  1835. //                }, {
  1836. //                    id : 14,
  1837. //                    left:880,top:375,width:60,height:90,src : "piesa12.jpg",response:11
  1838. //                     
  1839. //                },  {
  1840. //                    id : 15,
  1841. //                    left:945,top:375,width:60,height:90,src : "piesa15.jpg",response:14
  1842. //                     
  1843. //                }],
  1844. //                area : [ {
  1845. //                    id : 0,
  1846. //                    left:403,top:7,width:60,height:90
  1847. //                }, {
  1848. //                    id : 1,
  1849. //                    left:463,top:7,width:60,height:90
  1850. //                }, {
  1851. //                    id : 2,
  1852. //                    left:523,top:7,width:60,height:90
  1853. //                }, {
  1854. //                    id : 3,
  1855. //                    left:583,top:7,width:60,height:90
  1856. //                }, {
  1857. //                    id : 4,
  1858. //                    left:403,top:97,width:60,height:90
  1859. //                }, {
  1860. //                    id : 5,
  1861. //                    left:463,top:97,width:60,height:90
  1862. //                },{
  1863. //                    id : 6,
  1864. //                    left:523,top:97,width:60,height:90
  1865. //                }, {
  1866. //                    id : 7,
  1867. //                    left:583,top:97,width:60,height:90
  1868. //                }, {
  1869. //                    id : 8,
  1870. //                    left:403,top:187,width:60,height:90
  1871. //                }, {
  1872. //                    id : 9,
  1873. //                    left:463,top:187,width:60,height:90
  1874. //                }, {
  1875. //                    id : 10,
  1876. //                    left:523,top:187,width:60,height:90
  1877. //                }, {
  1878. //                    id : 11,
  1879. //                    left:583,top:187,width:60,height:90
  1880. //                },{
  1881. //                    id : 12,
  1882. //                    left:403,top:277,width:60,height:90
  1883. //                }, {
  1884. //                    id : 13,
  1885. //                    left:463,top:277,width:60,height:90
  1886. //                }, {
  1887. //                    id : 14,
  1888. //                    left:523,top:277,width:60,height:90
  1889. //                }, {
  1890. //                    id : 15,
  1891. //                    left:583,top:277,width:60,height:90
  1892. //                }]
  1893. //            }],
  1894.             GamesInteractivPg16_ex6: [{              //numele jocului 
  1895.                 nameGame : "GamesChooseRadioBox",
  1896.                 result : {page : 16, noExcercise :6, totalItem : 1},  //inregistrarea rezultatelor
  1897. //                noLevelImages : 4,
  1898.                 imagesSrc : "images/",
  1899. //                checkLength: 4,
  1900.                 fundal : {src : "images/games/interactive/pg16_ex6.jpg",width : 1030,height : 530,top : -10,left : -20},
  1901.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1902.                 input : {
  1903.                     width : 24,
  1904.                     height : 24
  1905.                 },
  1906.                 objects : [ {
  1907.                     id : 0,
  1908.                     left:76,top:154 ,
  1909.                     response : '0'
  1910.                 }, {
  1911.                     id : 1,
  1912.                     left:76,top:184 ,
  1913.                     response : '1'//Acasa, la biserica, la scoala
  1914.                 }]
  1915.             }],
  1916.             GamesInteractivPg23_ex7: [{              //numele jocului 
  1917.                 nameGame : "GamesChooseRadioBox",
  1918.                 result : {page : 23, noExcercise :7, totalItem : 1},  //inregistrarea rezultatelor
  1919. //                noLevelImages : 4,
  1920.                 imagesSrc : "images/",
  1921. //                checkLength: 4,
  1922.                 fundal : {src : "images/games/interactive/pg23_ex7.jpg",width : 1030,height : 530,top : -10,left : -20},
  1923.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  1924.                 input : {
  1925.                     width : 24,
  1926.                     height : 24
  1927.                 },
  1928.                 objects : [ {
  1929.                     id : 0,
  1930.                     left:76,top:154 ,
  1931.                     response : '1'//DA
  1932.                 }, {
  1933.                     id : 1,
  1934.                     left:76,top:184 ,
  1935.                     response : '0'
  1936.                 }]
  1937.             }],
  1938.             GamesInteractivPg26_ex8 : [{
  1939.                 nameGame : "GamesWriteNumbers",
  1940.                 result : {page : 26,noExcercise :8,totalItem : 6},
  1941.                 imagesSrc : "images/",
  1942.                 columns: 1,
  1943.                 fundal : {src : "images/games/interactive/pg26_ex8.jpg",width :883,height : 530,top : -10,left : 50},
  1944.                 colorInput:"border-color: #C08651; box-shadow: 0 0 10px #A77649;border:2;font-size:25px;",
  1945.                 overColor:"0 0 10px #A77649",
  1946.                 outColor:"0 0 10px #A77649",
  1947.                 objects : [ {
  1948.                     id : 0,
  1949.                     left:110,top:210, width:40, height : 40, maxlength:1,//Dumnezeu
  1950.                     response : '6'
  1951.                 }, {
  1952.                     id : 1,
  1953.                     left:350,top:210, width:40, height : 40, maxlength:1,//este
  1954.                     response : '2'
  1955.                 }, {
  1956.                     id : 2,
  1957.                     left:570,top:210,  width:40, height : 40, maxlength:1,//omului
  1958.                     response : '4'
  1959.                 }, {
  1960.                     id : 3,
  1961.                     left:810,top:210, width:40, height : 40, maxlength:1,//vorbirea
  1962.                     response : '3'
  1963.                 },{
  1964.                     id : 4,
  1965.                     left:250,top:410, width:40, height : 40, maxlength:1,//Rugaciunea
  1966.                     response : '1'
  1967.                 },{
  1968.                     id : 5,
  1969.                     left:570,top:410, width:40, height : 40, maxlength:1,//cu
  1970.                     response : '5'
  1971.                 }]
  1972.             }],
  1973.             
  1974.             
  1975.             GamesInteractivPg27_ex9 : [{
  1976.                 nameGame : "GamesSingleTick",
  1977.                 result : {page : 27,noExcercise :9,totalItem : 4},
  1978.                 noLevelImages : 4,
  1979.                  imgTick : {src:"imagesCommon/tick.png",top:5,left:7,width :40, height : 40},//incercuiala
  1980.                 imagesSrc : "images/",
  1981.                 displayInput: "none",
  1982.                  fundal : {src : "images/games/interactive/pg27_ex9.jpg",width : 883,height : 530,top : -10,left : 50},
  1983.                 //respose 1: selected ; 0:unselected
  1984.                  objects : [ {
  1985.                       id : 0,
  1986.                       left:204,top:282, width :30, height :30,
  1987.                       response : '1'
  1988.                      }, {
  1989.                       id : 1,
  1990.                       left:428,top:282, width :30, height :30,
  1991.                       response : '1'//Maica Domnului
  1992.                      }, {
  1993.                       id : 2,
  1994.                       left:662,top:282, width :30, height :30,
  1995.                       response : '1'
  1996.                      }, {
  1997.                       id : 3,
  1998.                       left:887,top:282, width :30, height :30,
  1999.                       response : '0'
  2000.                      }]
  2001.                 ,
  2002.                 inputs : [ {
  2003.                         id : 0,
  2004.                         left:204,top:282, width :45, height :45,//
  2005.                     }, {
  2006.                         id : 1,
  2007.                         left:428,top:282, width :45, height :45,//
  2008.                     }, {
  2009.                         id : 2,
  2010.                         left:662,top:282, width :45, height :45,
  2011.                     }, {
  2012.                         id : 3,
  2013.                          left:887,top:282, width :45, height :45,
  2014.                     } ]
  2015.             }],
  2016.             GamesInteractivPg29_ex5 : [{
  2017.                 nameGame : "GamesPuzzle",
  2018.                 result : {page : 29,noExcercise :5,totalItem : 16},
  2019.                 imagesSrc : "images/games/interactive/pg29_ex5_puzzle/",
  2020.                 fundal : {src : "images/games/interactive/pg29_ex5_puzzle/previewImg.jpg",width : 208,height : 133,top : 20,left : 0},
  2021.                 dropArea : {width : 464,height : 304,top :18,left : 268},
  2022.                 columns: 1,
  2023.                 objects : [ {
  2024.                     id : 0,
  2025.                     left:10,top:420,width:115,height:75,src : "piesa16.jpg",response:15
  2026.                 }, {
  2027.                     id : 1,
  2028.                     left:130,top:420,width:115,height:75,src : "piesa7.jpg",response:6
  2029.                 }, {
  2030.                     id : 2,
  2031.                     left:250,top:420,width:115,height:75,src : "piesa14.jpg",response:13
  2032.                      
  2033.                 },  {
  2034.                     id : 3,
  2035.                     left:370,top:420,width:115,height:75,src : "piesa13.jpg",response:12
  2036.                      
  2037.                 },{
  2038.                     id : 4,
  2039.                     left:490,top:420,width:115,height:75,src : "piesa8.jpg",response:7
  2040.                     
  2041.                 }, {
  2042.                     id : 5,
  2043.                     left:610,top:420,width:115,height:75,src : "piesa5.jpg",response:4
  2044.                      
  2045.                 },{
  2046.                     id : 6,
  2047.                     left:730,top:420,width:115,height:75,src : "piesa1.jpg",response:0
  2048.                 }, {
  2049.                     id : 7,
  2050.                     left:850,top:420,width:115,height:75,src : "piesa4.jpg",response:3
  2051.                      
  2052.                 }, {
  2053.                     id : 8,
  2054.                     left:10,top:330,width:115,height:75,src : "piesa10.jpg",response:9
  2055.                      
  2056.                 },  {
  2057.                     id : 9,
  2058.                     left:130,top:330,width:115,height:75,src : "piesa2.jpg",response:1
  2059.                      
  2060.                 },{
  2061.                     id : 10,
  2062.                     left:250,top:330,width:115,height:75,src : "piesa11.jpg",response:10
  2063.                     
  2064.                 }, {
  2065.                     id : 11,
  2066.                     left:370,top:330,width:115,height:75,src : "piesa3.jpg",response:2
  2067.                      
  2068.                 },{
  2069.                     id : 12,
  2070.                     left:490,top:330,width:115,height:75,src : "piesa6.jpg",response:5
  2071.                 }, {
  2072.                     id : 13,
  2073.                     left:610,top:330,width:115,height:75,src : "piesa9.jpg",response:8
  2074.                      
  2075.                 }, {
  2076.                     id : 14,
  2077.                     left:730,top:330,width:115,height:75,src : "piesa12.jpg",response:11
  2078.                      
  2079.                 },  {
  2080.                     id : 15,
  2081.                     left:850,top:330,width:115,height:75,src : "piesa15.jpg",response:14
  2082.                      
  2083.                 }],
  2084.                 area : [ {
  2085.                     id : 0,
  2086.                     left:270,top:20,width:115,height:75
  2087.                 }, {
  2088.                     id : 1,
  2089.                     left:385,top:20,width:115,height:75
  2090.                 }, {
  2091.                     id : 2,
  2092.                     left:500,top:20,width:115,height:75
  2093.                 }, {
  2094.                     id : 3,
  2095.                     left:615,top:20,width:115,height:75
  2096.                 }, {
  2097.                     id : 4,
  2098.                     left:270,top:95,width:115,height:75
  2099.                 }, {
  2100.                     id : 5,
  2101.                     left:385,top:95,width:115,height:75
  2102.                 },{
  2103.                     id : 6,
  2104.                     left:500,top:95,width:115,height:75
  2105.                 }, {
  2106.                     id : 7,
  2107.                     left:615,top:95,width:115,height:75
  2108.                 }, {
  2109.                     id : 8,
  2110.                     left:270,top:170,width:115,height:75
  2111.                 }, {
  2112.                     id : 9,
  2113.                     left:385,top:170,width:115,height:75
  2114.                 }, {
  2115.                     id : 10,
  2116.                     left:500,top:170,width:115,height:75
  2117.                 }, {
  2118.                     id : 11,
  2119.                     left:615,top:170,width:115,height:75
  2120.                 },{
  2121.                     id : 12,
  2122.                     left:270,top:245,width:115,height:75
  2123.                 }, {
  2124.                     id : 13,
  2125.                     left:385,top:245,width:115,height:75
  2126.                 }, {
  2127.                     id : 14,
  2128.                     left:500,top:245,width:115,height:75
  2129.                 }, {
  2130.                     id : 15,
  2131.                     left:615,top:245,width:115,height:75
  2132.                 }]
  2133.             }],
  2134.  
  2135.             GamesInteractivPg32_ex10: [{              //numele jocului 
  2136.                 nameGame : "GamesChooseRadioBox",
  2137.                 result : {page :32, noExcercise :10, totalItem : 1},  //inregistrarea rezultatelor
  2138. //                noLevelImages : 4,
  2139.                 imagesSrc : "images/",
  2140. //                checkLength: 4,
  2141.                 fundal : {src : "images/games/interactive/pg32_ex10.jpg",width : 1030,height : 530,top : -10,left : -20},
  2142.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  2143.                 input : {
  2144.                     width : 24,
  2145.                     height : 24
  2146.                 },
  2147.                 objects : [ {
  2148.                     id : 0,
  2149.                     left:76,top:154 ,
  2150.                     response : '1'//Betllem
  2151.                 }, {
  2152.                     id : 1,
  2153.                     left:76,top:184 ,
  2154.                     response : '0'
  2155.                 },{
  2156.                     id : 2,
  2157.                     left:76,top:295 ,
  2158.                     response : '1'//O stea
  2159.                 }, {
  2160.                     id : 3,
  2161.                     left:76,top:325 ,
  2162.                     response : '0'
  2163.                 }]
  2164.             }],
  2165.             GamesInteractivPg35_ex11: [{              //numele jocului 
  2166.                 nameGame : "GamesChooseRadioBox",
  2167.                 result : {page :35, noExcercise :11, totalItem : 1},  //inregistrarea rezultatelor
  2168. //                noLevelImages : 4,
  2169.                 imagesSrc : "images/",
  2170. //                checkLength: 4,
  2171.                 fundal : {src : "images/games/interactive/pg35_ex11.jpg",width : 1030,height : 530,top : -10,left : -20},
  2172.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  2173.                 input : {
  2174.                     width : 24,
  2175.                     height : 24
  2176.                 },
  2177.                 objects : [ {
  2178.                     id : 0,
  2179.                     left:76,top:154 ,
  2180.                     response : '1'//Nasterea Domunului Iisus Hristos
  2181.                 }, {
  2182.                     id : 1,
  2183.                     left:76,top:184 ,
  2184.                     response : '0'
  2185.                 }]
  2186.             }],
  2187.             GamesInteractivPg40_ex12 : [{
  2188.                 nameGame : "GamesWriteNumbers",
  2189.                 result : {page : 40,noExcercise :12,totalItem : 4},
  2190.                 imagesSrc : "images/",
  2191.                 columns: 1,
  2192.                 fundal : {src : "images/games/interactive/pg40_ex12.jpg",width :883,height : 530,top : -10,left : 50},
  2193.                 colorInput:"border-color: #C08651; box-shadow: 0 0 10px #A77649;border:2;font-size:25px;",
  2194.                 overColor:"0 0 10px #A77649",
  2195.                 outColor:"0 0 10px #A77649",
  2196.                 objects : [ {
  2197.                     id : 0,
  2198.                     left:110,top:260, width:40, height : 40, maxlength:1,//oamenilor
  2199.                     response : '3'
  2200.                 }, {
  2201.                     id : 1,
  2202.                     left:350,top:260, width:40, height : 40, maxlength:1,//vestesc
  2203.                     response : '2'
  2204.                 }, {
  2205.                     id : 2,
  2206.                     left:570,top:260,  width:40, height : 40, maxlength:1,//Nasterea Domnului
  2207.                     response : '4'
  2208.                 }, {
  2209.                     id : 3,
  2210.                     left:810,top:260, width:40, height : 40, maxlength:1,//Colindatorii
  2211.                     response : '1'
  2212.                 }]
  2213.             }],
  2214.              GamesInteractivPg45_ex13 :[ {
  2215.                     nameGame : "GamesPuzzle_v2",
  2216.                     result : {page : 45,noExcercise :13,totalItem : 5,},
  2217.                     imagesSrc : "images/games/interactive/pg45_ex13/",
  2218.                     columns: 2,
  2219.                     fundal : {src : "images/games/interactive/pg45_ex13/fundal2.png",width :424,height : 530,top : -20,left : 350},//width :126,height : 530,top : -20,left : 650
  2220.                     areaShapes: {src : "imagesCommon/empty.png",width : 100,height : 420,top : 70,left : 0},
  2221.                     size :25,
  2222.                     table : {width : 1000,height : 150,top : 250,left : 0},
  2223.                     area : [  
  2224.                               {id:0,left:750,top:-15,width:190,height:90},//colindatori
  2225.                               {id:1,left:750,top:95,width:190,height:90},//
  2226.                               {id:2,left:750,top:200,width:190,height:90},//
  2227.                               {id:3,left:750,top:310 ,width:190,height:90},//
  2228.                               {id:4,left:750,top:415,width:190,height:90},//
  2229.                               
  2230.                            ],   
  2231.                     objects : [
  2232.                         {id:0,left:50,top:10,width:190,height:90,src:"pastori.jpg",response:2},
  2233.                         {id:1,left:50,top:110,width:190,height:90,src:"iarna.jpg",response:4},
  2234.                         {id:2,left:50,top:210,width:190,height:90,src:"colindatori.jpg",response:0},
  2235.                         {id:3,left:50,top:310,width:190,height:90,src:"dar.jpg",response:1},
  2236.                         {id:4,left:50,top:410,width:190,height:90,src:"poezie.jpg",response:3},
  2237.                        
  2238.                     ],
  2239.                 }],
  2240.             GamesInteractivPg48_ex14: [{              //numele jocului 
  2241.                 nameGame : "GamesChooseRadioBox",
  2242.                 result : {page :48, noExcercise :14, totalItem : 1},  //inregistrarea rezultatelor
  2243. //                noLevelImages : 4,
  2244.                 imagesSrc : "images/",
  2245. //                checkLength: 4,
  2246.                 fundal : {src : "images/games/interactive/pg48_ex14.jpg",width : 1030,height : 530,top : -10,left : -20},
  2247.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  2248.                 input : {
  2249.                     width : 24,
  2250.                     height : 24
  2251.                 },
  2252.                 objects : [ {
  2253.                     id : 0,
  2254.                     left:76,top:154 ,
  2255.                     response : '1'//Invierea Domnului
  2256.                 }, {
  2257.                     id : 1,
  2258.                     left:76,top:184 ,
  2259.                     response : '0'
  2260.                 }]
  2261.             }],
  2262.             GamesInteractivPg49_ex15: [{              //numele jocului 
  2263.                 nameGame : "GamesChooseRadioBox",
  2264.                 result : {page :49, noExcercise :15, totalItem : 1},  //inregistrarea rezultatelor
  2265. //                noLevelImages : 4,
  2266.                 imagesSrc : "images/",
  2267. //                checkLength: 4,
  2268.                 fundal : {src : "images/games/interactive/pg49_ex15.jpg",width : 1030,height : 530,top : -10,left : -20},
  2269.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  2270.                 input : {
  2271.                     width : 24,
  2272.                     height : 24
  2273.                 },
  2274.                 objects : [ {
  2275.                     id : 0,
  2276.                     left:76,top:154 ,
  2277.                     response : '1'//Invierea Domnului
  2278.                 }, {
  2279.                     id : 1,
  2280.                     left:76,top:184 ,
  2281.                     response : '0'
  2282.                 }]
  2283.             }],
  2284.             GamesInteractivPg52_ex16: [{              //numele jocului 
  2285.                 nameGame : "GamesChooseRadioBox",
  2286.                 result : {page :52, noExcercise :16, totalItem : 1},  //inregistrarea rezultatelor
  2287. //                noLevelImages : 4,
  2288.                 imagesSrc : "images/",
  2289. //                checkLength: 4,
  2290.                 fundal : {src : "images/games/interactive/pg52_ex16.jpg",width : 1030,height : 530,top : -10,left : -20},
  2291.                 //respose 1: first radiobox selected, 2:second radiobox selected 
  2292.                 input : {
  2293.                     width : 24,
  2294.                     height : 24
  2295.                 },
  2296.                 objects : [ {
  2297.                     id : 0,
  2298.                     left:76,top:154 ,
  2299.                     response : '1'//Post
  2300.                 }, {
  2301.                     id : 1,
  2302.                     left:76,top:184 ,
  2303.                     response : '0'
  2304.                 }]
  2305.             }],
  2306.             GamesInteractivPg56_ex17 : [{
  2307.                 nameGame : "GamesSingleTick",
  2308.                 result : {page : 56, noExcercise :17, totalItem : 4},
  2309.                 noLevelImages : 4,
  2310.                 imgTick : {src:"imagesCommon/tick.png",top:5,left:5,width :30, height : 30},//incercuiala
  2311.                 imagesSrc : "images/",
  2312.                 //displayInput: "none",
  2313.                  fundal : {src : "images/games/interactive/pg56_ex17.jpg",width : 1030,height : 530,top : -10,left : -20},
  2314.                 //respose 1: selected ; 0:unselected
  2315.                  objects : [ {
  2316.                       id : 0,
  2317.                       left:105,top:395, width :30, height :30,
  2318.                       response : '1'//ghiocei
  2319.                      }, {
  2320.                       id : 1,
  2321.                       left:350,top:395, width :30, height :30,
  2322.                       response : '0'
  2323.                      }, {
  2324.                       id : 2,
  2325.                       left:575,top:395, width :30, height :30,
  2326.                       response : '0'
  2327.                      }, {
  2328.                       id : 3,
  2329.                       left:820,top:395, width :30, height :30,
  2330.                       response : '0'
  2331.                      }]
  2332.                 ,
  2333.                 inputs : [ {
  2334.                         id : 0,
  2335.                         left:105,top:395, width :40, height :40,
  2336.                     }, {
  2337.                         id : 1,
  2338.                          left:350,top:395,  width :40, height :40,
  2339.                     }, {
  2340.                         id : 2,
  2341.                         left:575,top:395,  width :40, height :40,
  2342.                     }, {
  2343.                         id : 3,
  2344.                         left:820,top:395, width :40, height :40,
  2345.                     } ]
  2346.             }],
  2347.         
  2348.     };
  2349. };
  2350.  
  2351. GameDates.prototype.getDates = function() {
  2352.     return this.dates;
  2353. };