<!--
// Patrol Points
var ktot='179'
var btot='226'
var NA2007='41'

function ht(line_no)
{
if (line_no == "tab1") 
    {
    line_no = "tab1a"
    document.all[line_no].style.backgroundColor = "#ffa500";
    document.all[line_no].style.color = "#000000";
    line_no = "tab1b"
    document.all[line_no].style.backgroundColor = "#ffa500";
    document.all[line_no].style.color = "#000000";
    }
else
    {
    document.all[line_no].style.backgroundColor = "#ffa500";
    document.all[line_no].style.color = "#000000";
    }
}
function lt(line_no)
{
if (line_no == "tab1") 
    {
    line_no = "tab1a"
    document.all[line_no].style.backgroundColor = "#2e8857";
    document.all[line_no].style.color = "#ffffff";
    line_no = "tab1b"
    document.all[line_no].style.backgroundColor = "#2e8857";
    document.all[line_no].style.color = "#ffffff";
    }
else
    {
    document.all[line_no].style.backgroundColor = "#2e8857";
    document.all[line_no].style.color = "#ffffff";
    }
}

function top_banner(section_id)
{
// b_ids holds the banner numbers for the set of pages. b_depth is for how for away they are from the root directory.
// The section_id is the id for the set of Scouts pages - as below
// 0 - root exec dir                         (banner 02)
// 1 - newsletters                           (banner 02)
// 2 - ??                                    (banner 02)
//
var b_ids=new Array("02","02","02");
var b_depth=new Array("../","../../","../");
document.writeln('<img src="' + b_depth[section_id] + 'images/g-topbanner-' + b_ids[section_id] + '.jpg" width="815" height="90" border=0 alt="1st Great Missenden Scout Troop">');
}







-->
