function nouvFen(type,lfen,hfen){
	if(type=="clips"){
		adresse = document.page_composee.clips[document.page_composee.clips.selectedIndex].value;
		remoteWin = window.open(adresse,'clip','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+lfen+',height='+hfen+',top=50,left=50');
	}
	if(type=="docs"){
		adresse = document.page_composee.docs[document.page_composee.docs.selectedIndex].value;
		remoteWin = window.open(adresse,'doc','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+lfen+',height='+hfen+',top=50,left=50');
	}
	
}
