<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
if(document.images) {

	onhome				= new Image(); onhome.src			= "images/home_on.gif";
	offhome				= new Image(); offhome.src			= "images/home_off.gif";
	onabout				= new Image(); onabout.src			= "images/about_on.gif";
	offabout			= new Image(); offabout.src			= "images/about_off.gif";
	oncourses			= new Image(); oncourses.src		= "images/courses_on.gif";
	offcourses			= new Image(); offcourses.src		= "images/courses_off.gif";
	onadmiss			= new Image(); onadmiss.src			= "images/admiss_on.gif";
	offadmiss			= new Image(); offadmiss.src		= "images/admiss_off.gif";
	onstudent			= new Image(); onstudent.src		= "images/student_on.gif";
	offstudent			= new Image(); offstudent.src		= "images/student_off.gif";
	oncontact			= new Image(); oncontact.src		= "images/contact_on.gif";
	offcontact			= new Image(); offcontact.src		= "images/contact_off.gif";
	onfaq				= new Image(); onfaq.src			= "images/faq_on.gif";
	offfaq				= new Image(); offfaq.src			= "images/faq_off.gif";
	onnews				= new Image(); onnews.src			= "images/news_on.gif";
	offnews				= new Image(); offnews.src			= "images/news_off.gif";
	onfastfind				= new Image(); onfastfind.src			= "http://www.westlondoncollege.com/images/fastfind_on.gif";
	offfastfind				= new Image(); offfastfind.src			= "http://www.westlondoncollege.com/images/fastfind_off.gif";
	
	<!--Courses Menu-->
	onourcourses			= new Image(); onourcourses.src		= "images/menus/ourcourses_on.gif";
	offourcourses			= new Image(); offourcourses.src		= "images/menus/ourcourses_off.gif";
	onbusiness			= new Image(); onbusiness.src		= "images/menus/business_on.gif";
	offbusiness			= new Image(); offbusiness.src		= "images/menus/business_off.gif";
	oncomputer			= new Image(); oncomputer.src		= "images/menus/computer_on.gif";
	offcomputer			= new Image(); offcomputer.src		= "images/menus/computer_off.gif";
	onhotel				= new Image(); onhotel.src			= "images/menus/hotel_on.gif";
	offhotel			= new Image(); offhotel.src			= "images/menus/hotel_off.gif";
	ontravel			= new Image(); ontravel.src			= "images/menus/travel_on.gif";
	offtravel			= new Image(); offtravel.src		= "images/menus/travel_off.gif";
	onfashion			= new Image(); onfashion.src		= "images/menus/fashion_on.gif";
	offfashion			= new Image(); offfashion.src		= "images/menus/fashion_off.gif";
	onpart				= new Image(); onpart.src			= "images/menus/part_on.gif";
	offpart				= new Image(); offpart.src			= "images/menus/part_off.gif";
	onexecutive			= new Image(); onexecutive.src		= "images/menus/executive_on.gif";
	offexecutive		= new Image(); offexecutive.src		= "images/menus/executive_off.gif";


	}

function swap(place, imgName) {if ( version == "n3" || version == "e4" ) {document[place].src = eval(imgName + ".src")}
}

//-->

