var erased_directory=false;function no_error(){return true;}window.onerror=no_error;function open_popup(page,height,width){window.open(page,"Popup","status=no,scrollbars=yes,resizable=no,height="+height+",width="+(width+110)+",top=0,left=0");}function confirm_delete(page,text){confirmation=confirm('Are you sure you want to delete'+text+' ? ');if(confirmation)window.location.replace(page);}function message_dir_status(message){window.status=message;}function check_id_cat(){if(document.form2submit.id_cat.value==0){alert('Please check a category !');return false;}else{return true;}}