// JavaScript Document$(function(){
$(document).ready(function() {
						 
							 
			href=window.location.href;
            
            hrefs=href.split('/');
            
            if(hrefs.length>0)
            {
                href=href.split('/')[hrefs.length-1];
            }
        
            if(href.substr(0,4).toUpperCase()=="INDE")
            {
                  $("ul.nav li").find("a").eq(0).addClass("hover1");
            }
          
           
					

/*$("a").focus(function(){$(this).blur();});					   
$("a").focus(function(){$(this).blur();});*/		
$("a.np,a.mp").click(function(){return false});
$(".src1 .src2").scrollable({size:6,items:".src1 .src2 ul",loop:true}).autoscroll({ autoplay: true,interval:4000 });
$("#chained").scrollable({size:5,items:"#chained ul",loop:true}).autoscroll({ autoplay: true,interval:4000 }).navigator({navi:".nv",naviItem:"dd",activeClass:"current"});
$(".hot_service ul").tabs(".hot_big > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true});

$("ul.smll").tabs(".big > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});
$("#nav li").hover(function(){
$(this).find(".sp").addClass("wp");
},function(){
$("#nav li .sp").removeClass("wp")
});
});

