function ShowContent()
{
	jQuery("#ExtraContent").show();
	jQuery("#Show").remove();
}
