  function getRes_Menu1(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var mydif
	var mydif2
	var SetSize1 = 0
		if (theWidth == 800 ) {SetSize1=78}
		else SetSize1=((theWidth - 800) / 2) + 78
	return (SetSize1)
  }

  function getRes_Menu0(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize2 = 0
		if (theWidth == 800 ) {SetSize2=220}
		else SetSize2=((theWidth - 800) / 2) + 220
	return (SetSize2)
  }

  function getRes_Menu2(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize3 = 0
		if (theWidth == 800 ) {SetSize3=353}
		else SetSize3=((theWidth - 800) / 2) + 353
	return (SetSize3)
  }

  function getRes_Menu3(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize4 = 0
		if (theWidth == 800 ) {SetSize4=470}
		else SetSize4=((theWidth - 800) / 2) + 470
	return (SetSize4)
  }
