
// Preload images for later onmouseovers

function tsetimages(rel_jump)
{

just_add_on=new Image();
just_add_on.src=rel_jump + "just_add_on.gif";

sections_on=new Image();
sections_on.src=rel_jump + "sections_on.gif";

history_on=new Image();
history_on.src=rel_jump + "history_on.gif";

fun_on=new Image();
fun_on.src=rel_jump + "fun_on.gif";

camp_on=new Image();
camp_on.src=rel_jump + "camp_on.gif";

battalion_on=new Image();
battalion_on.src=rel_jump + "battalion_on.gif";

bbonweb_on=new Image();
bbonweb_on.src=rel_jump + "bbonweb_on.gif";

res_on=new Image();
res_on.src=rel_jump + "res_on.gif";

home_on=new Image();
home_on.src=rel_jump + "home_on.gif";

sub_reunion_on=new Image();
sub_reunion_on.src=rel_jump + "sub_reunion_on.gif";

sub_exmouth1998_on=new Image();
sub_exmouth1998_on.src=rel_jump + "sub_exmouth1998_on.gif";

sub_charmouth1999_on=new Image();
sub_charmouth1999_on.src=rel_jump + "sub_charmouth1999_on.gif";


}


