jQuery.noConflict();
jQuery(document).ready(function($) {
  $('a.see-more').bind('mouseenter', function() { $(this).parents('form').addClass('expanded'); } );
  $('#subheader form').bind('mouseleave', function() { $(this).removeClass('expanded'); } );
  $('#zastosowanie a.see-more-box').bind('mouseenter', function() { $('#zastosowanie').addClass('expanded'); } );
  $('#zastosowanie').bind('mouseleave', function() { $(this).removeClass('expanded'); } );
});

jQuery.fn.mailto = function(opts) {
	var email = opts.name + '@' + opts.domain + '.' + opts.extension;
	$(this).html('<a href="mailto:' + email + '" rel="nofollow" title="Email ' + email + '">' + email + '</a>');
};

function show_adwert(){
document.write('<iframe scrolling="no" frameborder="0" marginwidth="0" marginheight="0" longdesc="Advert container" width="728" height="115" src="http://zone01.advertik.com/v2.aspx?cid=363"> </iframe>');
}
