$(document).ready(function(){
	var flashvars = false;
	var params = {
		menu: "false",
		wmode: "transparent"		
	};
	swfobject.embedSWF("/new_08/swf/rot/rotational.swf", "replacethis", "483", "317", "7.0.0", "/swf/expressInstall.swf", flashvars, params);
	
	$('#main-toggle').tabs();
	$('#tripPlan .nav').tabs({
		select: function(ui){
			$('#tripPlan .btm').toggleClass('btm2');
		}
	});
	
	//toggleMap();
	
	pptripscarousel();
});