// $Archive: /www/en/includes/js/pages.js $
// $Author: Peter $ 
// $Modtime: 11/18/04 3:36p $ 
// $Revision: 7 $  
 
//add first menu

var tmpMenu

//adMenu(id, desc, opt imageName)
oNav.addMenu("part1", "PART 1<br>Introduction to Hemophilia", "");

//addPage(id, menuId, href, textDescription, [opt] linkDescription, [opt] imageName)
oNav.addPage("1.01", "part1", "1.01.html", "How does blood move around the body");
oNav.addPage("1.02", "part1", "1.02.html", "How does bleeding start and stop");
oNav.addPage("1.03", "part1", "1.03.html", "Why do people with hemophilia sometimes bleed longer than other people?");
oNav.addPage("1.04", "part1", "1.04.html", "Is all hemophilia the same?");
oNav.addPage("1.05", "part1", "1.05.html", "How do people get hemophilia?");
oNav.addPage("1.06", "part1", "1.06.html", "What are the chances that a baby will have hemophilia?");
oNav.addPage("1.07", "part1", "1.07.html", "Is hemophilia lifelong?");



oNav.addMenu("part2", "PART 2<br>Assessing and Managing Bleeds", "");
oNav.addPage("2.01", "part2", "2.01.html", "What are some common signs of hemophilia?");
oNav.addPage("2.02", "part2", "2.02.html", "What causes a joint bleed?");
oNav.addPage("2.03", "part2", "2.03.html", "What happens in a joint bleed?");
oNav.addPage("2.04", "part2", "2.04.html", "Which joint bleeds are most common?");
oNav.addPage("2.05", "part2", "2.05.html", "What are the long-term effects of joint bleeds?");
oNav.addPage("2.06", "part2", "2.06.html", "What causes a muscle bleed?");
oNav.addPage("2.07", "part2", "2.07.html", "What happens in a muscle bleed?");
oNav.addPage("2.08", "part2", "2.08.html", "Which muscle bleeds are most common?");
oNav.addPage("2.09", "part2", "2.09.html", "What are the long-term effects of muscle bleeds?");
oNav.addPage("2.10", "part2", "2.10.html", "Which bleeds are serious or life-threatening?");


oNav.addMenu("part3", "PART 3<br>Treatment of Bleeds", "");
oNav.addPage("3.01", "part3", "3.01.html", "Why should bleeds be treated quickly? (part A)");
oNav.addPage("3.02", "part3", "3.02.html", "Why should bleeds be treated quickly? (part B)");
oNav.addPage("3.03", "part3", "3.03.html", "How can bleeds be treated with first aid?");
oNav.addPage("3.04", "part3", "3.04.html", "How can bleeds be treated with factor replacement therapy? ");
oNav.addPage("3.05", "part3", "3.05.html", "What other treatment may help?");
oNav.addPage("3.06", "part3", "3.06.html", "What are inhibitors and how can they be treated?");
oNav.addPage("3.07", "part3", "3.07.html", "What are the signs of recovery from a bleed?");


oNav.addMenu("part4", "PART 4<br>Staying Healthy and Preventing Bleeds", "");
oNav.addPage("4.01", "part4", "4.01.html", "What can be done to stay healthy?");
oNav.addPage("4.02", "part4", "4.02.html", "Why is dental health important?");
oNav.addPage("4.03", "part4", "4.03.html", "Why is emotional health important?");
oNav.addPage("4.04", "part4", "4.04.html", "What if an operation is needed?");
oNav.addPage("4.05", "part4", "4.05.html", "What if medicine or vaccinations are needed?");
oNav.addPage("4.06", "part4", "4.06.html", "What are some allergic reactions to treatment?");
oNav.addPage("4.07", "part4", "4.07.html", "What medical information should be carried?");
oNav.addPage("4.08", "part4", "4.08.html", "Where can people get help or advice about hemophilia?");


oNav.addMenu("part5", "ANNEX: Venepuncture & Home Therapy", "");
oNav.addPage("5.01", "part5", "5.01.html", "What is home therapy?");
oNav.addPage("5.03", "part5", "5.03.html", "What is venepuncture?");
oNav.addPage("5.04", "part5", "5.04.html", "What preparation is needed for replacement therapy?");
oNav.addPage("5.02", "part5", "5.02.html", "How can infection be prevented when giving an injection?");
oNav.addPage("5.05", "part5", "5.05.html", "How is replacement therapy given? (part A)");
oNav.addPage("5.06", "part5", "5.06.html", "How is replacement therapy given? (part B)");

oNav.addMenu("part6", "Glossary", "", "glossary.html");
oNav.addPage("6.01", "part6", "glossary.html", "Glossary", "", "", false);

