var testim = new Array(5);
testim[0]="<span><img src='../images/startQuote.gif' alt=''>Working with intersperience we are able to benchmark the 'intagible' of customer service - crucially from the consumers perspective.<div>AXA Insurance1</div></span>"
testim[1]="<span><img src='../images/startQuote.gif' alt=''>Working with intersperience we are able to benchmark the 'intagible' of customer service - crucially from the consumers perspective.<div>AXA Insurance2</div></span>"
testim[2]="<span><img src='../images/startQuote.gif' alt=''>Working with intersperience we are able to benchmark the 'intagible' of customer service - crucially from the consumers perspective.<div>AXA Insurance3</div></span>"
testim[3]="<span><img src='../images/startQuote.gif' alt=''>Working with intersperience we are able to benchmark the 'intagible' of customer service - crucially from the consumers perspective.<div>AXA Insurance4</div></span>"
testim[4]="<span><img src='../images/startQuote.gif' alt=''>Working with intersperience we are able to benchmark the 'intagible' of customer service - crucially from the consumers perspective.<div>AXA Insurance5</div></span>"


function getTestim(){
	var rndno=Math.floor(Math.random()*5)
	document.getElementById("mainQuote").innerHTML = testim[rndno]
}
function changeimg(thisid){
	document.getElementById("speechImg").style.backgroundImage = 'url(/knowledgeimgs/'+thisid+'_norm.jpg)';
}
function searchbox(way){
	if (way==1){
		if (document.getElementById("inpSearch").value=='Type here to search'){
			document.getElementById("inpSearch").value=''
		}
	}else{
		if (document.getElementById("inpSearch").value==''){
			document.getElementById("inpSearch").value='Type here to search'
		}
	}
}

function searchsub(way){
	if (way==1){
		document.getElementById("ssubmit").src='images/search_on.gif'	
	}else{
		document.getElementById("ssubmit").src='images/search_off.gif'	
	}
}

function smallsubmit(way){
	if (way==1){
		document.getElementById("regEmailSub").src='images/small_on.gif'	
	}else{
		document.getElementById("regEmailSub").src='images/small_off.gif'	
	}
}
