function fid(id) {
	return (document.getElementById(id));
}
function show(obj,str) {
	obj.src='http://www.ganolix-pharm.com/cn/images/'+str+'.gif';
}