if (document.layers && !document.all) { //NS4 doesn't recognise try
mf = top.mf || (parent && parent.top.mf) || (opener && opener.top.mf.app) || document;
jcm = mf.app || mf.document.applets.app || mf.getElementById(app) || null;
}

