var watchtogglestate = 0; // watchtogglestate: 0 - normal, 1 - clicked var divcontents = ""; var currentblurb = 99; var photos = 1; var globalnavwidth = 27; var teasestatus = 0; var videostatus = ''; if(getcookie('aidsstatus') != "") videostatus = getcookie('aidsstatus'); var minbrowser = false; chaptertext = new Array(); chaptertext[0] = '

Part One - Chapter 1 A Deadly New Disease VIEW
Summer 1981. Young gay men are dying of serious and rare infections due to damaged immune systems - cause unknown. The mystery deepens: Men and women of Haitian ancestry also have it.

'; chaptertext[1] = '

Part One - Chapter 2 The Spread Escalates VIEW
I/V drug users and haemophiliacs now have the mystery disease. The CDC warns it is in the blood supply, it must be a virus, and quick action is needed. No one listens.

'; chaptertext[2] = '

Part One - Chapter 3 Politics & Tracking AIDS\' History VIEW
Reagan budget cuts hurt AIDS research. San Francisco battles over closing the bathhouses.In the Congo, scientists find AIDS is in the general population and learn how it got to Haiti.

'; chaptertext[3] = '

Part One - Chapter 4 Scientific Breakthroughs VIEW
Scientists discover when HIV first crossed the species barrier from chimpanzee to human. They also isolate the virus and develop a blood test for it. But the new test reveals deep problems.

'; chaptertext[4] = '

Part One - Chapter 5 A Death Gives AIDS a Face VIEW
Rock Hudson\'s death wakes up millions to the reality of AIDS. It also brings a backlash of fear and discrimination. President Reagan still distances himself from the epidemic.

'; chaptertext[5] = '

Part One - Chapter 6 The Power of Leadership VIEW
Two million have HIV by 1985, most in Africa. Jonathan Mann of W.H.O sounds the alarm. Uganda shows prevention campaigns can work. In Thailand, one man almost single-handedly makes a difference.

'; chaptertext[6] = '

Part One - Chapter 7 Setbacks VIEW
Politics and cultural taboos derail needle exchange and sex education programs in the U.S. And AZT, the first effective AIDS drug, is not the cure it first seemed to be.

'; chaptertext[7] = '

Part One - Chapter 8 At the Brink VIEW
President Reagan gives his only speech on AIDS. The years of inaction continue. By 1990 one million Americans are infected. Worry grows about a global pandemic, and Jonathan Mann departs W.H.O.

'; chaptertext[8] = '

Part Two - Chapter 1 Political Indifference VIEW
In South Africa, HIV infection accelerates. But during his five years in office President Mandela barely mentions AIDS. His country\'s epidemic is on its way to becoming the world\'s largest.

'; chaptertext[9] = '

Part Two - Chapter 2 A Radical New Treatment VIEW
In 1996 Dr. David Ho develops the "triple cocktail" of antiretroviral drugs. HIV infection is no longer a death sentence. But 20 million Africans who need the drugs can\'t pay for them.

'; chaptertext[10] = '

Part Two - Chapter 3 The Struggle to Get the Drugs VIEW
In the U.S., not everyone will get the new HIV drugs, while in Brazil they\'re provided to all. In South Africa, President Mbeki bans the drugs from government hospitals, claiming they\'re too toxic.

'; chaptertext[11] = '

Part Two - Chapter 4 The Relentless Spread VIEW
Twenty million have died of AIDS by the late 1990s. Wherever people inject drugs, HIV follows. President Mbeki repeats the denialists\' claim that AIDS in Africa is caused by poverty, not HIV.

'; chaptertext[12] = '

Part Two - Chapter 5 Financing the Battle VIEW
An unlikely alliance of the evangelical community, Bono, and Jesse Helms presses for a U.S. response. President Bush creates the $15 billion PEPFAR fund, sidestepping the U.N. Global Fund.

'; chaptertext[13] = '

Part Two - Chapter 6 New Challenges VIEW
China, Ethiopia and Uganda encounter obstacles in treating and preventing HIV. And scientists realize the limitations of HIV drugs: the virus never disappears from the body.

'; chaptertext[14] = '

Part Two - Chapter 7 40m Infections + 40m To Come VIEW
The battle in India, Brazil and South Africa continues; 95% of new infections are in developing countries. Researchers work on new prevention tools, but an AIDS vaccine remains elusive.

'; function preload() { if (document.images) { if (typeof(document.F) == 'undefined'){ document.F = new Object(); } document.F.loadedImages = new Array(); var argLength = preload.arguments.length; for(arg=0;argClick to navigate the program

'); showdiv('viewtease',300); teasestatus = 1; } break; case 3: imageswap(document.pn2,'../art/p_n2.gif'); if(teasestatus == 1){ hidediv('viewtease'); } break; } break; case 1: switch(action){ case 1: imageswap(document.pn2,'../art/p_n2.gif'); watchtogglestate = 0; hidediv('viewdiv'); movepage('retract',40); movepage('retractphoto',0); break; case 4: hidediv('viewdiv'); setupprogbrowser(0); changediv('viewdiv',divcontents) if(currentblurb < 99) changediv('blurbarea',chaptertext[currentblurb]) showdiv('viewdiv',mywidth); break; } break; } } function movepage(div,state) { if (document.getElementById && document.getElementById(div) != 'undefined') document.getElementById(div).style.paddingTop = state + 'px'; else if (document.all && document.all[div] != 'undefined') document.all[div].style.paddingTop = state + 'px'; else if (document.layers && document.layers[div] != 'undefined') document.layers[div].paddingTop = state + 'px'; } function divswap(id,classn) { id.className = classn; } function setup() { preload('../art/p_n1a.gif','../art/p_n2a.gif','../art/p_n3a.gif','../art/p_n4a.gif','../art/p_n5a.gif','../art/p_n6a.gif'); window.name = 'main'; minbrowser = ((navigator.userAgent.indexOf("MSIE 5")!=-1) && (parseInt(navigator.appVersion)) && (navigator.userAgent.indexOf("Mac")!=-1))? true:false; } function donothing() { var nothing = 'nothing'; } function showdiv(div,width) { if (document.getElementById){ document.getElementById(div).style.visibility = "visible"; document.getElementById(div).style.width = width + 'px'; } else if (document.all) { document.all[div].style.visibility = "visible"; document.all[div].style.width = width + 'px'; } else if (document.layers) { document.layers[div].visibility = "show"; document.layers[div].width = width + 'px'; } } function hidediv(div) { var width = 710; if(div != 'viewdiv') width = 200; if (document.getElementById){ document.getElementById(div).style.visibility = "hidden"; document.getElementById(div).style.width = width + 'px'; } else if (document.all) { document.all[div].style.visibility = "hidden"; document.all[div].style.width = width + 'px'; } else if (document.layers) { document.layers[div].visibility = "hide"; document.layers[div].width = width + 'px'; } } function getcookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; } var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } return unescape(dc.substring(begin + prefix.length, end)); } function setcookie(name,value) { var today = new Date(); var expire = new Date(); expire.setTime(today.getTime() + 3600000*24*399); document.cookie = name+"="+escape(value) + ";path=/;expires="+expire.toGMTString(); } function cdiv(id,state,active) { switch(state) { case 3: id.className = 'navcurrentseen'; break; case 2: id.className = 'navrightnow'; break; case 0: id.className = 'navunseen'; break; case 1: id.className = 'navseen'; break; } } function changediv(id,text) { if (document.getElementById) { document.getElementById(id).innerHTML = text; } else if (document.all) { document.all(id).innerHTML = text; } else if (document.layers) { eval("document.layers["+id+"].document.open()"); eval("document.layers["+id+"].document.write('" + text + "')"); eval("document.layers["+id+"].document.close()"); } } function blurbreturn() { if(currentblurb < 99) changediv('blurbarea',chaptertext[currentblurb]) } function checkviewdiv() { if(watchtogglestate == 1) { var mywidth = getwidth(); showdiv('viewdiv',mywidth); } } function setvideostatus(now) { videostatus = videostatus.toLowerCase(); videostatus += now; } function setupprogbrowser(recheck) { var loca = document.location.search.substring(1,255); var tempdivcontents = ''; divcontents = '
'; if(recheck != 'undefined' && recheck == 1) videostatus = getcookie('aidsstatus'); var chapterstatus = [ 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o' ]; var chaptercurrent = [ 'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O' ]; var chapterurls = [ '1','2','3','4','5','6','7','8','9','10','11','12','13','14','15' ]; for (var i=0;i'; currentblurb = i; } else { if (videostatus != 'undefined' && videostatus.indexOf(chapterstatus[i]) != -1) { tempdivcontents += ''; } else { tempdivcontents += ''; } } if (i == 7) tempdivcontents += '

  

' } tempdivcontents += ''; if(currentblurb < 14){ divcontents += ''; } if(currentblurb > 0){ divcontents += '
'; } if(photos == 1 && currentblurb < 99){ divcontents += ''; } divcontents += ''; divcontents += tempdivcontents; if(currentblurb > 0) divcontents += ''; divcontents += '
close tab'; if (loca.indexOf("pb=1") != -1) watchtoggle(1); } function mailafriend(target) { var loc = 'http://www.pbs.org/wgbh/pages/frontline/aids/etc/mailfriend.html?target=' + target; window.open(loc,'mailafriend',"width=570,height=435,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes"); } function docimage(target,x,y) { window.open(target,'docimage',"width=570,height=535,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes"); } function playerpop(target,showpart) { var as = ''; if(showpart == 1) as = '?as=1'; var win = window.open('../view/'+target+'.html'+as,'player','width=700,height=600,toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes'); win.focus(); } function getwidth () { var mytwidth = 0 if( document.documentElement && document.documentElement.clientWidth ) { mytwidth = document.documentElement.clientWidth; } else if( document.body && document.body.clientWidth ) { mytwidth = document.body.clientWidth; } return mytwidth; }