// JavaScript Document if (TransMenu.isSupported()) { var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft); // Web hosting var menu1 = ms.addMenu(document.getElementById("hosting")); menu1.addItem("Контрольная Панель Демо", "/ru/hosting/demonstrativnii_akkaunt-na-kontrolnoi-paneli.html"); menu1.addItem("Поддержка", "/ru/hosting/podderjka-klientov.html"); menu1.addItem("Бесплатные бонусы", "/ru/hosting/besplantniie-bonusii.html", 1); // Company Information var menu2 = ms.addMenu(document.getElementById("company")); menu2.addItem("Контакты", "/ru/o-companii/contacti-dlya-svyazy.php"); menu2.addItem("Технологии", "/ru/o-companii/tehnologicheskie-patrneri.html"); menu2.addItem("Почему мы?", "/ru/o-companii/top-prichinii-dlya-wybora-exclusive-hosting.html", 1); // Domains var menu3 = ms.addMenu(document.getElementById("domains")); menu3.addItem("Смена поставщика", "/ru/domeni/preidite-k-nam.html", 1); TransMenu.renderAll(); } // Google Tracking var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1074220-14']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();