  function getRes_Menu1(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var mydif
	var mydif2
	var SetSize1 = 0
		if (theWidth == 800 ) {SetSize1=185}
		else SetSize1=((theWidth - 800) / 2) + 135
	return (SetSize1)
  }

  function getRes_Menu2(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize2 = 0
		if (theWidth == 800 ) {SetSize2=330}
		else SetSize2=((theWidth - 800) / 2) + 280
	return (SetSize2)
  }

  function getRes_Menu3(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize3 = 0
		if (theWidth == 800 ) {SetSize3=555}
		else SetSize3=((theWidth - 800) / 2) + 555
	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) + 357
	return (SetSize4)
  }
