function test(pEvent){
  alert(pEvent.keyCode)
}

function dotList(theme)
{
	if(document.all)
		document.write("&nbsp;-&nbsp;");
	else
		//document.write("&nbsp;&nbsp;<IMG SRC=\"themes/<?php echo $system['theme']; ?>/dotlist.gif\">");
		document.write("&nbsp;&nbsp;<IMG SRC=\"/images/l39a//dotlist.gif\">&nbsp;");
}
