function rollover(x,y){window.document[x].src=y}why = new Image()why.src = "images/why.gif"whyon = new Image()whyon.src = "images/why_over.gif"whystay = new Image()whystay.src = "images/why_down.gif"company = new Image()company.src = "images/company.gif"companyon = new Image()companyon.src = "images/company_over.gif"companystay = new Image()companystay.src = "images/company_down.gif"prod = new Image()prod.src = "images/products.gif"prodon = new Image()prodon.src = "images/products_over.gif"prodstay = new Image()prodstay.src = "images/products_down.gif"israel = new Image()israel.src = "images/israel.gif"israelon = new Image()israelon.src = "images/israel_over.gif"israelstay = new Image()israelstay.src = "images/israel_down.gif"contact = new Image()contact.src = "images/contact.gif"contacton= new Image()contacton.src = "images/contact_over.gif"contactstay = new Image()contactstay.src = "images/contact_down.gif"email = new Image()email.src = "images/email.gif"emailon= new Image()emailon.src = "images/email_over.gif"imageStay=""function imageon(name){if (imageStay !=name)	{	document[name].src=eval(name+"on.src")    }}function imageoff(name){if (imageStay !=name)	{	document[name].src=eval(name+".src")    }}function on(name){	imageon(name)}function off(name){	imageoff(name)}function stay(name){	document[name].src = eval (name + "stay.src");	      if (imageStay != name)	      {			  if (imageStay != "")			  {				  document[imageStay].src = eval(imageStay + ".src");			  			  }          }		  		imageStay = name}function loc2(x){parent.mainframe.document.location = x}function show(x){ x.style.display = "inline"}function hide(x){x.style.display = "none"}function change(x){x.style.color =  "#FF6600"x.style.textDecoration ="none"}function changeback(x){x.style.color = "#5C85A0"x.style.textDecoration ="underline"}function openit(){window.open("header.html", "FRC-Agencies", "width=750, height=500")}