<!--

if (document.images) {
  image1on = new Image();
  image1on.src = "images/n2_02.gif";
  image2on = new Image();
  image2on.src = "images/n2_04.gif";
  image3on = new Image();
  image3on.src = "images/n2_06.gif";
  assocon = new Image();
  assocon.src = "images/assoc_on.gif";
  image4on = new Image();
  image4on.src = "images/n2_08.gif"; 
  image5on = new Image();
  image5on.src = "images/agents2.gif"; 
  image6on = new Image();
  image6on.src = "assets/n2_07.gif"; 
  image7on = new Image();
  image7on.src = "assets/n2_09.gif"; 

  image1off = new Image();
  image1off.src = "images/n1_02.gif";
  image2off = new Image();
  image2off.src = "images/n1_04.gif";
  image3off = new Image();
  image3off.src = "images/n1_06.gif";
  assocoff = new Image();
  assocoff.src = "images/assoc.gif";
  image4off = new Image();
  image4off.src = "images/n1_08.gif";
  image5off = new Image();
  image5off.src = "images/agents1.gif";
  image6off = new Image();
  image6off.src = "assets/n1_07.gif";
  image7off = new Image();
  image7off.src = "assets/n1_09.gif";
}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

function winopenflash(){

	window.open("http://www.macromedia.com/shockwave/download/?P1_Prod_Version=ShockwaveFlash",

"portfolio",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=400')

	}

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
	return
while(source.tagName!="TD")
	source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
	source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
	source.style.backgroundColor=originalcolor
}

// -->

