//---------------------------------+
//  Developed by Roshan Bhattarai 
//  Visit http://roshanbh.com.np for this script and more.
//  This notice MUST stay intact for legal use mouseover / click
// --------------------------------->
$(document).ready(function()
{
	$("#secondpane div.menu_head").click(function()
    {
	     $(this).next("div.menu_body").slideDown(700).siblings("div.menu_body").slideUp("slow");
	});
});



$(function() {
  $('a.lightbox').lightBox();
});

$(function() {
	$("#formularz").validate();

});





