nVer =  parseInt(navigator.appVersion);
if (nVer >= 4)
{
if (navigator.appName == "Netscape")
		document.write ("<link rel='fontdef' src='/eotpfr/LT-TM-Barani.pfr'>");
	else
	{
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: STMZH - 015'+"\;");
		document.write (' font-style:normal'+"\;");
		document.write (' font-weight:700'+"\;");
		document.write (' src: url("STMZH0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://www.webulagam.com/index.htm";



// this is the js code which you have to include into the tamil/eotpfr/js/dfonts.js and also in eotpfr/js/dfonts.js

//for on mouse on and over effect


Browser = false ;
nVer =  parseInt(navigator.appVersion);
if (nVer >= 4)
{
  Browser = true
}

if (Browser == true) 
{
  img1= new Image();
  img1.src = "http://www.webulagam.com/cimg/arrow_gray.gif";
  img2 = new Image();
  img2.src = "http://www.webulagam.com/cimg/arrow_red.gif";
}

function imgoverout(place, imgName) 
{
  if (Browser == true) 
   {
     document[place].src = eval(imgName + ".src");
   } 
}



// ends here 



