// JavaScript Document
<!--





$(document).ready(function() {

   

      	

	$(".btnSearchRed").toggle(

      function () {

        $("#homeSearchBox").fadeIn("slow");

      },

      function () {

        $("#homeSearchBox").fadeOut("slow");

      }

    );

	

	$(".btnSearchBlue").toggle(

      function () {

        $("#homeSearchBox").fadeIn("slow");

      },

      function () {

        $("#homeSearchBox").fadeOut("slow");

      }

    );

	

	$(".bookLeadPass").click(function () {

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

		$(this).addClass("selected"); 

		$("#passenger1").addClass("layerIndex").removeClass("notLayerIndex");
    });

	

	$(".bookPass2").click(function () { 

	$("li").children(".selected").removeClass("selected");

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

	$(this).addClass("selected"); 

      $("#passenger2").addClass("layerIndex").removeClass("notLayerIndex");

    }); 
	

	$(".bookPass3").click(function () { 

	$("li").children(".selected").removeClass("selected");

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

	$(this).addClass("selected"); 

      $("#passenger3").addClass("layerIndex").removeClass("notLayerIndex"); 

    });
	

	$(".bookPass4").click(function () { 

	$("li").children(".selected").removeClass("selected");

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

	$(this).addClass("selected");

      $("#passenger4").addClass("layerIndex").removeClass("notLayerIndex"); 

    });
	

	$(".bookPass5").click(function () { 

	$("li").children(".selected").removeClass("selected");

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

	$(this).addClass("selected");

      $("#passenger5").addClass("layerIndex").removeClass("notLayerIndex"); 

    });
	

	$(".bookPass6").click(function () { 

	$("li").children(".selected").removeClass("selected");

	$("div").children(".layerIndex").removeClass("layerIndex").addClass("notLayerIndex");

		$(this).addClass("selected");

      $("#passenger6").addClass("layerIndex").removeClass("notLayerIndex"); 

    });
	
	

	$(".conTab1").click(function () {

	$("#countryInfoOverview").removeClass("hideBox");

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".showBox").removeClass("showBox");

	$("#countryInfoAddon").addClass("hideBox");

		$(this).addClass("selected"); 

		 

		$("#countryInfoOverview").addClass("showBox");

    });

	

	$(".conTab2").click(function () {

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".showBox").removeClass("showBox");

	$("#countryInfoAddon").addClass("hideBox");

	$("#countryInfoOverview").addClass("hideBox");

		$(this).addClass("selected"); 

		

		$("#countryBox2").addClass("showBox");

    });

	

	$(".conTab3").click(function () {

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".showBox").removeClass("showBox");

	$("#countryInfoAddon").addClass("hideBox");

	$("#countryInfoOverview").addClass("hideBox");

		$(this).addClass("selected"); 

		$("#countryBox3").addClass("showBox");

    });

	

	$(".conTab4").click(function () {

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".showBox").removeClass("showBox");

	$("#countryInfoOverview").addClass("hideBox");

		$(this).addClass("selected"); 

		$("#countryInfoAddon").addClass("showBox");

    });

	

	$(".conTab5").click(function () {

	$("#countryInfoPhotoGal").removeClass("hideBox");

	$("li").children(".selected").removeClass("selected"); 

	$("div").children(".showBox").removeClass("showBox");

	$("#countryInfoAddon").addClass("hideBox");

	$("#countryInfoOverview").addClass("hideBox");

		$(this).addClass("selected"); 

		$("#countryInfoPhotoGal").addClass("showBox");

    });

	
/** China map info box **/
	$(".mapKashgar").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapKashgar").addClass("showBox");

    });

	

	$(".mapChengdu").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapChengdu").addClass("showBox");

    });

	

	$(".mapXian").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapXian").addClass("showBox");

    });

	

	$(".mapBeijing").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapBeijing").addClass("showBox");

    });

	

	$(".mapShanghai").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapShanghai").addClass("showBox");

    });

	

	$(".mapGuilin").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapGuilin").addClass("showBox");

    });

	

	$(".mapHongkong").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapHongkong").addClass("showBox");

    });
/** end China map info box **/

/** Indochina map info box **/
$(".mapLuangPrabang").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapLuangPrabang").addClass("showBox");

    });

$(".mapHalongBay").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapHalongBay").addClass("showBox");

    });

$(".mapHoiAn").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapHoiAn").addClass("showBox");

    });

$(".mapAngkorWat").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapAngkorWat").addClass("showBox");

    });

$(".mapMekongDelta").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapMekongDelta").addClass("showBox");

    });
/** end Indochina map info box **/

/** India map info box **/
$(".mapRajasthan").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapRajasthan").addClass("showBox");

    });

$(".mapTajMahal").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapTajMahal").addClass("showBox");

    });

$(".mapKettuvallam").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapKettuvallam").addClass("showBox");

    });

$(".mapRanthambore").mouseover(function () {

	$(".mapDescBoxCont").children(".showBox").removeClass("showBox");

	//$("#countryInfoOverview").addClass("hideBox");

		$(".mapRanthambore").addClass("showBox");

    });
/** end India map info box **/

	

	$(".btnCloseMap").click(function () {

	$("#mapContainer").fadeOut("slow");
	$(".dropListStyle1").fadeIn("fast");
	$(".inputStyle1").fadeIn("fast");
    });

	

	$(".linkMapLrg").click(function () {

	$("#mapContainer").fadeIn("slow");
	$(".dropListStyle1").fadeOut("fast");
	$(".inputStyle1").fadeOut("fast");
    });

	

	$(".linkCountryChinaMap").click(function () {

	$("#mapContainer").fadeIn("slow");
	$(".dropListStyle1").fadeOut("fast");
	$(".inputStyle1").fadeOut("fast");
    });
	
	$(".linkCountryIndoChinaMap").click(function () {

	$("#mapContainer").fadeIn("slow");
	$(".dropListStyle1").fadeOut("fast");
	$(".inputStyle1").fadeOut("fast");
    });
	
	$(".linkCountryIndiaMap").click(function () {

	$("#mapContainer").fadeIn("slow");
	$(".dropListStyle1").fadeOut("fast");
	$(".inputStyle1").fadeOut("fast");
    });

	

	$(".tourTable tr:even").addClass("striped");

	

 });



-->