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