function toggleAlias()
{
	var form = document.getElementById("alias_form");
	if( form )
	{
		form.submit();
	}	
}