
function doctype(lelien){
var letype=document.format.doc_type.options[document.format.doc_type.selectedIndex].value;
var lenum=document.format.doc_type.selectedIndex;
var doc=document.location.search;
mydoc=doc.split('aff=');

 if (letype=='Brochures' & mydoc[1]!='doc_broch'){  document.location.href='index.php?'+lelien+'&table=imp&sel=type&aff=doc_broch'}
 else if(letype=='Autres' & mydoc[1]!='devis_autre'){  document.location.href='index.php?'+lelien+'&table=imp&sel=type&aff=devis_autre'}
else if(mydoc[1]=='doc_broch' | mydoc[1]=='devis_autre'){document.location.href='index.php?'+lelien+'&table=imp&sel=type&aff=devis0&lasel='+lenum};
}

function selit(){
toto= document.location.search;
lasel=toto.split('=');
lsel=lasel[1];
 if(lsel & lsel!=""){document.format.doc_type.options[lsel].selected=true}
} 
function rvr(){
if(document.format.chimp[0].checked==true){document.format.pelic[0].checked=true;}
else if(document.format.chimp[1].checked==true){document.format.pelic[1].checked=true;}
}
