  function getRes_Menu1(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var mydif
	var mydif2
	var SetSize1 = 0
		if (theWidth == 800 ) {SetSize1=131}
		else SetSize1=((theWidth - 800) / 2) + 131
	return (SetSize1)
  }

  function getRes_Menu2(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize2 = 0
		if (theWidth == 800 ) {SetSize2=251}
		else SetSize2=((theWidth - 800) / 2) + 251
	return (SetSize2)
  }

  function getRes_Menu3(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize3 = 0
		if (theWidth == 800 ) {SetSize3=361}
		else SetSize3=((theWidth - 800) / 2) + 361
	return (SetSize3)
  }

  function getRes_Menu4(){
    var theHeight = screen.height;
    var theWidth = screen.width;
	var SetSize4 = 0
		if (theWidth == 800 ) {SetSize4=476}
		else SetSize4=((theWidth - 800) / 2) + 476
	return (SetSize4)
  }
