<!--
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) {


	
	onabout			= new Image(); onabout.src	= "images/about_on.gif";
	offabout			= new Image(); offabout.src	= "images/about_off.gif";
	
	onportfolio			= new Image(); onportfolio.src	= "images/portfolio_on.gif";
	offportfolio			= new Image(); offportfolio.src	= "images/portfolio_off.gif";
	
	ontuition			= new Image(); ontuition.src	= "images/tuition_on.gif";
	offtuition			= new Image(); offtuition.src	= "images/tuition_off.gif";
	
	oncontact				= new Image(); oncontact.src	= "images/contact_on.gif";
	offcontact			= new Image(); offcontact.src	= "images/contact_off.gif";
	
	
	detail			= new Image(); detail.src	= "images/thumb_det.gif";
	detail1			= new Image(); detail1.src	= "images/savecc_det.gif";
	detail2			= new Image(); detail2.src	= "images/faversham_det.gif";
	detail3			= new Image(); detail3.src	= "images/calibre_det.gif";
	detail4			= new Image(); detail4.src	= "images/StGregory_det.gif";
	detail5			= new Image(); detail5.src	= "images/profile_det.gif";
	detail6			= new Image(); detail6.src	= "images/speechlink_det.gif";
	detail7			= new Image(); detail7.src	= "images/relaxation_det.gif";
	detail8			= new Image(); detail8.src	= "images/ccu_det.gif";
	detail9			= new Image(); detail9.src	= "images/StEdmunds_det.gif";
	
	onthumb1				= new Image(); onthumb1.src	= "images/thumb1_on.jpg";
	offthumb1			= new Image(); offthumb1.src	= "images/thumb1_off.jpg";
	
	onthumb2				= new Image(); onthumb2.src	= "images/thumb2_on.jpg";
	offthumb2			= new Image(); offthumb2.src	= "images/thumb2_off.jpg";
	
	onthumb3				= new Image(); onthumb3.src	= "images/thumb3_on.jpg";
	offthumb3			= new Image(); offthumb3.src	= "images/thumb3_off.jpg";
	
	onthumb4				= new Image(); onthumb4.src	= "images/thumb4_on.jpg";
	offthumb4			= new Image(); offthumb4.src	= "images/thumb4_off.jpg";
	
	onthumb5				= new Image(); onthumb5.src	= "images/thumb5_on.jpg";
	offthumb5			= new Image(); offthumb5.src	= "images/thumb5_off.jpg";
	
	onthumb6				= new Image(); onthumb6.src	= "images/thumb6_on.jpg";
	offthumb6			= new Image(); offthumb6.src	= "images/thumb6_off.jpg";
	
	onthumb7				= new Image(); onthumb7.src	= "images/thumb7_on.jpg";
	offthumb7			= new Image(); offthumb7.src	= "images/thumb7_off.jpg";
	
	onthumb8				= new Image(); onthumb8.src	= "images/thumb8_on.jpg";
	offthumb8			= new Image(); offthumb8.src	= "images/thumb8_off.jpg";
	
	onthumb9				= new Image(); onthumb9.src	= "images/thumb9_on.jpg";
	offthumb9			= new Image(); offthumb9.src	= "images/thumb9_off.jpg";
	

	}

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

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->

