jQuery.noConflict();
        jQuery(document).ready(function(){
            jQuery('#sub3').hide();
            jQuery('#regform').hide();
            jQuery('#how').show();
            jQuery('#steps').show();
            //jQuery('#app2').css('font-weight','bold');

      /*  jQuery('#app1').click(function(){
             jQuery('#steps').hide();
             jQuery('#sub3').show();
             jQuery('#regform').show();
             jQuery('#how').hide();
             jQuery('#app1').css('font-weight','bold');
             jQuery('#app2').css('font-size','10pt');
        });
        jQuery('#app2').click(function(){
             jQuery('#steps').show();
             jQuery('#sub3').hide();
             jQuery('#how').show();
             jQuery('#regform').hide();
             jQuery('#app1').css('font-size','10pt');
             jQuery('#app2').css('font-weight','bold');
        }); */

    /*    jQuery('#app1').mouseover(function(){
             jQuery('#app1').css('font-weight','bold');
             jQuery('#app2').css('font-weight','normal');
             jQuery('#app3').css('font-weight','normal');
        });

        jQuery('#app2').mouseover(function(){
             jQuery('#app2').css('font-weight','bold');
             jQuery('#app1').css('font-weight','normal');
             jQuery('#app3').css('font-weight','normal');
        });

        jQuery('#app3').mouseover(function(){
             jQuery('#app3').css('font-weight','bold');
             jQuery('#app1').css('font-weight','normal');
             jQuery('#app2').css('font-weight','normal');
        });*/


});



