var D=new Function('obj','return document.getElementById(obj)');
function getotherinfo(obj1){
	obj1 = "myinfo_" + obj1;
	if (D(obj1)){
		D(obj1).innerHTML = D(obj1+"_01").innerHTML; 
		D(obj1+"_01").innerHTML = ""; 
	}
}