	function SetSize()
	{
		var outer = document.getElementById("outerframe");
		
		if (outer != null)
		{
			outer.style.width = (screen.width - 34) + "px";
		}		
	}	

	function LangPostBack() {
		var theForm1 = document.forms['form1'];
		if (!theForm1) {
		    theForm = document.form1;
		}

	    theForm1.submit();
	}	