function ShowSaveOK(){ if(typeof(document._saveokWDZ)!="undefined" && document._saveokWDZ!=null)document._saveokWDZ.Hide(); document._saveokWDZ=new Windoz("/commun/saveok.html",false,null,null,null,null,null,null,true); document._saveokWDZ.OnClose=function(){ clearInterval(SaveOkIntevalID); } document._saveokWDZ.OnShown=function(){ SaveOkIntevalID=setInterval("document._saveokWDZ.Hide()",1000); } document._saveokWDZ.Fill("/commun/saveok.html"); } //2010© Copyright Menta Solutions. All rights reserved.