
/* Scripts for the Citizens Committe on Human Rights Western Australia. */

function preload_images ( ) {
    header = new Image (100, 636);
    header.src = "images/header.jpg";
    
    citizens_commission_on_human_rights = new Image (130, 100);
    citizens_commission_on_human_rights.src = "images/publications/citizens_commission_on_human_rights.jpg";
    
    child_drugging = new Image (130, 100);
    child_drugging.src = "images/publications/child_drugging.jpg";
    
    harming_artists = new Image (130, 100);
    harming_artists.src = "images/publications/harming_artists.jpg";
    
    chaos_and_terror = new Image (130, 100);
    chaos_and_terror.src = "images/publications/chaos_and_terror.jpg";
    
    community_ruin = new Image (130, 100);
    community_ruin.src = "images/publications/community_ruin.jpg";
    
    the_real_crisis = new Image (130, 100);
    the_real_crisis.src = "images/publications/the_real_crisis.jpg";
    
    psychiatry = new Image (130, 100);
    psychiatry.src = "images/publications/psychiatry.jpg";
    
    elderly_abuse = new Image (130, 100);
    elderly_abuse.src = "images/publications/elderly_abuse.jpg";
    
    massive_fraud = new Image (130, 100);
    massive_fraud.src = "images/publications/massive_fraud.jpg";
    
    psychiatric_hoax = new Image (130, 100);
    psychiatric_hoax.src = "images/publications/psychiatric_hoax.jpg";
    
    eroding_justice = new Image (130, 100);
    eroding_justice.src = "images/publications/eroding_justice.jpg";
    
    pseudoscience = new Image (130, 100);
    pseudoscience.src = "images/publications/pseudoscience.jpg";
    
    creating_racism = new Image (130, 100);
    creating_racism.src = "images/publications/creating_racism.jpg";
    
    psychiatric_rape = new Image (130, 100);
    psychiatric_rape.src = "images/publications/psychiatric_rape.jpg";
    
    rehab_fraud = new Image (130, 100);
    rehab_fraud.src = "images/publications/rehab_fraud.jpg";
    
    unholy_assault = new Image (130, 100);
    unholy_assault.src = "images/publications/unholy_assault.jpg";
    
    deadly_restraints = new Image (130, 100);
    deadly_restraints.src = "images/publications/deadly_restraints.jpg";
    
    schizophrenia = new Image (130, 100);
    schizophrenia.src = "images/publications/schizophrenia.jpg";
    
    the_brutal_reality = new Image (130, 100);
    the_brutal_reality.src = "images/publications/the_brutal_realityjpg";
    
    harming_youth = new Image (130, 100);
    harming_youth.src = "images/publications/harming_youth.jpg";
}

function top_menu (level) {
    if (level == 0) {
        document.write ("<span class='cchr' title='Citizens Committee on Human Rights'>CCHR</span> &nbsp;&nbsp;&nbsp; <span class='western_australia'>Western Australia</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class='top_menu'><a href='news_&_events.html'>news &amp; events</a><span>");
    }
    if (level == 1) {
        document.write ("<span class='cchr' title='Citizens Committee on Human Rights'>CCHR</span> &nbsp;&nbsp;&nbsp; <span class='western_australia'>Western Australia</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class='top_menu'><a href='../news_&_events.html'>news &amp; events</a><span>");
    }
}

function main_menu (level) {
    if (level == 0) {
        document.write ("<a href='index.html'>home</a> &nbsp;&nbsp; <a href='faqs.html' title='Frequently Asked Questions'>faqs</a> &nbsp;&nbsp; <a href='psychiatry.html'>psychiatry</a> &nbsp;&nbsp; <a href='publications.html'>publications</a> &nbsp;&nbsp; <a href='articles_&_links.html'>articles <span class='ampersand'>&amp;</span> links</a> &nbsp;&nbsp; <a href='contact_us.html'>contact us</a>");
    }
    if (level == 1) {
        document.write ("<a href='../index.html'>home</a> &nbsp;&nbsp; <a href='../faqs.html' title='Frequently Asked Questions'>faqs</a> &nbsp;&nbsp; <a href='../psychiatry.html'>psychiatry</a> &nbsp;&nbsp; <a href='../publications.html'>publications</a> &nbsp;&nbsp; <a href='../articles_&_links.html'>articles <span class='ampersand'>&amp;</span> links</a> &nbsp;&nbsp; <a href='../contact_us.html'>contact us</a>");
    }
}

function bottom_menu (level) {
    if (level == 0) {
        document.write ("<a href='privacy.html'>privacy</a> &nbsp;&nbsp;&nbsp; <a href='copyright.html'>copyright</a>");
    }
    if (level == 1) {
        document.write ("<a href='../privacy.html'>privacy</a> &nbsp;&nbsp;&nbsp; <a href='../copyright.html'>copyright</a>");
    }
}
