$().ready(function(){

	$("span.bg_shadow").fadeTo(0, 0.5);
	$('h2 a').sifr({version: 3, build: 419, font: '/appmedia/gfx/fonts/gothi', color: '#ffffff', width: 490, height:40, fontSize: 24, sFlashVars: underline=false});

	$('#menu li[class!="sublink"]').hover(
		function() {
			$(this).children('.submenu').fadeIn("slow");
		},
		function() {
			$(this).children('.submenu').fadeOut("fast");
		}
	);
	$("ul.comments li:first").hide()
	$('.comments_bar').click(function () {
	  $("ul.comments li:first").slideToggle("fast");
	});

  $("#demoForm").each(function(index){$(this).formwizard({ 
    formPluginEnabled: true,
    validationEnabled: true,
    focusFirstInput : true,
    textSubmit : 'Wyślij',
    textNext : "Dalej",
    textBack : "Wróć",
    formOptions :{
      success: function(data){
      $("#onGoing").hide(100); 
      if (data.status =='ok'){
        $("#status").show(100)
        $("#dodajForm").formwizard("reset");
      }
      else {
        $("#errorAjax").show(100)
      }
        
      
      },
      beforeSubmit: function(data){$("#onGoing").show(100);},
      dataType: 'json',
      resetForm: true
    } 
   }
  )});
  
  if ($('#rotacja_reklam').length > 0)
  {
  $('#rotacja_reklam').cycle({
        fx:     'scrollLeft',
        speed:  'fast',
        timeout: 9000,
		slideExpr: 'img'
    });
    }

});
