  function getRes_Menu1(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var mydif
	var mydif2
	var SetSize1 = 0
		if (theWidth == 800 ) {SetSize1=-6}
		else SetSize1=((theWidth - 800) / 2) + -7
	return (SetSize1)
  }

  function getRes_Menu2(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize2 = 0
		if (theWidth == 800 ) {SetSize2=205}
		else SetSize2=((theWidth - 800) / 2) + 205
	return (SetSize2)
  }

  function getRes_Menu3(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize3 = 0
		if (theWidth == 800 ) {SetSize3=198}
		else SetSize3=((theWidth - 800) / 2) + 198
	return (SetSize3)
  }

  function getRes_Menu4(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize4 = 0
		if (theWidth == 800 ) {SetSize4=438}
		else SetSize4=((theWidth - 800) / 2) + 438
	return (SetSize4)
  }

