document.write('<div id="roll-video-info" style="display: none;"><h3 id="vn-roll-h3"></h3><p id="vn-roll-p" class="player_blurb"></p></div>');

var heart_info_h = new Array();
var heart_info_p = new Array();

heart_info_h[1] = 'Chapter 1: The Many Faces of Depression <span class="timecode">[9:36]</span>';
heart_info_p[1] = 'Depression takes many forms, and can strike anyone.  Meet Andrew Solomon, author and expert on the topic.';

heart_info_h[2] = 'Chapter 2: Depression in Adolescents  <span class="timecode">[9:35]</span>';
heart_info_p[2] = 'Adolescent depression can go undiagnosed when mistaken for typical teen behaviors.  Emily and Hart tell their stories.';

heart_info_h[3] = 'Chapter 3: The Mysteries of the Adolescent Brain <span class="timecode">[5:34]</span>';
heart_info_p[3] = 'The Satows lost their college-aged son, Jed, to suicide.  Why?  Researchers use MRI scans to study the teen brain.';

heart_info_h[4] = 'Chapter 4: Postpartum Depression <span class="timecode">[3:29]</span>';
heart_info_p[4] = 'The hormonal shifts of pregnancy and childbirth can trigger post-partum depression.  Ellie explains what happened to her.';

heart_info_h[5] = 'Chapter 5: Trauma, Stress, and Depression <span class="timecode">[9:37]</span>';
heart_info_p[5] = 'Shep and Jiwe describe the childhood traumas that affected them. What is the dynamic between genetics and environment?';

heart_info_h[6] = 'Chapter 6: Common Depression <span class="timecode">[6:50]</span>';
heart_info_p[6] = 'Terrie describes the denial of depression among African- Americans, while Philip sees the stigma in the corporate world.';

heart_info_h[7] = 'Chapter 7: The Promise of Treatment <span class="timecode">[7:09]</span>';
heart_info_p[7] = 'Andrew shows his treatment regimen, which includes pills, therapy, and exercise.';

heart_info_h[8] = 'Chapter 8: Treatment in Teens <span class="timecode">[4:59]</span>';
heart_info_p[8] = 'Hart, Emma, and their families talk about medications and therapy.  New methods aim to find faster-acting treatments.';

heart_info_h[9] = 'Chapter 9: Electroshock Treatment <span class="timecode">[6:56]</span>';
heart_info_p[9] = 'Electroshock therapy (ECT) can treat depression safely and effectively, especially in the elderly.';

heart_info_h[10] = 'Chapter 10: Experimental Treatments <span class="timecode">[6:31]</span>';
heart_info_p[10] = 'New discoveries are helping people with treatment-resistant depression.  Deep brain stimulation gave Deanna her life back.';

heart_info_h[11] = 'Chapter 11: Recovery <span class="timecode">[11:37]</span>';
heart_info_p[11] = 'Philip and Terrie help themselves by helping others.  Ellie prepares for a healthy second pregnancy.';

heart_info_h[12] = 'Chapter 12: Final Thoughts <span class="timecode">[4:51]</span>';
heart_info_p[12] = 'The Satows work to prevent suicide on college campuses.. Support from loved ones can aid treatment.';

function video_roll_show(vin)
{	
	document.getElementById('vn-roll-h3').innerHTML = heart_info_h[vin];
	document.getElementById('vn-roll-p').innerHTML = heart_info_p[vin];
	document.getElementById('default-video-info').style.display = "none";
	document.getElementById('default-video-info').style.display = "none";
	document.getElementById('roll-video-info').style.display = "block";
}

function video_roll_hide()
{
	document.getElementById('roll-video-info').style.display = "none";
	document.getElementById('default-video-info').style.display = "block";
}