bVer =  parseInt(navigator.appVersion);
if (bVer >= 4){

sam=window.location

var myString = new String(sam);
var myArray = myString.split('/');

var myUrl1 =myArray[0]+'//'+myArray[2]+'/';
var myUrl2 =myArray[0]+'//'+myArray[2]+'/';
var myUrl3="<link rel="+"'fontdef' "+"src"+"="+"'"+myUrl1+"ganesh.pfr"+"'"+">" ;
var myUrl4="<link rel="+"'fontdef' "+"src"+"="+"'"+myUrl1+"priya.pfr"+"'"+">" ;


if (navigator.appName == "Netscape")		
{
document.write (myUrl3);			
document.write (myUrl4);			
}

else	{
	document.write ('<style type="text/css">');		
	document.write (' @font-face {');	
	document.write (' font-family:LscapeRegDevPriya'+"\;");		
	document.write (' font-style: bold'+"\;");	
	document.write (' font-weight: bold'+"\;");	
	myUrl1=myUrl1+'priya.eot';
	document.write(' src:'+'url'+'('+myUrl1+')');
	document.write ('}');		
	document.write ('</style>');	


	document.write ('<style type="text/css">');		
	document.write (' @font-face {');	
	document.write (' font-family:MillenniumGanesh'+"\;");		
	document.write (' font-style: bold'+"\;");	
	document.write (' font-weight: bold'+"\;");	
	myUrl2=myUrl2+'ganesh.eot';
	document.write(' src:'+'url'+'('+myUrl2+')');	
	document.write ('}');		
	document.write ('</style>');	



	}
	}
else	location.href="http://www.gadima.com/help.htm";


