	over_state = new Array(9);
	over_state['m1'] = new Image();
	over_state['m1'].src = "/images/butt_a.gif";
	over_state['m1'] = new Image();
	over_state['m1'].src = "/images/butt_o.gif";
	over_state['m1'] = new Image();
	over_state['m1'].src = "/images/butt_a2.gif";
	over_state['m1'] = new Image();
	over_state['m1'].src = "/images/butt_o2.gif";
	
	function doLiteOn(obj,s)	{
	obj.style.backgroundImage = "url(/images/butt_a"+s+".gif)";
	//eval(obj + ".style.backgroundImage = 'url(/images/butt_a.gif)'");
	}
	
	function doLiteOff(obj,s)	{
	obj.style.backgroundImage = "url(/images/butt_o"+s+".gif)";
	//eval(obj + ".style.backgroundImage = 'url(/images/butt_o.gif)'");
	}

  function homepage (s)
  {
    s.style.behavior='url(#default#homepage)';
    s.setHomePage('http://aquapoint.ru/');
    return false;
  }

  function favorites ()
  {
    window.external.AddFavorite('http://aquapoint.ru/', 'Интернет-магазин AquaPoint.ru');
    return false;
  }

  function openWindow(link, width, height)
  {
      window.open("/pic.php?pic="+link, "", "scrollbars=no resizable=no width=" + width + " height=" + height);
      return true;
  }
