      function go_section(sec)
      {
        switch(sec)
        {
          case 'tips':
            document.getElementById("section").action="http://www.myfirsthomeltd.co.uk/sellers/tips.php";
            document.getElementById("section").submit();
            break;
          case 'control-panel':
            document.getElementById("section").action="https://www.myfirsthomeltd.co.uk/sellers/control-panel.php";
            document.getElementById("section").submit();
            break;
          case 'programmes':
             document.getElementById("section").action="http://www.myfirsthomeltd.co.uk/sellers/programmes.php";
             document.getElementById("section").submit();
             break;
          case 'advice':
             document.getElementById("section").action="http://www.myfirsthomeltd.co.uk/sellers/advice.php";
             document.getElementById("section").submit();
             break;
          case 'stats':
             document.getElementById("section").action="http://www.myfirsthomeltd.co.uk/sellers/stats.php";
             document.getElementById("section").submit();
             break;
          default:
            alert('Section under construction');
            break;
        }

      }

      function logout()
      {
         document.getElementById("logout").submit();
      }



google_ad_client = "pub-9670354372756854";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
//2007-07-11: first time buyers
google_ad_channel = "8939125142";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:0";



