bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<link rel='fontdef' src='includes/AkrutiDevWebRbi.pfr'>");
	else
	{
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: DVW-TTYogesh'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("eot/DVWTTYO0.eot")');
		document.write ('}');
		document.write ('</style>');
		
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: AkrutiOfficePriyaExpand'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("eot/AKRUTIO0.eot")');
		document.write ('}');
		document.write ('</style>');

		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: AkrutiOfficeDynamicPriyaExpand'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("eot/AKRUTIO0.eot")');
		document.write ('}');
		document.write ('</style>');
		
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: AkrutiOfficeDynamicPriyaExpandNormal'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("eot/AKRUTIO0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}