function showhidesociallist()
{
	list = $('socialselect');
	list.toggle();
}