<!--
  conBrowser=0;
  function display(stuff) { window.status = stuff; }
//-->

  conBrowser=1;
  switch1on  = new Image(132,20);  switch1on.src  = '/images/link/link_what_t1_on.gif';
  switch1off = new Image(132,20);  switch1off.src = '/images/link/link_what_t1_off.gif';
  switch2on  = new Image(132,20);  switch2on.src  = '/images/link/link_how_t1_on.gif';
  switch2off = new Image(132,20);  switch2off.src = '/images/link/link_how_t1_off.gif';
  switch3on  = new Image(132,20);  switch3on.src  = '/images/link/link_tour_t1_on.gif';
  switch3off = new Image(132,20);  switch3off.src = '/images/link/link_tour_t1_off.gif';
  switch4on  = new Image(132,20);  switch4on.src  = '/images/link/link_research_t1_on.gif';
  switch4off = new Image(132,20);  switch4off.src = '/images/link/link_research_t1_off.gif';
  switch5on  = new Image(132,20);  switch5on.src  = '/images/link/link_news_t1_on.gif';
  switch5off = new Image(132,20);  switch5off.src = '/images/link/link_news_t1_off.gif';
  switch6on  = new Image(132,20);  switch6on.src  = '/images/link/link_testimonials_t1_on.gif';
  switch6off = new Image(132,20);  switch6off.src = '/images/link/link_testimonials_t1_off.gif';
  switch7on  = new Image(132,20);  switch7on.src  = '/images/link/link_developers_t1_on.gif';
  switch7off = new Image(132,20);  switch7off.src = '/images/link/link_developers_t1_off.gif';
  switch8on  = new Image(132,20);  switch8on.src  = '/images/link/link_about_t1_on.gif';
  switch8off = new Image(132,20);  switch8off.src = '/images/link/link_about_t1_off.gif';
  switch9on  = new Image(132,31);  switch9on.src  = '/images/link/link_newsletter_t1_on.gif';
  switch9off = new Image(132,31);  switch9off.src = '/images/link/link_newsletter_t1_off.gif';
  switch10on  = new Image(132,20);  switch10on.src  = '/images/link/link_contact_t1_on.gif';
  switch10off = new Image(132,20);  switch10off.src = '/images/link/link_contact_t1_off.gif';
  switch11on  = new Image(132,20);  switch11on.src  = '/images/link/link_sitemap_t1_on.gif';
  switch11off = new Image(132,20);  switch11off.src = '/images/link/link_sitemap_t1_off.gif';


  function HighLight(musswitch) {
        if (conBrowser) {
                switchnavn = eval(musswitch + "on");
                document [musswitch].src = switchnavn.src;
                }
        }

function UndoHighLight(musswitch) {
        if (conBrowser) {
                switchnavn = eval(musswitch + "off");
                document [musswitch].src = switchnavn.src;
                }
        }


// NEW WINDOW

function newWin(href,status,url,size,text) {

document.write('<a href="#' + href + '"' +  'onMouseOver="window.status=\'' + status + '\'; return true" onMouseOut="window.status=\'\'; return true"' +
'onClick=window.open("' + url +  '","","toolbar=no,location=no,directories=no,status=no,menubar=1,scrollbars=no,resizable=yes,' + size + '")' + '>' + text + '<\/a>');
}


