<!--


function FBlocationHref(a)
{
        window.document.formP.URL.value=a;
        window.document.formP.submit();
  
}

function FBnavigation(p)
{
        window.document.formP.PPP_DEBUT.value=p;	
        window.document.formP.submit();
  
}

function FBremove(q,a,r)
{

   resultat = confirm(q);
        if(resultat=="1")
        {
        window.document.formP.FB_ACTION_PROG.value=a;
        window.document.formP.FB_ID.value=r;
        window.document.formP.submit();
        }
}

function FBEtatFiche(q,el,etat)
{  

		resultat = confirm(q);
        if(resultat=="1")
        {
        window.document.formP.FB_ACTION_PROG.value   = 'change_etat_fiche';
        window.document.formP.FB_ID.value        = el;
        window.document.formP.FB_STATUS.value    = etat;
        window.document.formP.submit();
		 }
}

function FBChangeRub(e)
{  
        window.document.formP.FB_STATUS_R.value = e;
		window.document.formP.PPP_DEBUT.value = 0;		
        window.document.formP.submit();
		
}

function FBShowDialog(pagePath, args, width, height)
{
        return showModalDialog(pagePath, args, "dialogWidth:" + width + "px;dialogHeight:" + height + "px;help:no;scroll:no;status:no;edge:raised");

}

//-->