/*$(document).ready(function(){
						   $('#tabvanilla > ul').tabs(
													{
														fx:{
															height:('toggle'),opacity:('toggle')
															}
														}
													)
						   }
						   )*/


window.onload = t2;
 function t2(){
 	$('#tabvanilla > ul').tabs(
							   {
								   fx:{
									   height:('toggle'),opacity:('toggle')
									   }
								   }
							   )
 }
