// JavaScript Document

function change(what,IM,ST){
document.all("ITEM_"+what).src="/upload/infocenter/info_images/"+IM;
document.all("LINK_"+what).className="Industries"+ST;
}