conBrowser=1;
  switch7on  = new Image();  switch7on.src  = '/images/webdesign_on.gif';
  switch7off = new Image();  switch7off.src = '/images/webdesign_off.gif';
  switch8on  = new Image();  switch8on.src  = '/images/printdesign_on.gif';
  switch8off = new Image();  switch8off.src = '/images/printdesign_off.gif';
  switch9on  = new Image();  switch9on.src  = '/images/identity_on.gif';
  switch9off = new Image();  switch9off.src = '/images/identity_off.gif';
  switch10on  = new Image();  switch10on.src  = '/images/submit_on.gif';
  switch10off = new Image();  switch10off.src = '/images/submit_off.gif';
  switch11on  = new Image();  switch11on.src  = '/images/webdesign1_on.jpg';
  switch11off = new Image();  switch11off.src = '/images/webdesign1_off.jpg';
  switch12on  = new Image();  switch12on.src  = '/images/print1_on.jpg';
  switch12off = new Image();  switch12off.src = '/images/print1_off.jpg';
  switch13on  = new Image();  switch13on.src  = '/images/identity1_on.gif';
  switch13off = new Image();  switch13off.src = '/images/identity1_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;
		}
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
