conBrowser=1;
  switch1on  = new Image();  switch1on.src  = '/images/nav_on_01.gif';
  switch1off = new Image();  switch1off.src = '/images/nav_off_01.gif';
  switch2on  = new Image();  switch2on.src  = '/images/nav_on_02.gif';
  switch2off = new Image();  switch2off.src = '/images/nav_off_02.gif';
  switch3on  = new Image();  switch3on.src  = '/images/nav_on_03.gif';
  switch3off = new Image();  switch3off.src = '/images/nav_off_03.gif';
  switch4on  = new Image();  switch4on.src  = '/images/nav_on_04.gif';
  switch4off = new Image();  switch4off.src = '/images/nav_off_04.gif';
  switch5on  = new Image();  switch5on.src  = '/images/nav_on_04.gif';
  switch5off = new Image();  switch5off.src = '/images/nav_off_04.gif';
  switch6on  = new Image();  switch6on.src  = '/images/nav_on_05.gif';
  switch6off = new Image();  switch6off.src = '/images/nav_off_05.gif';
  switch41on  = new Image();  switch41on.src  = '/images/nav_on_06.gif';
  switch41off = new Image();  switch41off.src = '/images/nav_off_06.gif';
  switch42on  = new Image();  switch42on.src  = '/images/nav_on_07.gif';
  switch42off = new Image();  switch42off.src = '/images/nav_off_07.gif';

  switch7on  = new Image();  switch7on.src  = '/images/nav2_on_01.gif';
  switch7off = new Image();  switch7off.src = '/images/nav2_off_01.gif';
  switch8on  = new Image();  switch8on.src  = '/images/nav2_on_02.gif';
  switch8off = new Image();  switch8off.src = '/images/nav2_off_02.gif';
  switch9on  = new Image();  switch9on.src  = '/images/nav2_on_03.gif';
  switch9off = new Image();  switch9off.src = '/images/nav2_off_03.gif';
  switch10on  = new Image();  switch10on.src  = '/images/nav2_on_04.gif';
  switch10off = new Image();  switch10off.src = '/images/nav2_off_04.gif';
  switch11on  = new Image();  switch11on.src  = '/images/nav2_on_05.gif';
  switch11off = new Image();  switch11off.src = '/images/nav2_off_05.gif';
  switch12on  = new Image();  switch12on.src  = '/images/nav2_on_06.gif';
  switch12off = new Image();  switch12off.src = '/images/nav2_off_06.gif';
  switch13on  = new Image();  switch13on.src  = '/images/nav2_on_07.gif';
  switch13off = new Image();  switch13off.src = '/images/nav2_off_07.gif';
  switch14on  = new Image();  switch14on.src  = '/images/nav2_on_08.gif';
  switch14off = new Image();  switch14off.src = '/images/nav2_off_08.gif';
  switch15on  = new Image();  switch15on.src  = '/images/nav2_on_09.gif';
  switch15off = new Image();  switch15off.src = '/images/nav2_off_09.gif';
  switch16on  = new Image();  switch16on.src  = '/images/nav2_on_10.gif';
  switch16off = new Image();  switch16off.src = '/images/nav2_off_10.gif';
  switch17on  = new Image();  switch17on.src  = '/images/nav2_on_11.gif';
  switch17off = new Image();  switch17off.src = '/images/nav2_off_11.gif';
  switch18on  = new Image();  switch18on.src  = '/images/nav2_on_12.gif';
  switch18off = new Image();  switch18off.src = '/images/nav2_off_12.gif';
  switch19on  = new Image();  switch19on.src  = '/images/nav2_on_13.gif';
  switch19off = new Image();  switch19off.src = '/images/nav2_off_13.gif';
  switch20on  = new Image();  switch20on.src  = '/images/nav2_on_14.gif';
  switch20off = new Image();  switch20off.src = '/images/nav2_off_14.gif';

   switch21on  = new Image();  switch21on.src  = '/images/nav4_on_01.gif';
  switch21off = new Image();  switch21off.src = '/images/nav4_off_01.gif';
  switch22on  = new Image();  switch22on.src  = '/images/nav4_on_02.gif';
  switch22off = new Image();  switch22off.src = '/images/nav4_off_02.gif';
  switch23on  = new Image();  switch23on.src  = '/images/nav4_on_03.gif';
  switch23off = new Image();  switch23off.src = '/images/nav4_off_03.gif';
  switch24on  = new Image();  switch24on.src  = '/images/nav4_on_04.gif';
  switch24off = new Image();  switch24off.src = '/images/nav4_off_04.gif';
  switch25on  = new Image();  switch25on.src  = '/images/nav4_on_05.gif';
  switch25off = new Image();  switch25off.src = '/images/nav4_off_05.gif';
    
  switch26on  = new Image();  switch26on.src  = '/images/nav3_on_01.gif';
  switch26off = new Image();  switch26off.src = '/images/nav3_off_01.gif';
  switch27on  = new Image();  switch27on.src  = '/images/nav3_on_02.gif';
  switch27off = new Image();  switch27off.src = '/images/nav3_off_02.gif';
  switch28on  = new Image();  switch28on.src  = '/images/nav3_on_03.gif';
  switch28off = new Image();  switch28off.src = '/images/nav3_off_03.gif';
  switch29on  = new Image();  switch29on.src  = '/images/nav3_on_04.gif';
  switch29off = new Image();  switch29off.src = '/images/nav3_off_04.gif';
  switch30on  = new Image();  switch30on.src  = '/images/nav3_on_05.gif';
  switch30off = new Image();  switch30off.src = '/images/nav3_off_05.gif';
  switch31on  = new Image();  switch31on.src  = '/images/nav3_on_06.gif';
  switch31off = new Image();  switch31off.src = '/images/nav3_off_06.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;
		}
	}


function openScript(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=yes,status=no' );
}

