$j(function(){
	$j('#uniContentsTab').tabs({ fxFade: true,
								 fxSpeed: 'fast' ,
								 onHide:function(){
									if(this.tabBlockPoint < 250) {
								 		var section  = location.href.split('#');
								 		new Effect.ScrollTo('uniContentsTab',{transition:Effect.Transitions.sinoidal});
								 	}
								 },
								 onClick:function() {
								 	this.tabBlockPoint = document.documentElement.scrollTop || document.body.scrollTop;

								 }
								}
								);
});

function activeButton(vstrType){
	var strNav00 = document.getElementById('nav00');
	
	if(vstrType == 'recommend'){
		strNav00.style.display = 'none';		
	} else{
		strNav00.style.display = 'block';
	}
}
