
$(window).load(function() {
    $('#slider').nivoSlider({
    	 effect:'fold,fade', // Specify sets like: 'fold,fade,sliceDown'
    });

    $('div.tours .links').click (function() {
        $(this).next('ul').find('li.hidden').each(function(){
            $(this).toggle('slow');
            //$(this).effect("highlight", {}, 3000);
        });
    });
    $('div.regions .links').click (function() {
//        $('div.regions .links').next('ul').css('height', 'auto');
//        $('div.regions .links').next('ul').find('li ul').css('height', 'auto');
        $(this).next('ul').find('li.hidden').each(function(){
            $(this).toggle('slow');
            //$(this).effect("highlight", {}, 3000);
        });

    });

    /*
	$('ul.types li.region > a:containts("Великобритания")')
		.filter(
		function(index){
			return index.innerHTML == "Великобритания"
		})
		.each(function(){
			console.log(this);
		});
		*/

});



reformal_wdg_domain    = "impala";
reformal_wdg_mode    = 0;
reformal_wdg_title   = "Туристическая компания Impala Travel";
reformal_wdg_ltitle  = "Оставьте свой отзыв";
reformal_wdg_lfont   = "";
reformal_wdg_lsize   = "";
reformal_wdg_color   = "#FFA000";
reformal_wdg_bcolor  = "#516683";
reformal_wdg_tcolor  = "#FFFFFF";
reformal_wdg_align   = "right";
reformal_wdg_charset = "utf-8";
reformal_wdg_waction = 0;
reformal_wdg_vcolor  = "#9FCE54";
reformal_wdg_cmline  = "#E0E0E0";
reformal_wdg_glcolor  = "#105895";
reformal_wdg_tbcolor  = "#FFFFFF";
 
reformal_wdg_bimage = "http://www.impalatravel.com/img/bttn_comment.png";
 

