<!--
function onbul(name,id)
{
	if (document.images){
	document.images[name].src =eval("'images/menu/dir1'+id+'.gif'");
	}
}
//-->