function change_top_image(id,classname){
	if(id)
	document.getElementById(id).className=classname;
}

