function frmsubmit(func) {
	// recalcule avec click sur formulaire
	frm = document.entryform;
	frm.func.value = func;
	frm.submit();
}

function JOpenWn(Address,WnName,Options,l,h) { 
	var fenetre_1;
	var L = (screen.width - l) / 2;
	var H = (screen.height - h) / 2;
	fenetre_1=window.open(Address,WnName,"left="+L+",top="+H+","+Options);
	if(!fenetre_1.closed) {	
		fenetre_1.resizeTo(l,h+30);
		fenetre_1.moveTo(L,H); 
	}
	fenetre_1.focus();
}

function lance_imp(){
	print();
}

