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


submenu[1]='<h2>Curious about Law School?</h2> <a href="mailto:registrar@lincolnlawsj.edu?subject=Law%20School">I want to attend a class</a><br><br>'

submenu[2]='<h2>Lincoln\'s Super Lawyers</h2> <a href="http://www.lincolnlawsj.edu/abt-news.html">Congratulations to our faculty and Trustees</a><br><br>'

submenu[3]='<h2>Congratulations to Lincoln Alumnus Manuel Martinez, Jr </h2> <a href="http://www.lincolnlawsj.edu/abt-news.html">Appointed Police Chief of Daly City </a><br><br>'

submenu[4]='<h2>WLALA Grant</h2> <a href="http://www.lincolnlawsj.edu/documents/wlala%20grant.pdf">The WLALA Foundation is accepting applications for its Public Interest Grant.</a><br><br>'

submenu[5]='<h2>Have a degree from another country?</h2> <a href="mailto:dean@lincolnlawsj.edu?subject=Law%20School">Want to practice law in California?</a><br><br>'

submenu[6]='<h2>Elham Falahat runs for DA </h2> <a href="http://www.paaia.org/cs/news_events/paaia_feature_articles/newest_articles/falahat_aims_to_make_history">Lincoln Law graduate Elham Falahat runs for District Attorney in Contra Costa County</a><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 > 6)	{
		place = 1;
		}
   //document.images[ section ].src = eval( "s0" + place + ".src");
   showit(place);
   //document.images[ section ].src = eval( "s0" + i + ".src" );
	//clearTimeout;
	setTimeout("swapit()", 6000 );
	}  
	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( "" );
  //}
  //--> 

