//You may use this library freely when part of a LMSOFT Presenter (TM) presentation.
//You may also use it for any other application, provided you obtain a licence from 2k75 inc,
//5584 Woodbury ave, Montreal, QC, Canada, H3T 1S7. Tel: 514 948-1000, or Email info@lmsoft.com.
//The price is 20$ US as of Nov 1st 1999, and may change without notice.
//Technical support is also available at support@lmsoft.com

function EffetTryCatch(object,time){try {object.TagObject.filters[0].Apply();object.TagObject.Show();object.TagObject.filters[0].Play();setTimeout("SetDrawingEffect(" + object.id + ",2)",time);}catch(e){object.Effect = LMEffectShow;object.Effect();}}


