mesg = "KVS has revised Computer Fees, Tuition Fees and VVN Contribution w.e.f. 1.10.2009."; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}