$(function(){
// $('#solutions_tabs').tabs({ fx: { opacity: 'toggle' } });
$('#solutions_tabs').tabs({ fx: { height: 'toggle', duration: 'slow' } });
});
$(document).ready(function() {
if('' !== (ss_override_toggle = location.hash.substr(1)))
{
$('#solutions_tabs').tabs( 'select' , ss_override_toggle );
}
});

