// JavaScript Document

// mycarousel
$(function(){
 $("#mycarousel").jcarousel({
 size : 5,
 scroll:1
 });
});

//GuideREPORT
$(function(){
$(".title01").click(function(){
$(this).next().slideToggle("slow");
});
});

$(function(){
$(".titleNew").click(function(){
$(this).next().slideToggle("slow");
});
});

//Shadowbox
Shadowbox.init({
    language:   "en",
    players:    ["img","wmp","swf","html","flv"]
});