<!--
function toogleOffer(n) {
  if(n==2){
	  $("#tab1").attr("class","lasestnav");
	  $("#tab2").attr("class","lasestcur");
	  $("#latest-offer-2").show();
	  $("#latest-offer-1").hide();
  }else{
	  $("#tab1").attr("class","lasestcur");
	  $("#tab2").attr("class","lasestnav");
	  $("#latest-offer-2").hide();
	  $("#latest-offer-1").show();
  }
}
function toogleNews(n) {

  if(n==2){
	  $("#NewstypeId1").removeClass("lasestcur");
	  $("#NewstypeId2").addClass("lasestcur");
	  $("#Newstype2List").show();
	  $("#Newstype1List").hide();
  }else{
	  $("#NewstypeId2").removeClass("lasestcur");
	  $("#NewstypeId1").addClass("lasestcur");
	  $("#Newstype2List").hide();
	  $("#Newstype1List").show();
  }
}
function toogleNews2(n) {

  if(n==4){
	  $("#NewstypeId3").removeClass("lasestcur");
	  $("#NewstypeId4").addClass("lasestcur");
	  $("#Newstype4List").show();
	  $("#Newstype3List").hide();
  }else{
	  $("#NewstypeId4").removeClass("lasestcur");
	  $("#NewstypeId3").addClass("lasestcur");
	  $("#Newstype4List").hide();
	  $("#Newstype3List").show();
  }
}
$("#Hid1").show();

function zhuchehuadong(n) {
	  if(n==1){
	  $("#Hid1").show();
	  $("#Hid2").hide();
	  $("#Hid3").hide();
	  $("#Hid4").hide();
	  $("#Quick1").css("background","url(/images/20071102_08.gif) no-repeat 0 -38px");
	  $("#Quick2").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick3").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick4").css("background","url(/images/20071102_08.gif) no-repeat");
  }
  if(n==2){
	  $("#Hid2").show();
	  $("#Hid1").hide();
	  $("#Hid3").hide();
	  $("#Hid4").hide();
	  $("#Quick2").css("background","url(/images/20071102_08.gif) no-repeat 0 -38px");
	  $("#Quick1").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick3").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick4").css("background","url(/images/20071102_08.gif) no-repeat");
  }
   if(n==3){
	  $("#Hid3").show();
	  $("#Hid1").hide();
	  $("#Hid2").hide();
	  $("#Hid4").hide();
	  $("#Quick3").css("background","url(/images/20071102_08.gif) no-repeat 0 -38px");
	  $("#Quick2").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick1").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick4").css("background","url(/images/20071102_08.gif) no-repeat");
  }
    if(n==4){
	  $("#Hid4").show();
	  $("#Hid1").hide();
	  $("#Hid3").hide();
	  $("#Hid2").hide();
	  $("#Quick4").css("background","url(/images/20071102_08.gif) no-repeat 0 -38px");
	  $("#Quick2").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick1").css("background","url(/images/20071102_08.gif) no-repeat");
	  $("#Quick3").css("background","url(/images/20071102_08.gif) no-repeat");
  }
	}

//-->
