function go_out_pasteur(url) { var strWarning = "You are about to leave the sanofi pasteur corporate website and go to one of sanofi pasteur websites.\n\n\nRegulatory restrictions and medical practices may vary from one country to another and, as a result, the information given in the site to which you are going may not be relevant to the country in which you are living."; if (url!="") { if (confirm(strWarning)) { window.open(url); } } } function go_out_aventis(url) { var strWarning = "You are about to enter the sanofi-aventis corporate site.\n\n\nRegulatory restrictions and medical practices may vary from one country to another and, as a result, the information given in the site to which you are going may not be relevant to the country in which you are living."; if (url!="") { if (confirm(strWarning)) { window.open(url); } } } function go_out_ext(url) { var strWarning = "By clicking on this link, you will be leaving the sanofi pasteur website and going to another website, entirely independent.\nThis link is provided for information purposes only.\nSanofi pasteur assumes no responsibility for the information presented on this external website."; if (url!="") { if (confirm(strWarning)) { window.open(url); } } } function go_out_hr(url) { var strWarning = "You are going to leave our website and be directed to the sanofi-aventis recruitment website, so you have access to sanofi pasteur and sanofi-aventis job postings.\nThis recruitment site also allows you to submit your unsolicited application.\nClick OK to go to the page you requested"; if (url!="") { if (confirm(strWarning)) { window.open(url); } } } function open_doc(url) { window.open(url); }