
 <!--
 
 
 var submenu=new Array()
 
submenu[0]=' '


submenu[1]='<h2>Online CLE Coming Soon</h2> <br><br>'

submenu[2]='<h2>Lincoln Law School Gala, March 24</h2> <br><br>'

submenu[3]='<h2>Open House March 29, 2012</h2> <br><br>'

submenu[4]='<h2></h2> <br><br>'

submenu[5]='<h2></h2> <br><br>'

submenu[6]='<h2></h2> <br><br>'

submenu[7]='<h2></h2> <br><br>'

submenu[8]='<h2></h2> <br><br>'

submenu[9]='<h2></h2> <br><br>'

var delay_hide=500

var menuobj=document.getElementById? document.getElementById("announce") : document.all? document.all.announce : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent= submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}


	var place = 0;
	var section = "s01";
	function swapit()	{

	place++;
	//alert('test');
	//alert("swapit " + section );
	if (place > 3)	{
		place = 1;
		}
   //document.images[ section ].src = eval( "s0" + place + ".src");
   showit(place);
   //document.images[ section ].src = eval( "s0" + i + ".src" );
	//clearTimeout;
	setTimeout("swapit()", 4000 );
	}  
	var i  =0;
	function delay()	{
	alert ("delay " + i );
	if (i <2) 	{
		setTimeout("delay()", 3000);
		}
	else
		{
		clearTimeout;
		}
	i++;
	}
	// on page code
//	<img src="im_swap/s01.jpg" width=300 height=250 border=0 alt="" name="s01">
// in body tag
// onload="swapit();">

	
	//delay();
	//swapit('h01');
  //function offMapSec( section, rep ) {
    //document.images[ section ].src = eval( section + rep + ".src" );
		//changeStatus( "" );
  //}
  //--> 


