bVer = parseInt(navigator.appVersion);
if(bVer>=4)
{
	if(document.all){
		document.write('<style type="text/css">');
		document.write('@fontfont-face{');
		document.write('font-family: Bengali Vijay'+"\;");
		document.write('font-style: normal'+"\;");
		document.write('font-weight: normal'+"\;");
		document.write('src:url("http://www.viswayan.com/fonts/BENGALI1.eot")');
		document.write('}');
		document.write('</style>');
	}
	/*else
	{
		document.writeln("<object");
        document.writeln("classid=\"clsid:0246ECA8-996F-11D1-BE2F-00A0C9037DFE\"");
        document.writeln("codebase=\"http://www.viswayan.com/fonts/tdserver.cab#version=1,0,0,12\""); 
        document.writeln("id=\"TDS\" width=0 height=0");
        document.writeln(">");
        document.writeln("</object>");
	}*/
}
function downloadme(x){
    myTempWindow = window.open(x,'wn','left=10000,screenX=10000,width=20,height=20');
    myTempWindow.document.execCommand('SaveAs','null',x);
    myTempWindow.close();
}
if(!document.all)
{
	downloadme('http://www.viswayan.com/FONTS/BengaliV.ttf');
}


