$(document).ready(function() {
    // Set up tab area
    $("#technologyTabs > ul").tabs({ fx: { opacity: "toggle", duration: "fast"} });
    // Turn technology menu item on
    technologyOn();
});