// JavaScript Document
//lśćąę

var DebugQueryMode=false; //Show Alerts


$JQ('.jhover').hover(
  function () {
	$JQ(this).animate({ opacity: 0.7 }, 200 );
  }, 
  function () {
	$JQ(this).animate({ opacity: 1 }, 200 );
  }
);

