// JavaScript scripts
//-------------Menu Lateral----------------------
animatedcollapse.addDiv('uno', 'fade=0,speed=400,group=pets')
animatedcollapse.addDiv('dos', 'fade=0,speed=400,group=pets,hide=1')
animatedcollapse.addDiv('tres', 'fade=0,speed=400,group=pets,hide=1')
animatedcollapse.addDiv('cuatro', 'fade=0,speed=400,group=pets,hide=1')
animatedcollapse.addDiv('cinco', 'fade=0,speed=400,group=pets,hide=1')
animatedcollapse.init()
//--------------tool tip-------------------------
$(document).ready(function() {
  $(" #links a,  #servicios #tributarios a, #servicios #aduaneros a,.centerImg01 a, #orientacionBox a,  ").tooltip({
   offset: [10, 2],
   effect: 'slide'
   }).dynamic({ bottom: { direction: 'down', bounce: true } });
});
//------------ slide-----------------------------
$(document).ready(function(){jQuery('#mycarousel').jcarousel({auto: '4',wrap: 'circular'});});

$(document).ready(function(){jQuery('#mycarousel2').jcarousel({wrap: 'circular'});});

// Write Red Social
function print_rs() {
	v_url=document.URL;
	v_title=document.title;
	v_redfacebook = '<a href="http://www.facebook.com/sharer.php?s=100&amp;p[url]='+v_url+'&amp;p[images][0]=http://www.sunat.gob.pe/img/logo_sunat.gif&amp;p[title]='+v_title+'&amp;p[summary]=SUNAT - Superintendencia Nacional de Administración Tributaria" target="_blank" class="fac" title="Compartir en Facebook"></a>';
	v_redtwitter = '<a href="http://www.twitter.com/home?status='+v_url+'" target="_blank" class="twi" title="Compartir en Twitter"></a>';
	v_redrss = '<a href="http://www.sunat.gob.pe/rss.html" target="_blank" class="rss" title="Sindicación de Noticias de Orientación Tributaria"></a>';
	v_youtube = '<a href="http://www.youtube.com/user/sunatvideos1" class="youtube" target="_blank" title="Ver canal SUNAT - Youtube"></a>';
	v_movil = '<a href="http://m.sunat.gob.pe/introduccion.html" class="movil" target="_blank" title="SUNAT Movil - Servicio celular"></a>';
	v_redes = v_redfacebook + v_redtwitter + v_redrss + v_youtube + v_movil;
	document.write(v_redes)
}

