//Base/Sprict

<!--jQueryEVENT------------------------------------------------------------------------>
<!--EVENT -->
<!--<rollover2.1> -->
(function($) {
$(function() {
  $('.over1').opOver(1.0,0.7,100,400);
  $('.over2').wink(); 
});
})(jQuery);

<!--<tooltip> -->

$(function() {
$('#set1 *').tooltip();
$('#functionbox ul li a').tooltip({
	track: true,
	delay: 5,
	showURL: false,
	showBody: " - ",
	fade: 100
});
$('#photo').tooltip({ 
    delay: 0, 
    showURL: false, 
    bodyHandler: function() { 
        return $("<img/>").attr("src", this.src); 
    } 
});
});

<!--<jquery.slidescroll> -->
$(function(){
$("a[href*='#']").slideScroll();
});
<!--jQuery/*End------------------------------------------------------------------------>



/*ポップアップウインド*/
function openprofile1(url){
window.open(url, '_blank', 'directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=540,height=400,top=0,left=0,right=0');
}
function openprofile2(url){
window.open(url, '_blank', 'directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=810,top=0,left=0,right=0');
}
function openNewWindow(url) {
	win1 = window.open(url, 'testWindow', 'menubar=no'); 
}