'; break; case 'tab2': $content = 'This is content for tab 2.
'; break; case 'tab3': $content = 'This is content for tab 3.
'; break; default: $content = 'There was an error.'; break; } print $content; usleep(400000); ?>