function bttscroll()
{
document.writeln("<style>");
document.writeln('BODY ');
document.writeln('{bgcolor:#ffffff;scrollbar-base-color:white;scrollbar-arrow-color:white;scrollbar-DarkShadow-Color:#505050;scrollbar-track-color: #f0f0f0;scrollbar-face-color:brown;scrollbar-highlight-color: white;scrollbar-3dlight-color: white;scrollbar-shadow-color: #505050;}');
document.writeln("</style>")
}

function bttfirstcol(menu_item)


document.write("<DIV align='right'>");
document.write('<a href="index.php" target="_top" onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18;white-space: no-wrap"><b>I&nbsp;WANT&nbsp;TO&nbsp;RIDE&nbsp;A&nbsp;MOTORCYCLE</b></a>');
if (menu_item=="index")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">'); 
 }

 document.write('<br><a href="why.php" target="_top" ');
 document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18"><b>WHY&nbsp;US?</b></a>');
if (menu_item=="why")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">'); 
 } 
 
document.write('<br><a href="licence.php" target="_top" ');
document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18;white-space: no-wrap">');
document.write('<b>LICENCE&nbsp;OPTIONS/CBT&nbsp;THEORY&nbsp;TESTS</b></a>');
if (menu_item=="licence")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">');
 }
 
document.write('<br><a href="course.php" target="_top" '); 
document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18">');
document.write('<b>COURSE&nbsp;COSTS</b></a>');
if (menu_item=="course")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 } 
 else
 {
 document.write('<img src="blank.gif" width="18">');
 }
 
 document.write('<br><a href="posttest.php" target="_top" ');
 document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18">');
document.write('<b>POST-TEST&nbsp;TRAINING</b></a>');
if (menu_item=="posttest")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">');
 } 
 
document.write('<br><a href="personnel.php" target="_top" ');
document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18">');
document.write('<b>PERSONNEL</b></a>');
if (menu_item=="personnel")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">');
 } 
 
document.write('<br><a href="where.php" target="_top" ');
document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18">');
document.write('<b>WHERE&nbsp;ARE&nbsp;WE?</b></a>');
if (menu_item=="where")
 {
 document.write('<img src="arrow_l.gif" width="18">');
 }
 else
 {
 document.write('<img src="blank.gif" width="18">');
 }
 
document.write('<br><a href="contacts.php" target="_top" ');
document.write('onmouseover=this.style.color="orange" onmouseout=this.style.color="brown" style="font-size:8pt;font-family:arial;width:18">');
document.write('<b>CONTACT&nbsp;DETAILS</b></a>');
if (menu_item=="contacts")
 {
 document.write('<img src="arrow_l.gif" width="18"><br>');
 }
 else
 {
 document.write('<img src="blank.gif" width="18"><br>');
 }
document.write('</div>');
}

function btttop()
{
document.write('<img src="bttlogo.gif" width="220">');
}
function copyright()
{
now = new Date();
yr  = now.getYear();
if (yr<1900)
{
yr = yr + 1900;
}
document.write("<hr color=\"orange\" ></b><span style=font-size:8pt>&copy; BTT-Training, Bristol, England, 2002 - ");
document.write(yr);
document.write(".");
}
}
}
