app = navigator.appName if (app == 'Netscape') { parent.location="Frm_NS.cfm" } else if (app == 'Microsoft Internet Explorer') { parent.location="Frm_MS.cfm" }