
$(document).ready(function() {

	Cufon.replace('.cf');

 /* menu górne */
 // alert($('#top_menu > .menuitem').toSource())
 $('#top_menu > .menuitem').hover(
 function() {
 //$('.top_submenu', $(this)).show("fast");
 $('.top_submenu', $(this)).show("");
 $(this).addClass("menuitem1");
 $(this).removeClass("menuitem");

// $(this).css("display", "block") ;

 $('.mt',$(this)).toggle();
 
 },
 
 function() {
 $('.top_submenu', $(this)).hide("");
 $(this).addClass("menuitem");
 $(this).removeClass("menuitem1");
 
 $('.mt',$(this)).toggle();
 }
 );
 
  
 
 
 
  $('#mleft > .op1').hover(
 function() {
 
 $('.omm',$(this)).toggle();
  },
  function() {
  
 $('.omm',$(this)).toggle();
 }
 );
 
 });

     $(function() {
        $('.mcont a.otwiera_na_szarym_tle, .mcont0a a.otwiera_na_szarym_tle, .mcont0b a.otwiera_na_szarym_tle, .mr  a.otwiera_na_szarym_tle, .gr245 a.otwiera_na_szarym_tle').lightBox();
     });
 	 
	 
	function drukuj() {
	window.open('?print=1','_blank','toolbar=yes, location=no, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=715, height=500')
}
