
<!--
if (document.images) {

	var icollaborationPhoto	= new Image();
	icollaborationPhoto.src = "assets/images/how/quote_collaboration.gif"; 
	var istrategyPhoto	= new Image();
	istrategyPhoto.src	= "assets/images/how/quote_strategy.gif";
	var icreativityPhoto	= new Image();
	icreativityPhoto.src	= "assets/images/how/quote_creativity.gif";
	var ideliveryPhoto	= new Image();
	ideliveryPhoto.src	= "assets/images/how/quote_delivery.gif";
	var icompliancePhoto	= new Image();
	icompliancePhoto.src	= "assets/images/how/quote_compliance.gif";
}

	function rollon(which){
		document.photo.src = eval("i"+which+"Photo.src");

	}
	
//-->

