		function OuvrirAttach(nid,f_lang) {
			if(document.getElementById('Fichier1').value!=''){
			w=window.open('attach/upload.asp?nid='+nid+'&f_lan='+f_lang,'attachfile','resizable=no, location=no, width=500, height=300, menubar=no, status=no, scrollbars=no, menubar=no');
			document.getElementById('import1').target = "attachfile";
			
			//setTimeout('document.import1.submit()',250);
			setTimeout('checksize()',250)
			}else{
				alert('To add a file, please select it with the button "Browse" ')
			}
		}
		
		function checksize(){
			test=true;
			if (w.document.img01) {if (w.document.img01.complete==false) {test=false;}}
			if (test==true){document.import1.submit()}else{setTimeout('checksize()',250)}
		}
		
		function delFile(l1){
			document.getElementById('form1').dele.value=l1;
			document.getElementById('form1').submit();
		}
