// home page Flash function getHomeFlash() { document.write(''); // old one // document.write(''); } // dropdown select location change function selsub(Url) { Url=document.subsites.sites[document.subsites.sites.selectedIndex].value; document.location = Url; } function openExternalLink(href, target) { var newwin = window.open('/util/exit-notice.jsp?url=' + encodeURIComponent(href) + '&target=' + encodeURIComponent(target),'openlink','width=330,height=330,screenX=100,screenY=100,top=100,left=100,resizable=yes,toolbar=no,scrollbars=no') newwin.focus(); } function setupExternalLinks() { var links = document.getElementsByTagName('a'); for (var i = links.length; i != 0; i--) { var a = links[i-1]; if (!a.href) continue; if (a.href.indexOf('http') != -1 && a.href.indexOf(window.location.hostname) == -1 && !excludeUrl(a.href) ) { a.onclick = function() { openExternalLink(this.href, this.target); return false; } } } } function excludeUrl(url){ var excludeUrls = Array( 'http://www.afinitor.com', 'http://www.glivec.com', 'http://www.cmlalliance.net', // 'http://www.gipap.org', 'http://www.us.novartisoncology.com', 'http://www.novctrd.com', 'http://www.novartisclinicaltrials.com', 'http://www.exjade.com', 'http://www.femarainfo.com', 'http://www.glivec.com', 'http://www.gleevec.com', 'http://www.sandostatin.com', 'http://www.tasigna.com', 'http://www.zometa.com', 'http://www.novartisoncology.com', 'https://www.novartisoncologyvpo.com', 'http://www.novartis.com', 'http://nibr.novartis.com', 'http://www.novartis.com.cn', 'http://www.zometa.cn', 'http://www.glivec.cn', 'http://www.saslar.cn', 'http://www.novartis.fr', 'http://www.novartisoncology.de', 'http://www.novartis.gr', 'http://www.novartis.co.jp', 'http://www.glivec.nl', 'http://www.exjade.nl', 'http://www.novartis.nl', 'http://www.novanurses.nl', 'http://www.novartisoncology.nl', 'http://www.novartis.no', 'http://www.novartisoncology.ch', 'http://www.novartis-oncology.ch/d/med/exjade/', 'http://www.novartis-oncology.ch/d/med/glivec/', 'http://www.novartis-oncology.ch/d/med/sandostatin/', 'http://www.novartis-oncology.ch/d/med/zometa/produkt/index.aspx', 'http://www.gleevec.com/', 'http://www.femara.com/', 'http://www.us.zometa.com/', 'http://www.us.sandostatin.com/', 'http://www.proleukin.com/', 'http://www.us.exjade.com/', 'http://www.us.tasigna.com/', 'http://www.us.novartisoncology.com/info/disease_information/index.jsp', 'http://www.us.novartisoncology.com/', 'http://www.exjade.com/', 'http://www.femarainfo.com/', 'http://www.femarainfo.com/european/index.jsp', 'http://www.glivec.com/content/tools/espc.jsp', 'http://www.glivec.com/', 'http://www.sandostatin.com/about_sandostatin/novartis_core_summary/index.html', 'http://www.sandostatin.com/', 'http://www.tasigna.com/tasigna-product-information.jsp', 'http://www.tasigma.com/', 'http://www.zometa.com/', 'https://www.novartisoncologyvpo.com/', 'http://www.novartis.com/careers/job-search/brassring/index.shtml', 'http://www.novartis.com/careers/our-culture/index.shtml', 'http://www.novartis.com/careers/benefits-and-rewards/index.shtml', 'http://www.novartis.com/careers/talent-management/index.shtml', 'http://www.novartis.co.kr/', 'http://www.glivec.com/', 'http://www.glivec.com/content/tools/espc.jsp', 'http://www.novartis.com/newsroom/news/2007-04-17_coartem-africa.shtml', 'http://www.corporatecitizenship.novartis.com/patients/access-medicines/access-in-practice/leprosy-videos.shtml', 'http://www.corporatecitizenship.novartis.com/news/2007-01-07_world_tb_day_04.shtml', 'http://www.novartisfoundation.org/platform/apps/home_e/index.asp?MenuID=209&ID=479&Menu=3&Item=41', 'http://www.novartisfoundation.org/page/content/index.asp?Menu=3&MenuID=233&ID=520&Item=44.3', 'http://www.novartisfoundation.org/page/content/index.asp?Menu=3&MenuID=394&ID=1095&Item=44.15', 'http://www.novartisfoundation.org/platform/apps/home_e/index.asp?MenuID=209&ID=479&Menu=3&Item=41', 'http://www.novartisfoundation.org/page/content/index.asp?Menu=3&MenuID=237&ID=526&Item=44.6', 'http://www.novartisfoundation.org/page/content/index.asp?Menu=3&MenuID=234&ID=522&Item=44.4', 'http://www.novartisfoundation.org/page/content/index.asp?MenuID=240&ID=530&Menu=3&Item=44.8', 'http://www.novartisfoundation.org/page/content/index.asp?MenuID=242&ID=534&Menu=3&Item=44.10', 'http://www.novartisfoundation.org/page/content/index.asp?MenuID=268&ID=609&Menu=3&Item=45.9', 'http://www.novartisfoundation.org/page/content/index.asp?MenuID=368&ID=1021&Menu=3&Item=45.11', 'http://www.novartisoncology.us/about-us/press-release.jsp' ); for(var l = 0; l < excludeUrls.length; l++){ if(url.indexOf(excludeUrls[l]) == 0){ return true; } } return false; } var pipeline_activeDet = null; function pipeline_showDet(det_name){ if(document.getElementById){ if(pipeline_activeDet){ pipeline_hideDet(pipeline_activeDet); } det = document.getElementById(det_name); pipeline_activeDet = det_name; det.style.display = 'block'; } } function pipeline_hideDet(det_name){ if(document.getElementById){ if(det_name){ det = document.getElementById(det_name); }else if(pipeline_activeDet){ det = document.getElementById(pipeline_activeDet); pipeline_activeDet = null; } if(det){ det.style.display = 'none'; } } } var oTopInit = 150; function getPageScroll(){ var scrolly = typeof window.pageYOffset != 'undefined' ? window.pageYOffset : document.documentElement.scrollTop; var scrollx = typeof window.pageXOffset != 'undefined' ? window.pageXOffset : document.documentElement.scrollLeft; var arrayScroll = new Array(scrollx, scrolly); return arrayScroll; } function getPageSize() { var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = window.innerWidth + window.scrollMaxX; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { // all except Explorer if(document.documentElement.clientWidth){ windowWidth = document.documentElement.clientWidth; } else { windowWidth = self.innerWidth; } windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { // other Explorers windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } // for small pages with total height less then height of the viewport if(yScroll < windowHeight){ pageHeight = windowHeight; } else { pageHeight = yScroll; } // for small pages with total width less then width of the viewport if(xScroll < windowWidth){ pageWidth = xScroll; } else { pageWidth = windowWidth; } arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight) return arrayPageSize; } function showOverlayer(){ var size = getPageSize(); var scroll = getPageScroll(); var obg = document.getElementById('page-bg'); obg.style.width = size[0]+'px'; obg.style.height = size[1]+'px'; var ovr = document.getElementById('overlayer'); ovr.style.top = oTopInit + scroll[1]+'px'; obg.style.display = 'block'; ovr.style.display = 'block'; } function hideOverlayer(){ var obg = document.getElementById('page-bg'); var ovr = document.getElementById('overlayer'); ovr.style.display = 'none'; obg.style.display = 'none'; } var newsArticle = null; function newsDisclaimer(anchor){ if(anchor.href){ window.newsArticle = anchor.href; } showOverlayer(); return false; } function newsDisclaimerGo(){ hideOverlayer(); if(newsArticle){ window.location = newsArticle; } return false; } // contact us dropdown function sel(countryID) { countryID=document.country.countries[document.country.countries.selectedIndex].value; if (countryID == 'albania') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Albania:

Novartis Pharma Services Inc.Representative Office
Rruga "Beqir Luga", Pall Ri, Kati 3-te, Tirane-Albania
Telephone: +355 4 2468528
Fax: +355 4 2468517'); } else { info.innerHTML = 'Contact Information:

For additional information, please contact us at:
Novartis Pharma Services Inc.Representative Office
Rruga "Beqir Luga", Pall Ri, Kati 3-te, Tirane-Albania
Telephone: +355 4 2237 462
Fax: +355 4 2266 255'; } } if (countryID == 'argentina') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Argentina:<\/strong>

Novartis Argentina S.A.
Ramallo 1851
C1429DUC Buenos Aires
Argentina
Telephone: +54 11 4703 7100'); } else { info.innerHTML = 'Argentina:<\/strong>

Novartis Argentina S.A.
Ramallo 1851
C1429DUC Buenos Aires
Argentina
Telephone: +54 11 4703 7100'; } } if (countryID == 'austria') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Austria:<\/strong>

Novartis Oncology Austria
Brunner Strasse 59, 1235 Vienna
Telephone: +43 1 866 570'); } else { info.innerHTML = 'Austria:<\/strong>

Novartis Oncology Austria
Brunner Strasse 59, 1235 Vienna
Telephone: +43 1 866 570'; } } if (countryID == 'australia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Australia:<\/strong>

54 Waterloo Road, North Ryde, NSW, 2113,
Australia
Telephone: +612 9805 3555
Medical Information Telephone: +61 2 9805 3678
Medical Information In Country Toll Free: +1 800 671 203'); } else { info.innerHTML = 'Australia:<\/strong>

54 Waterloo Road, North Ryde, NSW, 2113,
Australia
Telephone: +612 9805 3555
Medical Information Telephone: +61 2 9805 3678
Medical Information In Country Toll Free: +1 800 671 203'; } } if (countryID == 'bahrain') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Bahrain:<\/strong>

E-mail: inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Bahrain:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'bangladesh') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Bangladesh:<\/strong>

Novartis (Bangladesh) Limited
GPO Box 431
Dhaka 1000
Bangladesh
Telephone: +880 2 861 5302 to 08 Ext. 289'); } else { info.innerHTML = 'Bangladesh:<\/strong>

Novartis (Bangladesh) Limited
GPO Box 431
Dhaka 1000
Bangladesh
Telephone: +880 2 861 5302 to 08 Ext. 289'; } } if (countryID == 'belgium') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Belgium:<\/strong>

Novartis Pharma
Medialaan 40
1800 Vilvoorde
Telephone: +32 2 246 16 11'); } else { info.innerHTML = 'Belgium:<\/strong>

Novartis Pharma
Medialaan 40
1800 Vilvoorde
Telephone: +32 2 246 16 11'; } } if (countryID == 'brazil') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Brazil:
Novartis Biociências S.A.
Avenue Prof. Vicente Rao, 90
04636-000 Brooklin - São Paulo/ SP - Brazil
Telephone: +55 11 5532 7122
http://www.novartis.com.br

Customer Services (SIC)
Telephone: +55 11 0800 888 3003
E-mail: sic.novartis@novartis.com
Medical Information In Country Toll Free: +0800 888 3003'); } else { info.innerHTML = 'Address
Av. Professor Vicente Rao,
90 – Brooklin – São Paulo/ SP – Brazil
Telephone: +55 11 5532 7122 / 0800 888 3003
http://www.novartis.com.br
Medical Information In Country Toll Free: +0800 888 3003'; } } if (countryID == 'bulgaria') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Bulgaria:<\/strong>

Novartis Pharma Services Inc.
Business Park Sofia, Mladost 4
Build. 8C, 6th floor
1766 Sofia, Bulgaria
Telephone: +359 2 489 9828
Fax: +359 2 489 9829'); } else { info.innerHTML = 'Bulgaria:<\/strong>

Novartis Pharma Services Inc.
Business Park Sofia, Mladost 4
Build. 8C, 6th floor
1766 Sofia, Bulgaria
Telephone: +359 2 489 9828
Fax: +359 2 489 9829'; } } if (countryID == 'canada') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Canada:<\/strong>

Novartis Oncology Canada
385 Bouchard Blvd.
Dorval, Quebec
H9S 1A9
Telephone: +1 877 631 6775 or +514 631 6775
Medical Information In Country Toll Free: +1 800 363 8883'); } else { info.innerHTML = 'Canada:<\/strong>

Novartis Oncology Canada
385 Bouchard Blvd.
Dorval, Quebec
H9S 1A9
Telephone: +1 877 631 6775 or +514 631 6775
Medical Information In Country Toll Free: +1 800 363 8883'; } } if (countryID == 'chile') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Chile:<\/strong>

[info coming]
Medical Information Telephone: +56 2 3500200'); } else { info.innerHTML = 'Chile:<\/strong>

[info coming]
Medical Information Telephone: +56 2 3500200'; } } if (countryID == 'china') { if (document.getElementById) { document.getElementById('info').innerHTML = ('China:<\/strong>

Novartis Oncology China
13/F, China World Tower 2,
No.1 Jian Guo Men Wai Avenue,
Chao Yang District, Beijing, China
Telephone: +86 10 65058833
Medical Information In Country Toll Free: +0086 8008101555 Ext. 5'); } else { info.innerHTML = 'China:<\/strong>

Novartis Oncology China
13/F, China World Tower 2,
No.1 Jian Guo Men Wai Avenue,
Chao Yang District, Beijing, China
Telephone: +86 10 65058833
Medical Information In Country Toll Free: +0086 8008101555 Ext. 5'; } } if (countryID == 'colombia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Colombia:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +571 446 66 66 Ext. 4747 or 4653 (New Life)
Medical Information Telephone: +571 654 4505'); } else { info.innerHTML = 'Colombia:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +571 446 66 66 Ext. 4747 or 4653 (New Life)
Medical Information Telephone: +571 654 4505'; } } if (countryID == 'croatia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Croatia:<\/strong>

Novartis Pharma Services Inc.
Subsidiary in Croatia
Zaharova 7b, 10000 Zagreb, Croatia
Telephone: +385 1 6274 235'); } else { info.innerHTML = 'Croatia:<\/strong>

Novartis Pharma Services Inc.
Subsidiary in Croatia
Zaharova 7b, 10000 Zagreb, Croatia
Telephone: +385 1 6274 235'; } } if (countryID == 'cyprus') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Cyprus:<\/strong>

Novartis Pharma
Demetriades & Papaellinas Ltd.
Distrib.of Novartis Pharma Services
P.O. Box 23490
CY-1683 Nicosia
Cyprus
Telephone: +357 22 69 0690 Ext. 679'); } else { info.innerHTML = 'Cyprus:<\/strong>

Novartis Pharma
Demetriades & Papaellinas Ltd.
Distrib.of Novartis Pharma Services
P.O. Box 23490
CY-1683 Nicosia
Cyprus
Telephone: +357 22 69 0690 Ext. 679'; } } if (countryID == 'czechrepublic') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Czech Republic:<\/strong>

Novartis s.r.o.
Gemini, building B
Na Pankraci 1724/129
CZ-140 00 Praha 4
Czech Republic
Telephone: +420 2 2577 5111'); } else { info.innerHTML = 'Czech Republic:<\/strong>

Novartis s.r.o.
Gemini, building B
Na Pankraci 1724/129
CZ-140 00 Praha 4
Czech Republic
Telephone: +420 2 2577 5111'; } } if (countryID == 'denmark') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Denmark:<\/strong>

Novartis Healthcare A/S
Lyngbyvej 172, DK-2100 Copenhagen
Telephone: +45 39 16 84 23 or +45 21 63 95 33'); } else { info.innerHTML = 'Denmark:<\/strong>

Lyngbyvej 172, DK-2100 Copenhagen
Telephone: +45 39 16 84 23 or +45 21 63 95 33'; } } if (countryID == 'ecuador') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Ecuador:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +593 446 66 66
Medical Information In Country Toll Free: +1 800 NOVARTIS (668278)'); } else { info.innerHTML = 'Ecuador:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +593 446 66 66
Medical Information In Country Toll Free: +1 800 NOVARTIS (668278)'; } } if (countryID == 'egypt') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Egypt:<\/strong>

Novartis Pharma S.A.E.
P.O. Box 1893
11511 Cairo
Egypt
Telephone: +20 2 2456 7222'); } else { info.innerHTML = 'Ecuador:<\/strong>

Egypt:<\/strong>

Novartis Pharma S.A.E.
P.O. Box 1893
11511 Cairo
Egypt
Telephone: +20 2 2456 7222'; } } if (countryID == 'estonia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Estonia:<\/strong>

Novartis Pharma Services Inc Eesti Filiaal
Peterburi tee 47
11415 Tallinn
Eesti
Telephone: +372 606 2404'); } else { info.innerHTML = 'Estonia:<\/strong>

Novartis Pharma Services Inc Eesti Filiaal
Peterburi tee 47
11415 Tallinn
Eesti
Telephone: +372 606 2404'; } } if (countryID == 'finland') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Finland:<\/strong>

Metsänneidonkuja 10
FI-02130 Espoo
Telephone: +358 9 6133 2350; +358 50 511 8221'); } else { info.innerHTML = 'Finland:<\/strong>

Metsänneidonkuja 10
FI-02130 Espoo
Telephone: +358 9 6133 2350; +358 50 511 8221'; } } if (countryID == 'france') { if (document.getElementById) { document.getElementById('info').innerHTML = ('France:<\/strong>

Novartis Pharma S.A.S.
2 & 4, rue Lionel Terray
92506 Rueil-Malmaison
France
E-mail: icm.phfr@novartis.com<\/a>
Telephone: +33 1 55 47 66 00
Medical Information Telephone: +33 1 55 47 66 00'); } else { info.innerHTML = 'France:<\/strong>

Novartis Pharma S.A.S.
2 & 4, rue Lionel Terray
92506 Rueil-Malmaison
France
E-mail:
icm.phfr@novartis.com<\/a>
Telephone: +33 1 55 47 66 00
Medical Information Telephone: +33 1 55 47 66 00'; } } if (countryID == 'germany') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Germany:<\/strong>

Novartis Pharma GmbH
Business Unit Oncology
Roonstrasse 25
90429 Nuremberg, Germany
Telephone: +49 180 223 2300
www.novartisoncology.de<\/a>'); } else { info.innerHTML = 'Germany:<\/strong>

Novartis Pharma GmbH
Business Unit Oncology
Roonstrasse 25
90429 Nuremberg, Germany
Telephone: +49 180 223 2300
www.novartisoncology.de<\/a>'; } } if (countryID == 'greece') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Greece:<\/strong>

Novartis (Hellas) S.A.C.I.
National Rd. No. 1, 12th km
GR-144 51 Metamorphosis
Greece
Telephone: +30 210 281 1712 (switchboard)'); } else { info.innerHTML = 'Greece:<\/strong>

Novartis (Hellas) S.A.C.I.
National Rd. No. 1, 12th km
GR-144 51 Metamorphosis
Greece
Telephone: +30 210 281 1712 (switchboard)'; } } if (countryID == 'guatemala') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Guatemala:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information Telephone: +502 2422 8400'); } else { info.innerHTML = 'Guatemala:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information Telephone: +502 2422 8400'; } } if (countryID == 'hongkong') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Hongkong:<\/strong>

Telephone: +852 2881 4272'); } else { info.innerHTML = 'Hongkong:<\/strong>

Telephone: +852 2881 4272'; } } if (countryID == 'hungary') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Hungary:<\/strong>

E-mail:
infoph.hungary@novartis.com<\/a>
Telephone: +36 1 457 65 44 and +36 1 457 65 69'); } else { info.innerHTML = 'Hungary:<\/strong>

E-mail:
infoph.hungary@novartis.com<\/a>
Telephone: +36 1 457 65 44 and +36 1 457 65 69'; } } if (countryID == 'india') { if (document.getElementById) { document.getElementById('info').innerHTML = ('India:<\/strong>

Telephone: +91 22 2495 8888'); } else { info.innerHTML = 'India:<\/strong>

Telephone: +91 22 2495 8888'; } } if (countryID == 'indonesia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Indonesia:<\/strong>

PT. Novartis Indonesia
P.O. Box 1076
Jakarta 10010
Indonesia
Telephone: +62 21 251 3251'); } else { info.innerHTML = 'India:<\/strong>

Indonesia:<\/strong>

PT. Novartis Indonesia
P.O. Box 1076
Jakarta 10010
Indonesia
Telephone: +62 21 251 3251'; } } if (countryID == 'iran') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Iran:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Bahrain:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'iraq') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Iraq:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Iraq:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'ireland') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Ireland:<\/strong>

Novartis Ireland Limited
Beech House
Beech Hill Office Campus
IE Clonskeagh, Dublin 4
Ireland
Telephone: +353 1 260 1255'); } else { info.innerHTML = 'Ireland:<\/strong>

Novartis Ireland Limited
Beech House
Beech Hill Office Campus
IE Clonskeagh, Dublin 4
Ireland
Telephone: +353 1 260 1255'; } } if (countryID == 'israel') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Israel:<\/strong>

Novartis Pharma Services AG
Representative Office Israel
P.O. Box 7759
IL-49250 Petach Tikva
Israel
Telephone: +972 3 920 1117; +972 5 4521 1417'); } else { info.innerHTML = 'Israel:<\/strong>

Novartis Pharma Services AG
Representative Office Israel
P.O. Box 7759
IL-49250 Petach Tikva
Israel
Telephone: +972 3 920 1117; +972 5 4521 1417'; } } if (countryID == 'italy') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Italy:<\/strong>

Novartis Farma S.p.A.
Largo Boccioni, 1
21040 Origgio (Va)
Telephone: +39 0296541
Fax: +39 0296654 3411'); } else { info.innerHTML = 'Italy:<\/strong>

Novartis Farma S.p.A.
Largo Boccioni, 1
21040 Origgio (Va)
Telephone: +39 0296541
Fax: +39 0296654 3411'; } } if (countryID == 'japan') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Japan:<\/strong>

Novartis Pharma K.K. Communications Department
4-17-30 Nishi-Azabu, Minato-ku, Tokyo, Japan
Telephone: +81 3 3797 5098 Fax: +81 3 3797 4367
E-mail:
japan.novartiscommunications@novartis.com<\/a>
Medical Information Telephone: +81 3 3797 8776'); } else { info.innerHTML = 'Japan:<\/strong>

Novartis Pharma K.K. Communications Department
4-17-30 Nishi-Azabu, Minato-ku, Tokyo, Japan
Telephone: +81 3 3797 5098 Fax: +81 3 3797 4367
E-mail:
japan.novartiscommunications@novartis.com<\/a>
Medical Information Telephone: +81 3 3797 8776'; } } if (countryID == 'kuwait') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Kuwait:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Kuwait:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'latvia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Latvia:<\/strong>

Brivibas gatve 214b, Riga, LV-1039
Telephone: +371 67887070
Fax: +371 67887077'); } else { info.innerHTML = 'Latvia:<\/strong>

Brivibas gatve 214b, Riga, LV-1039
Telephone: +371 67887070
Fax: +371 67887077'; } } if (countryID == 'lebanon') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Lebanon:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Lebanon:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'lithuania') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Lithuania:<\/strong>

Konstitucijos av. 7,
LT-09308 Vilnius, Lithuania'); } else { info.innerHTML = 'Lithuania:<\/strong>

Konstitucijos av. 7,
LT-09308 Vilnius, Lithuania'; } } if (countryID == 'mexico') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Mexico:<\/strong>

Calz. de Tlalpan # 1779
Col. San Diego Churubusco,
C.P. 04120
México, D.F.
Telephone: +52 55 54 20 86 00
Medical Information Telephone: +52 55 56 28 67 79'); } else { info.innerHTML = 'Mexico:<\/strong>

Calz. de Tlalpan # 1779
Col. San Diego Churubusco,
C.P. 04120
México, D.F.
Telephone: +52 55 54 20 86 00
Medical Information Telephone: +52 55 56 28 67 79'; } } if (countryID == 'netherlands') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Netherlands:<\/strong>

Novartis Oncology
Postbus 241
6800 LZ Arnhem
the Netherlands
Telephone: +31 26 378 2100
Medical Information Telephone: +31 26 378 2111'); } else { info.innerHTML = 'Netherlands:<\/strong>

Novartis Oncology
Postbus 241
6800 LZ Arnhem
the Netherlands
Telephone: +31 26 378 2100
Medical Information Telephone: +31 26 378 2111'; } } if (countryID == 'norway') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Norway:<\/strong>

Novartis Norge AS
Pharma
Brynsalléen 4
Postboks 237 Økern
0510 Oslo, Norway
Telephone: +47 23 05 20 00
'); } else { info.innerHTML = 'Norway:<\/strong>

Novartis Norge AS
Pharma
Brynsalléen 4
Postboks 237 Økern
0510 Oslo, Norway
Telephone: +47 23 05 20 00
'; } } if (countryID == 'oman') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Oman:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Oman:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'palestine') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Palestine:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Palestine:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'peru') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Perú:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information Telephone: +51 1494 2788
Medical Information In Country Toll Free: +0 800 1 2288'); } else { info.innerHTML = 'Perú:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information Telephone: +51 1494 2788
Medical Information In Country Toll Free: +0 800 1 2288'; } } if (countryID == 'philippines') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Philippines:<\/strong>

Novartis Healthcare Philippines, Inc.
Domestic Airport Post Office
P.O. Box 7390
RP-1301 Manila
Philippines
Telephone: +63 2 815 9371 Ext. 325
Medical Information Telephone: +63 2 815 9371 to 85 local 317'); } else { info.innerHTML = 'Philippines:<\/strong>

Novartis Healthcare Philippines, Inc.
Domestic Airport Post Office
P.O. Box 7390
RP-1301 Manila
Philippines
Telephone: +63 2 815 9371 Ext. 325
Medical Information Telephone: +63 2 815 9371 to 85 local 317'; } } if (countryID == 'poland') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Poland:<\/strong>

Novartis Poland Sp. z o.o.,
Business Unit Oncology
Al. W. Witosa 31, 00-710 Warszawa
Telephone: +48 22 55 08 765
Fax: +48 22 55 08 746'); } else { info.innerHTML = 'Poland:<\/strong>

Novartis Poland Sp. z o.o.,
Business Unit Oncology
Al. W. Witosa 31, 00-710 Warszawa
Telephone: +48 22 55 08 765
Fax: +48 22 55 08 746'; } } if (countryID == 'portugal') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Portugal:<\/strong>

Telephone: +351 21 000 8835
Medical Information Telephone: +351 21 000 8746 (Nuno Costa)
                                              +351 21 000 8816 (Ana Isabel Marques)'); } else { info.innerHTML = 'Portugal:<\/strong>

Telephone: +351 21 000 8835
Medical Information Telephone: +351 21 000 8746 (Nuno Costa)
                                              +351 21 000 8816 (Ana Isabel Marques)'; } } if (countryID == 'qatar') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Qatar:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Qatar:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'romania') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Romania:<\/strong>

Novartis Pharma Services Inc.
Romanian Office
Bucharest Business Park, corp B
Sos. Bucuresti Ploiesti, nr. 1A
Sector 1, Bucuresti, 013681
Telephone: +40 21 312 99 01
Fax: +40 21 312 99 07'); } else { info.innerHTML = 'Romania:<\/strong>
vNovartis Pharma Services Inc.
Romanian Office
Bucharest Business Park, corp B
Sos. Bucuresti Ploiesti, nr. 1A
Sector 1, Bucuresti, 013681
Telephone: +40 21 312 99 01
Fax: +40 21 312 99 07'; } } if (countryID == 'russia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Russia:<\/strong>

Novartis Pharma
Sadovnicheskaya 82 bld.2
115035 Moscow
Russia
Telephone: + 7 495 9671270'); } else { info.innerHTML = 'Russia:<\/strong>

Novartis Pharma
Sadovnicheskaya 82 bld.2
115035 Moscow
Russia
Telephone: + 7 495 9671270'; } } if (countryID == 'serbia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Serbia:<\/strong>

Novartis Pharma Services Inc.
Bulevar Zorana Ðindica 71/V/15
11000 Belgrade
Serbia
Telephone: +381 11 2120 468'); } else { info.innerHTML = 'Serbia:<\/strong>

Novartis Pharma Services Inc.
Bulevar Zorana Ðindica 71/V/15
11000 Belgrade
Serbia
Telephone: +381 11 2120 468'; } } if (countryID == 'singapore') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Singapore:<\/strong>

Novartis (Singapore) Pte Ltd
10 Hoe Chiang Road
#09-05/06 Keppel Towers
Singapore 089315
Singapore
Telephone: +65 6722 6196'); } else { info.innerHTML = 'Serbia:<\/strong>

Novartis (Singapore) Pte Ltd
10 Hoe Chiang Road
#09-05/06 Keppel Towers
Singapore 089315
Singapore
Telephone: +65 6722 6196'; } } if (countryID == 'slovakia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Slovakia:<\/strong>

Novartis Slovakia s.r.o.
Galvaniho 15/A
SK-821 04 Bratislava
Slovakia
Telephone: +421 2 5070 6111'); } else { info.innerHTML = 'Slovakia:<\/strong>

Novartis Slovakia s.r.o.
Galvaniho 15/A
SK-821 04 Bratislava
Slovakia
Telephone: +421 2 5070 6111'; } } if (countryID == 'skorea') { if (document.getElementById) { document.getElementById('info').innerHTML = ('South Korea:<\/strong>

Novartis customer center
Telephone: +82 2 768 9114
E-mail:
novamd.kor@novartis.com<\/a>
Website:
http://www.novartis.co.kr'); } else { info.innerHTML = 'South Korea:<\/strong>

Novartis customer center
Telephone: +82 2 768 9114
E-mail: novamd.kor@novartis.com<\/a>
Website:
http://www.novartis.co.kr'; } } if (countryID == 'slovenia') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Slovenia:<\/strong>

Novartis Pharma Services Inc.
Representative office Slovenia
Business unit Oncology
Tivolska cesta 30
1000 Ljubljana
Slovenia
Telephone: +386 1 300 75 69'); } else { info.innerHTML = 'Slovenia:<\/strong>

Novartis Pharma Services Inc.
Representative office Slovenia
Business unit Oncology
Tivolska cesta 30
1000 Ljubljana
Slovenia
Telephone: +386 1 300 75 69'; } } if (countryID == 'southafrica') { if (document.getElementById) { document.getElementById('info').innerHTML = ('South Africa:<\/strong>

Novartis South Africa (Pty) Ltd
Isando
P.O. Box 92
Kempton Park, Gauteng
1600
South Africa
Telephone: +27 861 929 929'); } else { info.innerHTML = 'Slovenia:<\/strong>

Novartis South Africa (Pty) Ltd
Isando
P.O. Box 92
Kempton Park, Gauteng
1600
South Africa
Telephone: +27 861 929 929'; } } if (countryID == 'spain') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Spain:<\/strong>

Novartis Farmacéutica S.A.
Gran Via de Les Corts Catalanes, 764
08013 Barcelona
Spain
Telephone: +34 93 306 4200
Medical Information In Country Toll Free: +93 306 75 48'); } else { info.innerHTML = 'Spain:<\/strong>

Novartis Farmacéutica S.A.
Gran Via de Les Corts Catalanes, 764
08013 Barcelona
Spain
Telephone: +34 93 306 4200
Medical Information In Country Toll Free: +93 306 75 48'; } } if (countryID == 'sweden') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Sweden:<\/strong>

Kemistvägen 1 B, Box 1150, 183 11 Täby
Telephone: +46 708 89 32 37
Medical Information Telephone: +46 8732 32 00'); } else { info.innerHTML = 'Sweden:<\/strong>

Kemistvägen 1 B, Box 1150, 183 11 Täby
Telephone: +46 708 89 32 37
Medical Information Telephone: +46 8732 32 00'; } } if (countryID == 'switzerland') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Switzerland:<\/strong>

Novartis Onkologie Schweiz
Monbijoustrasse 118
Postfach
CH-3001 Berne
Switzerland
E-mail: info.bern@novartis.com
Telephone: +41 31 377 51 11
Fax: +41 31 377 52 11'); } else { info.innerHTML = 'Switzerland:<\/strong>

Novartis Onkologie Schweiz
Monbijoustrasse 118
Postfach
CH-3001 Berne
Switzerland
E-mail: info.bern@novartis.com
Telephone: +41 31 377 51 11
Fax: +41 31 377 52 11'; } } if (countryID == 'syria') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Syria:<\/strong>

E-mail: inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Syria:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'taiwan') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Taiwan:<\/strong>

Novartis (Taiwan) Co., Ltd.
11/F, No. 99, Sec. 2, Jen-Ai Road, Taipei 10062, Taiwan, R.O.C.
Telephone: +886 2 2341 6580
Medical Information In Country Toll Free: +0800 880 870'); } else { info.innerHTML = 'Taiwan:<\/strong>

Novartis (Taiwan) Co., Ltd.
11/F, No. 99, Sec. 2, Jen-Ai Road, Taipei 10062, Taiwan, R.O.C.
Telephone: +886 2 2341 6580
Medical Information In Country Toll Free: +0800 880 870'; } } if (countryID == 'thailand') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Thailand:<\/strong>

Novartis (Thailand) Limited
622 Emporium Tower, 15th/1-8 Floor
Sukhumvit Road, Kwaeng Klongton
Khet Klongtoey
Bangkok 10110
Thailand
Telephone: +66 2 685 0767'); } else { info.innerHTML = 'Thailand:<\/strong>

Novartis (Thailand) Limited
622 Emporium Tower, 15th/1-8 Floor
Sukhumvit Road, Kwaeng Klongton
Khet Klongtoey
Bangkok 10110
Thailand
Telephone: +66 2 685 0767'; } } if (countryID == 'turkey') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Turkey:<\/strong>

Novartis Ürünleri İlaç Sektörü Barbaros Bulvarı,
No:83 34353
Besiktas-ÎstanbulTelephone: +90 212 326 91 00
Medical Information Telephone: +90 216 681 20 00'); } else { info.innerHTML = 'Turkey:<\/strong>

Novartis Ürünleri ÎlaƧ Sektörü Barbaros Bulvari,
No:83 34353
Besiktas-ÎstanbulTelephone: +90 212 326 91 00
Medical Information Telephone: +90 216 681 20 00'; } } if (countryID == 'uae') { if (document.getElementById) { document.getElementById('info').innerHTML = ('United Arab Emirates:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'United Arab Emirates:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } if (countryID == 'uk') { if (document.getElementById) { document.getElementById('info').innerHTML = ('United Kingdom:<\/strong>

Novartis Pharmaceuticals UK Limited
200 Frimley Business Park
Frimley/Camberley, Surrey
GU16 7SR
United Kingdom
Telephone: +44 1276 69 8370'); } else { info.innerHTML = 'United Kingdom:<\/strong>

Novartis Pharmaceuticals UK Limited
200 Frimley Business Park
Frimley/Camberley, Surrey
GU16 7SR
United Kingdom
Telephone: +44 1276 69 8370'; } } if (countryID == 'us') { if (document.getElementById) { document.getElementById('info').innerHTML = ('United States:<\/strong>

Customer Interaction Center
Novartis Pharmaceuticals Corporation
One Health Plaza
East Hanover, NJ 07936-1080
Telephone: +1 888 669 6682'); } else { info.innerHTML = 'United States:<\/strong>

Customer Interaction Center
Novartis Pharmaceuticals Corporation
One Health Plaza
East Hanover, NJ 07936-1080
Telephone: +1 888 669 6682'; } } if (countryID == 'venezuela') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Venezuela:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information Telephone: +58 212 273 2222
Medical Information In Country Toll Free: +0800 NOVARTIS'); } else { info.innerHTML = 'Venezuela:<\/strong>

Novartis de Colombia. Calle 11 # 65-51. Bogatá, Colombia
Telephone: +57 446 66 66
Medical Information In Country Toll Free: +0800 NOVARTIS'; } } if (countryID == 'yemen') { if (document.getElementById) { document.getElementById('info').innerHTML = ('Yemen:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'); } else { info.innerHTML = 'Yemen:<\/strong>

E-mail:
inform-me.onc@novartis.com<\/a>
Medical Information Telephone: +961 1 482 481'; } } } function selectTab(tabNumber) { if (document.getElementById) { for (i = 1; i <= 26; i++) { if ('tab' + tabNumber == 'tab' + i) { document.getElementById('tab' + i + 'nav').style.display = 'block'; } else { document.getElementById('tab' + i + 'nav').style.display = 'none'; } } } } function showContent3(tabID) { if (document.getElementById) { for (i = 1; i <= 3; i++) { if ('main-tab-' + tabID == 'main-tab-' + i) { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #ffffff'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #e44c16'; document.getElementById('main-tab-a-' + i).style.color = '#000000'; document.getElementById('tab-info-' + i).style.display = 'block'; } else { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #e4e2cf'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #c1b5aa'; document.getElementById('main-tab-a-' + i).style.color = '#a28f7f'; document.getElementById('tab-info-' + i).style.display = 'none'; } } } } function showContent4(tabID) { if (document.getElementById) { for (i = 1; i <= 4; i++) { if ('main-tab-' + tabID == 'main-tab-' + i) { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #ffffff'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #e44c16'; document.getElementById('main-tab-a-' + i).style.color = '#000000'; document.getElementById('tab-info-' + i).style.display = 'block'; } else { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #e4e2cf'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #c1b5aa'; document.getElementById('main-tab-a-' + i).style.color = '#a28f7f'; document.getElementById('tab-info-' + i).style.display = 'none'; } } } } function showContent6(tabID) { if (document.getElementById) { for (i = 1; i <= 6; i++) { if ('main-tab-' + tabID == 'main-tab-' + i) { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #ffffff'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #e44c16'; document.getElementById('main-tab-a-' + i).style.color = '#000000'; document.getElementById('tab-info-' + i).style.display = 'block'; } else { document.getElementById('main-tab-' + i).style.borderBottom = '1px solid #e4e2cf'; document.getElementById('main-tab-p-' + i).style.borderTop = '4px solid #c1b5aa'; document.getElementById('main-tab-a-' + i).style.color = '#a28f7f'; document.getElementById('tab-info-' + i).style.display = 'none'; } } } }