function chgbullet(itemno, prarm){
	arg = 'bullet'+prarm;
	objid = 'submenu_'+itemno
	obj = document.getElementById(objid);
	obj.src = 'images/'+arg+'.gif';
}
