function funcChange(url){
	document.images["banIMG"].src= url;
}
function funcChange2(url,name){
	document.images[name].src= url;
}
