function setCapabilities(image,height,width,type,name) {

	document.getElementById('spread').src=(image);
	document.getElementById('spread').height=height;
	document.getElementById('spread').width=width;
	document.getElementById('spread_copy').innerHTML="<a href='capabilities.php?type="+type+"&amp;show=1&amp;start=0'>Click here to see our "+name+" portfolio</a>";
	
}

