// JavaScript Document
//łśćłżź
var DebugQueryMode=false; //Show Alerts
//var IE=false;

/* ================================================================================== */
/* =============================== jquery.ready [START] ============================= */
/* ================================================================================== */
/* =============================== page [START] ===================================== */
/* =============================== page [END] ======================================= */

/* =============================== .slider [START] ================================== */
$JQ('.jhover').hover(
  function () {
	$JQ(this).animate({ opacity: 0.7 }, 200 );
  }, 
  function () {
	$JQ(this).animate({ opacity: 1 }, 200 );
  }
);
/* =============================== .slider [END] ==================================== */
/* ================================================================================== */
/* =============================== jquery.ready [END] =============================== */
/* ================================================================================== */
