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

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