  function getRes_Menu1(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var mydif
	var mydif2
	var SetSize1 = 0
		if (theWidth == 800 ) {SetSize1=2}
		else SetSize1=((theWidth - 682) / 2) + 2
	return (SetSize1)
  }

  function getRes_Menu2(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize2 = 0
		if (theWidth == 800 ) {SetSize2=67}
		else SetSize2=((theWidth - 800) / 2) + 67
	return (SetSize2)
  }

  function getRes_Menu3(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize3 = 0
		if (theWidth == 800 ) {SetSize3=495}
		else SetSize3=((theWidth - 800) / 2) + 127
	return (SetSize3)
  }

  function getRes_Menu4(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize4 = 0
		if (theWidth == 800 ) {SetSize4=357}
		else SetSize4=((theWidth - 800) / 2) + 239
	return (SetSize4)
  }

