function l(){
	t=document.getElementById("lt");
	a=t.rows.length;
	for(i=0;i<a;i++)
		if(t.rows[i].cells[0].className=='ll'){
			t.rows[i].cells[0].onmouseover=function(){this.className='lo';}
			t.rows[i].cells[0].onmouseout=function(){this.className='ll';}
			t.rows[i].cells[0].onmousedown=function(){this.className='ld';}
		}	
	document.oncontextmenu=function(){return false;}
}

function g(s){
	window.location='index.php?action='+s;
}