function editArt(level,filter,sortby,status1,action1,actionid)
{
	editscreen = window.open('backend/index.php?level='+level+'&filter='+filter+'&sortby='+sortby+'&status='+status1+'&action='+action1+'&action_id='+actionid,'editscreen','width=1000,height=700,scrollbars=yes,toolbar=yes,location=yes,resizeable=yes,status=yes');
}
