jQuery.noConflict();
jQuery(document).ready(function($){
$("#TopSerTab a").click(function() {
$($("#TopSerTab  a.sel").attr("href")).hide();
$("#TopSerTab a.sel").removeClass("sel");
$(this).addClass("sel");
$($(this).attr("href")).fadeIn("low");
return false;
});

$("#S01 a").click(function() {
$($("#seavice1 a.sel,#seavice2 a.sel,#seavice3  a.sel,#seavice4  a.sel").attr("href")).hide();
$("#seavice2 a.sel,#seavice3 a.sel,#seavice4 a.sel").removeClass("sel");
$("#seavice1 a").addClass("sel");
$($(this).attr("href")).fadeIn("low");
return false;
});

$("#S02 a").click(function() {
$($("#seavice1 a.sel,#seavice2 a.sel,#seavice3  a.sel,#seavice4  a.sel").attr("href")).hide();
$("#seavice1 a.sel,#seavice3 a.sel,#seavice4 a.sel").removeClass("sel");
$("#seavice2 a").addClass("sel");
$($(this).attr("href")).fadeIn("low");
return false;
});

$("#S03 a").click(function() {
$($("#seavice1 a.sel,#seavice2 a.sel,#seavice3  a.sel,#seavice4  a.sel").attr("href")).hide();
$("#seavice1 a.sel,#seavice2 a.sel,#seavice4 a.sel").removeClass("sel");
$("#seavice3 a").addClass("sel");
$($(this).attr("href")).fadeIn("low");
return false;
});

$("#S04 a").click(function() {
$($("#seavice1 a.sel,#seavice2 a.sel,#seavice3  a.sel,#seavice4  a.sel").attr("href")).hide();
$("#seavice1 a.sel,#seavice2 a.sel,#seavice3 a.sel").removeClass("sel");
$("#seavice4 a").addClass("sel");
$($(this).attr("href")).fadeIn("low");
return false;
});


});
