//
var ob1, _steps = 7;
  var lastindex = 0, fiximage = parseInt(location.search.substr(1));

  function move1(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/1.gif';
		lastindex = index;
	}
  }
function move2(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/2.gif';
		lastindex = index;
	}
  }
  function move3(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/3.gif';
		lastindex = index;
	}
  }
  function move4(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/4.gif';
		lastindex = index;
	}
  }
  function move5(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/5.gif';
		lastindex = index;
	}
  }
 function move6(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/6.gif';
		lastindex = index;
	}
  } 
  function move7(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/arrow2.gif';
		lastindex = index;
	}
  } 
   function move8(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/arrow2.gif';
		lastindex = index;
	}
  } 
  function move9(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/arrow2.gif';
		lastindex = index;
	}
  } 
  function move10(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/arrow2.gif';
		lastindex = index;
	}
  } 
  function move11(index)
  {
    if (index != fiximage)
	{
		document.images['menuh' + index].src     = '../images/s_arrow.gif';
		lastindex = index;
	}
  } 
  function hidepointer()
  {
    if (lastindex != fiximage)
	{
      document.images['menuh' + lastindex].src = '../images/spacer.gif';
	}
  }