function swapSubmit(theLang){

	$(document).ready(function() {
		$("#ctl00_ContentMain_ctl05_btnSubmit").attr("value", theLang);
		
	});
	
}
