// workaround for IE's lack of support for CSS 'max-width' attribute
function maxWidthIE(){ // slightly neater - no iteration through the DIVs
var agt=navigator.userAgent.toLowerCase();
var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
if (is_ie == true){
	if(document.getElementsByTagName){
		window.onresize = new Function("window.location.reload()")
		var maxWidth = 995;
		var width;
		if (document.body.clientWidth > 995){width = maxWidth + "px";}
		else{width = "auto";}
		document.body.style.width = width;
		} // end if 
	} // if is_ie
} // end function


var maximages=5;
var maxquotes=3;
var quotes=new Array(
	"CAA haven't disappointed.",
	"CAA provides a professional, desktop engineering solution",
	"With the use of the CAA cutting edge, web based system I am able to monitor their performance from my own desk, whatever time of day");