function additem(act,id,fid){
	f=document.getElementById("additem");
	f.act.value=act;
	f.id.value=id;
	f.folderid.value=fid;
	f.submit();
}