/* 	
 * This software is (c) 2009 Emtee Software & Consult, DK-8000 Aarhus, and all rights are reserved.
 * For further information see: http://www.emtee.dk, or contact info@emtee.dk
 */
 
 function ctrl_itemPartner(name, imgPath) {
	document[name].src = imgPath;
 }
