conBrowser=1;
  switch1on  = new Image();  switch1on.src  = 'global/images/nav_classic2.gif';
  switch1off = new Image();  switch1off.src = 'global/images/nav_classic.gif';
  switch2on  = new Image();  switch2on.src  = 'global/images/nav_modern2.gif';
  switch2off = new Image();  switch2off.src = 'global/images/nav_modern.gif';
  switch3on  = new Image();  switch3on.src  = 'global/images/nav_other2.gif';
  switch3off = new Image();  switch3off.src = 'global/images/nav_other.gif';
  switch4on  = new Image();  switch4on.src  = 'global/images/nav_sell2.gif';
  switch4off = new Image();  switch4off.src = 'global/images/nav_sell.gif';
  switch5on  = new Image();  switch5on.src  = 'global/images/nav_sold2.gif';
  switch5off = new Image();  switch5off.src = 'global/images/nav_sold.gif';
  switch6on  = new Image();  switch6on.src  = 'global/images/nav_perm2.gif';
  switch6off = new Image();  switch6off.src = 'global/images/nav_perm.gif';
  switch7on  = new Image();  switch7on.src  = 'global/images/nav_testimonials2.gif';
  switch7off = new Image();  switch7off.src = 'global/images/nav_testimonials.gif';
  switch8on  = new Image();  switch8on.src  = 'global/images/nav_car2.gif';
  switch8off = new Image();  switch8off.src = 'global/images/nav_car.gif';
  switch9on  = new Image();  switch9on.src  = 'global/images/nav_events2.gif';
  switch9off = new Image();  switch9off.src = 'global/images/nav_events.gif';
  switch10on  = new Image();  switch10on.src  = 'global/images/nav_storage2.gif';
  switch10off = new Image();  switch10off.src = 'global/images/nav_storage.gif';
  switch11on  = new Image();  switch11on.src  = 'global/images/nav_jamies2.gif';
  switch11off = new Image();  switch11off.src = 'global/images/nav_jamies.gif';
  switch12on  = new Image();  switch12on.src  = 'global/images/nav_special2.gif';
  switch12off = new Image();  switch12off.src = 'global/images/nav_special.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;
		}
	}
