	function fstart() {

        //alert('this is fstart');

      $('td.logo_sx').parent().parent().parent().parent().parent().hide();

      $('table.prenot> tbody tr:first').hide();

      $('table.prenot').css('border','none').css('border-color','white');

      $('table.prenot td').css('border','none');

      $('table.prenot *').css('background-color','white');

      //$('div#edowrap').css('position','relative').css('left','-30px');

      $('table.prenot td').css('font-family','Arial,Helvetica,sans-serif');

      $('table.prenot td *').css('font-size','11px');

     

     

      $('#container_adv_search').css('min-height','0px');

      $('#container_adv_search').css('margin-bottom','0px');

     

      $('div.body_border_bottom').css('margin-bottom','30px');

     

      $('body#advanced_search').css('text-align','center');

      $('div#Div1').css('margin-bottom','30px');

      $('div#Div1').css('width','100%');

      $('div#Div1 h1').css('width','757px');

      $('div#Div1 h2').css('width','757px');

      $('div#Div1 h1 a').css('color','#444444').css('font-weight','normal').css('font-size','11px').css('text-decoration','none');

      $('div#Div1 h2 a').css('color','#868686').css('font-weight','normal').css('font-size','11px').css('text-decoration','none');
        
      $('#ul_tabs').css('margin-left','0px');
      $('.body_border_top').css('margin','0px').css('overflow','hidden').css('height','9px');
      $('.body_border_bottom').css('overflow','hidden').css('background-position-y','top');
      
      // Select Internet Explorer
      if (jQuery.browser.msie) {
        $('#tabs_adv_search li a').css('height','39px');
        $('#tabs_adv_search ').css('height','41px');
        $('#after_header_adv_search').css('overflow-x','hidden').css('width','745px');
      }


      
      $('div#Div1  a').hover(

            function(){

            $(this).css('text-decoration','underline');

            },

            function(){

            $(this).css('text-decoration','none');

            }

      );

      $('div#endPage').wrap('<center/>');
      //$('#FormBooking').css('width','710px')
      $('#cont_after_header_adv_search').show();

}

$(fstart);  


