﻿var NicoDermCQApp = { init: function () { $("#share").click(function (b) { b.preventDefault(); $(".shareThisContainer").show() }); $(".shareThisCloseWin").click(function (b) { b.preventDefault(); $(".shareThisContainer").hide() }); NicoDermCQApp.apply_hover_effects(); if (typeof (DD_belatedPNG) != "undefined") { DD_belatedPNG.fix("*") } $("ul.dropdown li").hover(function () { $(this).addClass("hover"); $("ul:first", this).css("visibility", "visible") }, function () { $(this).removeClass("hover"); $("ul:first", this).css("visibility", "hidden") }); $("li:last-child").addClass("last-child"); if (typeof (IS_IE6) != "undefined" && IS_IE6 == true) { $("ul.dropdown > li").hover(function () { if ($(this).hasClass("current")) { return } $(this).css("background-position-y", "-49px") }, function () { if ($(this).hasClass("current")) { return } $(this).css("background-position-y", "0") }); $("ul.rounded li a").hover(function () { $(this).parent("li").addClass("hover") }, function () { $(this).parent("li").removeClass("hover") }); $("ul.tabs li a").not("ul.tabs li.current a").hover(function () { $(this).parent("li").css("background-position-y", "-49px") }, function () { $(this).parent("li").css("background-position-y", "0") }) } var a = new Date(); $("#footer_copyright_year").html(a.getFullYear()); return }, apply_hover_effects: function () { var a = ".js-button-hover"; $(a).hover(function () { var b = $(this).attr("src"); $(this).attr("defaultsrc", b); var c = b.substring(0, b.lastIndexOf(".")); var d = b.substring(b.lastIndexOf(".")); c = (c + "_hover" + d); $(this).attr("src", c) }, function () { var b = $(this).attr("src"); var c = $(this).attr("defaultsrc"); if (c != null && c.length > 0) { $(this).attr("src", c) } else { $(this).attr("src", b.replace("_hover", "")) } }) }, GetDocumentTitle: function () { if (document.title != null && document.title != "") { return document.title } return "NicodermCQ.com" }, TriggerIE6NavRedraw: function () { if (typeof (IS_IE6) != "undefined" && IS_IE6 == true) { $("ul.dropdown > li.current").css("background-position-y", "-49px") } } }; $(document).ready(function () { NicoDermCQApp.init() }); $(document).ready(function () { $("body").css("visibility", "visible") }); function OpenPrintWindow(a, c) { var b = "status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=1, scrollbars=1, width=775, height=925"; if (c && c.length > 0) { a += c } window.open(a, "print", b) } function GoToPrivacy() { window.location = "http://consumer.gsk-chus.com/legal/privacy.aspx" } function healthyBene() { window.location = "quitting-smoking-timeline.aspx" };
