function urlOpen(url, param1, param2){
	window.location.href=url;
}

function showAllTypes(href){
	link = $(href);
	if (link.hasClass('current')) {
		$('#submenu a').removeClass('current');
		$('#submenu a').each(function(i){
			if ($(this)[0].id){
				$('#tours_list').removeClass();
			}
		})


	} else {
		$('#submenu a').addClass('current');
		$('#submenu a').each(function(i){
			$('#tours_list').addClass($(this)[0].id);
		})
	}
	return false;
}
function showTypes(link) {
	$(link).toggleClass('current');
	$('#tours_list').toggleClass($(link)[0].id);
}
function showBranch(element) {
	if(!$(element).parents('#regions')[0] || $(element).parents('#regions')[0].id != 'regions') return true;

	var ul = $(element).next('ul:first')
	ul.toggle();

	$('#tours').empty();
	ul.clone().appendTo('#tours').show();

	$('#hotels').empty();
	ul.clone().appendTo('#hotels').show();

	return false;
}

$(window).load(function() {


    $('.rightCol a.js').click (function() {
        $(this).next('ul').each(function(){
            $(this).toggle('slow');
            //$(this).effect("highlight", {}, 3000);
        });
    });

    $('a.linksubscribe').click (function() {
        $(this).toggle('slow');
        $('form.subscribe').toggle('slow');
    });

    $("#leftjsmenu li a").click (function(){
    	var found = $("ul.types > li > ul > li.region:contains('" + $(this).html() + "')");

    	console.log(found.length)
    	if (found.length == 0) {
    		var found = $("ul.types > li.region:contains('" + $(this).html() + "')");
			$("ul.types > li.region").hide();
			found.show();
			$("ul.types > li.tour").hide();
			$("ul.types > li.region > a").hide();
    	} else {
    		$("ul.types > li.region").show();
			$("ul.types > li > ul > li.region").hide();
			found.show();
			$("ul.types > li.tour").hide();
			$("ul.types > li.region > a").hide();
    	}

    })


});



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";
 

