= 768) {quick_search_result_width = $('#content').width() - 60;quick_search_result_full_width = $('#fullscreen_search').width() - 32;} else {quick_search_result_width = $('#content').width() - 30;quick_search_result_full_width = $('#fullscreen_search').width() - 32;}$('#quick_search_result').width(quick_search_result_width);});$('#search_field').on('input', function() {var search = document.getElementById('search_field').value;if (search.length > 0) {search = encodeURIComponent(search);$('#quick_search_result').load('/quick_search_result.php?search=' + search + '');} else if (search.length == 0) {$('#quick_search_result').html = '';$('#quick_search_result').hide();$('#clear_search_field_div').hide();}if ($(window).width() < 768) {$('.topmenu2').hide(200);$('#light_top').show();$('#quick_search_result').width(quick_search_result_full_width);$('#quick_search_result').css({'margin-left': '10px','margin-right': '10px'});$('html').animate({scrollTop: 0}, 200);$('#clear_search_field_div').hide();} else {$('#clear_search_field_div').show();}});$('.clear_search_field').on('click', function() {document.getElementById('search_field').value = '';$('#quick_search_result').hide();$('#clear_search_field_div').hide();if ($(window).width() < 768) {$('#light_top').hide();$('.topmenu2').show(200);$('#quick_search_result').width(quick_search_result_width);$('#quick_search_result').css({'margin-left': '10px','margin-right': '10px'});}return false;});$('#quick_search_close').on('click', function() {document.getElementById('search_field').value = '';$('#quick_search_result').hide();$('#clear_search_field_div').hide();if ($(window).width() < 768) {$('#light_top').hide();$('.topmenu2').show(200);$('#quick_search_result').width(quick_search_result_width);$('#quick_search_result').css({'margin-left': '10px','margin-right': '10px'});}return false;});});ИГРОСИТИГлавная > Книги и пособия > Развитие речи Развивающий набор «Цветные язычки», арт. 7314057$(function(){// берем исходные размеры картинкиvar img_height_orig;var img_width_orig;var image_ratio;var pic_id_arr = new Object();var gpic_id_arr = new Object();var width_standart = new Object();var height_standart = new Object();var width_big = new Object();var height_big = new Object();standart_pic_width = 440;standart_pic_height = 440; width_standart["pic_01"] = 440;width_standart["pic_02"] = 440;width_standart["pic_03"] = 440;width_standart["pic_04"] = 440;width_standart["pic_05"] = 440;height_standart["pic_01"] = 440;height_standart["pic_02"] = 440;height_standart["pic_03"] = 440;height_standart["pic_04"] = 440;height_standart["pic_05"] = 440;width_big["gpic_01"] = 700;width_big["gpic_02"] = 700;width_big["gpic_03"] = 700;width_big["gpic_04"] = 700;width_big["gpic_05"] = 700;height_big["gpic_01"] = 700;height_big["gpic_02"] = 700;height_big["gpic_03"] = 700;height_big["gpic_04"] = 700;height_big["gpic_05"] = 700;pic_id_arr["pic_01"] = "01";pic_id_arr["pic_02"] = "02";pic_id_arr["pic_03"] = "03";pic_id_arr["pic_04"] = "04";pic_id_arr["pic_05"] = "05";gpic_id_arr["gpic_01"] = "01";gpic_id_arr["gpic_02"] = "02";gpic_id_arr["gpic_03"] = "03";gpic_id_arr["gpic_04"] = "04";gpic_id_arr["gpic_05"] = "05";$('div[id^=pic]').bind('mouseover click', function() {$('.preview').attr({class: 'preview'});$('.preview2').attr({class: 'preview'});$(this).attr({class: 'preview2'});$('#standart_pic').attr({src: 'pics/nabor-cvetnye-yazychki-_p' + pic_id_arr[this.id] + '_.jpg'});$('#standart_pic').attr({width: '100%'});//$('#standart_pic').attr({height: height_standart[this.id]});$('a[class^=gpic]').attr({class: 'gpic_' + pic_id_arr[this.id]})$('a[class^=gpic]').attr({href: 'pics/nabor-cvetnye-yazychki-_p' + pic_id_arr[this.id] + '_big.jpg'});var padding_top = Math.round((440 - height_standart[this.id]) / 2);var padding_bottom = 440 - padding_top - height_standart[this.id];var padding_left = Math.round((440 - width_standart[this.id]) / 2);$('#standart_pic_div').css({'padding-top': padding_top, 'padding-bottom': padding_bottom, 'padding-left': padding_left, 'padding-right': padding_left});return false;});$('div[id^=gpic]').bind('mouseover click', function() {$('.preview_p1').attr({class: 'preview_p1'});$('.preview_p2').attr({class: 'preview_p1'});$(this).attr({class: 'preview_p2'});$('#big_pic').attr({src: 'pics/nabor-cvetnye-yazychki-_p' + gpic_id_arr[this.id] + '_big.jpg'});$('#big_pic').attr({width: width_big[this.id]});$('#big_pic').attr({height: height_big[this.id]});//$('#test_html').html('pics/nabor-cvetnye-yazychki-_p' + gpic_id_arr[this.id] + '_big.jpg');img_height_orig = height_big[this.id];img_width_orig = width_big[this.id];img_height = img_height_orig;img_width = img_width_orig;popup_height = $(window).height() * 0.7;if ($(document).width() popup_height) {img_height = popup_height;img_width = popup_height / image_ratio;}if (img_width > popup_width) {img_width = popup_width;img_height = popup_width * image_ratio;}$('#big_pic').attr({width: img_width, height: img_height});//$('#big_pic_div').html(img_width + ', ' + img_height);return false;});$('a[class^=gpic]').click(function() {var current_id = $(this).attr('class');$('#big_pic').attr({src: 'pics/nabor-cvetnye-yazychki-_p' + gpic_id_arr[current_id] + '_big.jpg'});$('#big_pic').attr({width: width_big[current_id]});$('#big_pic').attr({height: height_big[current_id]});img_height_orig = height_big[current_id];img_width_orig = width_big[current_id];img_height = img_height_orig;img_width = img_width_orig;popup_height = $(window).height() * 0.7;if ($(document).width() popup_height) {img_height = popup_height;img_width = popup_height / image_ratio;}if (img_width > popup_width) {img_width = popup_width;img_height = popup_width * image_ratio;}$('#big_pic').attr({width: img_width, height: img_height});$('#popup').show();return false;});$('.close').click(function() {$('#popup').hide();return false;});$(window).resize(function() {img_height = img_height_orig;img_width = img_width_orig;popup_height = $(window).height() * 0.7;if ($(document).width() popup_height) {img_height = popup_height;img_width = popup_height / image_ratio;}if (img_width > popup_width) {img_width = popup_width;img_height = popup_width * image_ratio;}$('#big_pic').attr({width: img_width, height: img_height});//$('#big_pic_div').html(img_width + ', ' + img_height);});$(window).on('load resize', function() {if ($('#img_container').width() " />
Развивающий набор «Цветные язычки», арт. 7314057
0
Арт. ИМ000680772
360 ₽
Рассчитать доставку
Нашли дешевле?
Хочу в подарок
Гарантия 5 лет
Характеристики
Цена актуальна на дату
:
?
Какого числа актуализировали цену товара
06.05.2025
Цена действительна только для интернет-магазина и может отличаться от цен в розничных магазинах
Игросити - магазин игрушек
Телефон:
График работы: пн-пт 9-18.
| | | | | |
У этого товара пока нет отзывов, но вы можете быть первым
Совершите покупку и оставьте свой отзыв об его использовании