function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);bname = navigator.appName;bversion = parseInt(navigator.appVersion);version = "";if (bname=="Netscape" && bversion>=3 ) version="ok";if (bname=="Microsoft Internet Explorer" && bversion>=4 ) version="ok";if (version == "ok"){  a2_on=new Image();	a2_on.src="/clincon2008/graphics/b.reg_on.gif";  a2_off=new Image();		a2_off.src="/clincon2008/graphics/b.reg_off.gif";  a3_on=new Image();	a3_on.src="/clincon2008/graphics/b.social_on.gif";  a3_off=new Image();		a3_off.src="/clincon2008/graphics/b.social_off.gif";  a8_on=new Image();	a8_on.src="/clincon2008/graphics/b.new_on.gif";  a8_off=new Image();		a8_off.src="/clincon2008/graphics/b.new_off.gif";  a9_on=new Image();	a9_on.src="/clincon2008/graphics/b.acs_on.gif";  a9_off=new Image();		a9_off.src="/clincon2008/graphics/b.acs_off.gif";    a10_on=new Image();	a10_on.src="/clincon2007/graphics/button.search_on.gif";  a10_off=new Image();		a10_off.src="/clincon2007/graphics/button.search_off.gif";    a11_on=new Image();	a11_on.src="/clincon2007/graphics/searchforsessions_on.gif";  a11_off=new Image();		a11_off.src="/clincon2007/graphics/searchforsessions.gif";}function show(x){ if (version == "ok")  {    if (x=="a2_on")		{  document.images["a2"].src=a2_on.src; }    if (x=="a2_off")		{  document.images["a2"].src=a2_off.src; }    if (x=="a3_on")		{  document.images["a3"].src=a3_on.src; }    if (x=="a3_off")		{  document.images["a3"].src=a3_off.src; }    if (x=="a8_on")		{  document.images["a8"].src=a8_on.src; }    if (x=="a8_off")		{  document.images["a8"].src=a8_off.src; }    if (x=="a9_on")		{  document.images["a9"].src=a9_on.src; }    if (x=="a9_off")		{  document.images["a9"].src=a9_off.src; }		if (x=="a10_on")		{  document.images["a10"].src=a10_on.src; }    if (x=="a10_off")		{  document.images["a10"].src=a10_off.src; }		if (x=="a11_on")		{  document.images["a11"].src=a11_on.src; }    if (x=="a11_off")		{  document.images["a11"].src=a11_off.src; }  }}
