compat = false;



if ( parseInt ( navigator.appVersion ) >= 3 ) {

	compat = true;

}



if ( compat ) {



francison = new Image;

francison.src = "../images/right/team_francis.jpg";

francisoff = new Image;

francisoff.src = "../images/right/about_team.jpg";



simonon = new Image;

simonon.src = "../images/right/team_simon.jpg";

simonoff = new Image;

simonoff.src = "../images/right/about_team.jpg";



sarahon = new Image;

sarahon.src = "../images/right/team_sarah.jpg";

sarahoff = new Image;

sarahoff.src = "../images/right/about_team.jpg";



christopheron = new Image;

christopheron.src = "../images/right/team_christopher.jpg";

christopheroff = new Image;

christopheroff.src = "../images/right/about_team.jpg";



wilmaon = new Image;

wilmaon.src = "../images/right/team_wilma.jpg";

wilmaoff = new Image;

wilmaoff.src = "../images/right/about_team.jpg";



ericon = new Image;

ericon.src = "../images/right/team_eric.jpg";

ericoff = new Image;

ericoff.src = "../images/right/about_team.jpg";


davidon = new Image;

davidon.src = "../images/right/team_david.jpg";

davidoff = new Image;

davidoff.src = "../images/right/about_team.jpg";


jillon = new Image;

jillon.src = "../images/right/team_jill.jpg";

jilloff = new Image;

jilloff.src = "../images/right/about_team.jpg";



fraseron = new Image;

fraseron.src = "../images/right/team_fraser.jpg";

fraseroff = new Image;

fraseroff.src = "../images/right/about_team.jpg";



maureenon = new Image;

maureenon.src = "../images/right/team_maureen.jpg";

maureenoff = new Image;

maureenoff.src = "../images/right/about_team.jpg";



audreyon = new Image;

audreyon.src = "../images/right/team_audrey.jpg";

audreyoff = new Image;

audreyoff.src = "../images/right/about_team.jpg";



on = new Image;

on.src = "../images/right/team_.jpg";

off = new Image;

off.src = "../images/right/about_team.jpg";



gillianon = new Image;

gillianon.src = "../images/right/team_gillian.jpg";

gillianoff = new Image;

gillianoff.src = "../images/right/about_team.jpg";



janeon = new Image;

janeon.src = "../images/right/team_jane.jpg";

janeoff = new Image;

janeoff.src = "../images/right/about_team.jpg";


leeaneon = new Image;

leeaneon.src = "../images/right/team_leeane.jpg";

leeaneoff = new Image;

leeaneoff.src = "../images/right/about_team.jpg";


}



function glow (x, y) {

	if ( compat ) {

	document.images[x].src=eval(y+'.src');

	}

}

