var webUrl = 'http://www.7mai.com';

function showmore(a,b)
{
	$(a).style.display='none';
	$(b).style.display='inline';
}
