
	$(document).ready ( function ()
		{
			$("#langOption").change ( function ()
				{
					$("#langSel").submit ();
				}
			);
		}
	)
