bVer =  parseInt(navigator.appVersion);

if( bVer >= 4 )
{
  if(navigator.appName == "Netscape") 
  {
    document.writeln('<link rel="fontdef" src="http://www.tatasteel.com/fonts/Shree-Dev-0708.pfr">');
    document.writeln('<link rel="fontdef" src="http://www.tatasteel.com/fonts/Shree-Dev-0709.pfr">');
  } 
  else  
  {
    document.writeln('<style type="text/css">');
    document.writeln('@font-face {');
    document.writeln('font-family: Shree-Dev-0708'+"\;");
    document.writeln('font-style : normal'+"\;");
    document.writeln('font-weight: normal'+"\;");
    document.writeln('src        : url("http://www.tatasteel.com/fonts/SHREEDE0.eot")');
    document.writeln('}');
    document.writeln('</style>');
    document.writeln('<style type="text/css">');
    document.writeln('@font-face {');
    document.writeln('font-family: Shree-Dev-0709'+"\;");
    document.writeln('font-style : normal'+"\;");
    document.writeln('font-weight: normal'+"\;");
    document.writeln('src        : url("http://www.tatasteel.com/fonts/SHREEDE1.eot")');
    document.writeln('}');
    document.writeln('</style>');
  }
}

