$(document).ready(function(){
// Country list for header
$("#header .metanav").append('
');
$('#countrylist').hide();
$('.country').click(function(){
if ($('#countrylist').css('display') == 'none') {
$('#countrylist').slideDown('normal',function(){
$('#countrylist').dropShadow({top: 0,left: -1, bottom: 1, right: 1, opacity: 0.3, blur: 2});
});
}
else
$('#countrylist').slideUp().removeShadow();
return false;
});
$("#outer_wrapper").append('');
$("#outer_wrapper").append('');
var ol = $("#overlay");
ol.hide();
var dol = $("#disclaimer_overlay");
dol.hide();
var hovered = false;
var disclaimer = '' +
'
' +
'
Contatta sempre il tuo medico per domande o dubbi relativi alla tua salute.
' +
'
We are unable to provide advice or information on the use or intended use of prescription products directly to patients. The queries and feedback form on this site should not be used to ask questions of this nature. Adverse drug reactions should be notified to your healthcare professional as soon as possible.
' +
'
Copyright © null Tutti i diritti riservati, Boehringer Ingelheim Italia S.p.A.-Sede legale in Reggello (FI),Loc. Prulli n° 103/c,capitale sociale Euro 24.350.040,00 int. versato,Codice Fiscale,numero di iscrizione al Registro Imprese di Firenze e Partita IVA 00421210485 Sede di Milano Via Lorenzini n.8
' +
'
Stampa pagina' +
'
';
var country_disclaimer = '' +
'
' +
'
State abbandonando il sito di Boehringer Ingelheim Italia S.p.a. Le informazioni contenute nel nuovo sito prescelto possono non essere conformi al D.Lvo 219/2006 che regola la pubblicità sui medicinali per uso umano e le opinioni espresse non riflettono necessariamente le posizioni di Boehringer Ingelheim Italia S.p.a., né sono da essa avallate. (Comunicazione del Ministero della Sanità, Dipartimento Valutazione Farmaci e Farmacovigilanza - Ufficio 1° Affari Generali prot. n. 80001/IS/1267 del 22 marzo 2000)
' +
'
Continua
' +
'
Copyright © 2010 Boehringer Ingelheim Italia S.p.A., Tutti i diritti riservati
' +
'
';
$("#outer_wrapper").append(disclaimer);
$("#outer_wrapper").append(country_disclaimer);
$('#disclaimer').hide();
$('#country_disclaimer').hide();
$('a.phd').click(function(){
dol.fadeIn("normal", function() { dol.css("opacity",0.75);});
$('#disclaimer').fadeIn('normal');
return false;
});
$('#disclaimer a.close').click(function(){
$("#disclaimer").hide();
dol.hide();
return false;
});
$('#disclaimer a.print').click(function(){
$("#disclaimer").hide();
dol.hide();
window.print();
return false;
});
$('#countrylist a').each(function(){
$(this).click(function(){
dol.fadeIn("normal", function() { dol.css("opacity",0.75);});
$('#country_disclaimer').fadeIn('normal');
$('#country_disclaimer a#continue').attr('href',$(this).attr('href'));
$('#countrylist').hide().removeShadow();
return false;
});
});
$('#country_disclaimer a.close').click(function(){
$("#country_disclaimer").hide();
dol.hide();
return false;
});
$('#country_disclaimer a#continue').click(function(){
$("#country_disclaimer").hide();
dol.hide();
});
if (jQuery.browser.msie) {
$(window).resize( function() { resizeIE(); } );
}
$("#recommend td div").hover(function(){
$(this).addClass("hover");
},function(){
$(this).removeClass("hover");
});
$("#recommend td div.h").hover(function(){
$(this).addClass("hover");
},function(){
$(this).removeClass("hover");
});
$("ul.mainnav").hover(
function(){
//ol.fadeIn("", function() { ol.css("opacity",0.75);});
ol.show();
hovered = true;
},
function(){
ol.hide();
hovered = false;
}
);
$("#mainnav>ul>li").each(function() {
var li = $(this);
var mc = $('>div.mc', li);
var a = $('a.main', li);
li.hover(
function(){
a.addClass('over');
if(hovered == false){
mc.fadeIn();
$("#header .metanav").css('z-index','500');
$('#countrylist').hide().removeShadow();
} else {
mc.show();
$("#header .metanav").css('z-index','500');
$('#countrylist').hide().removeShadow();
}
},
function(){
a.removeClass('over');
mc.hide();
$("#header .metanav").css('z-index','1001');
}
)
a.click( function() { return false; } );
});
$(".prod_overview td").hover(function(){
$(this).addClass("hover");
var oldimg = $(this).children('.illu').children('img').attr("src");
var newimg = oldimg.substring (0, oldimg.length-4) + "_hover.jpg";
$(this).children('.illu').children('.donotprint').attr({ src: newimg });
},function(){
$(this).removeClass("hover");
var oldimg = $(this).children('.illu').children('img').attr("src");
var newimg = oldimg.substring (0, oldimg.length-10) + ".jpg";
$(this).children('.illu').children('.donotprint').attr({ src: newimg });
});
$(".faqtabs dl a").click( function() {
$(".whitebg").removeShadow();
$(this).parent().parent().children('dt').removeClass('active');
$(this).parent().parent().children('dd').removeClass('active');
$(this).parent().addClass('active');
$(this).parent().next().addClass('active');
$(".whitebg").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
});
$('#tab>ul li a').click( function() {
$(this).blur();
$('#tab>ul li').removeClass("active");
$(this).parent().addClass('active');
$(".whitebg").removeShadow();
setTimeout('loadShadow()',400);
});
/*$('div.metanav a.home').click( function() {
$("#outer_wrapper").append('<\/div>');
$("#disclaimer_overlay").html(disclaimer);
muc_disclaimer = window.open("http://ingwswcms01.eu.boehringer.com/wcms_chc/mucosolvan_com_edit/at/meta/popup_disclaimer.htm", "muc_disclaimer","width=533,height=255,menubar=no,toolbar=no,resizable=yes");
muc_disclaimer.focus();
});*/
$('a.flashTeaser').click( function() {
muc_disclaimer = window.open("/wcms_chc/mucosolvan_all_prod/it/teaser/popup_flash.htm", "Animated_illustration","width=650,height=800,menubar=no,toolbar=no,resizable=yes");
muc_disclaimer.focus();
return false;
});
$('a.press').click( function() {
biNewsCentre = window.open("http://boehringer-ingelheim.com/corporate/news/index.asp");
biNewsCentre.focus();
return false;
});
$('#header #searchfield').focus( function() { $(this).attr({ value: "" }); } );
$('#header #searchfield').blur( function() { $(this).attr({ value: "Search" }); } );
setTimeout('loadShadow()',500);
resizeIE();
});
function reloadShadow() {
setTimeout('loadShadow()',500);
}
function loadShadow() {
$(".btn.zwo").removeShadow();
$(".btn.eins").removeShadow();
$(".whitebg").removeShadow();
$(".bluebg").removeShadow();
$(".btn.zwo").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
$(".btn.eins").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
$(".whitebg").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
$(".prodbg").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
$(".bluebg").dropShadow({left: 2, top: 2, opacity: 0.3, blur: 2});
}
function resizeIE(){
if (jQuery.browser.msie) {
var ol = $("#overlay");
dWidth = ($(document).width()- 21);
dHeight = ($(document).height());
ol.css("width",dWidth);
ol.css("height",dHeight);
}
}