var alertTimerId = 0;
function languagefn()
{
if (lng.choice.value==2 ) {
lng.action="hindi/chief_hindi.htm";
lng.submit();}
}
function lostfound()
{
var str;
str="http://cisf.gov.in/itm"+ airfrm.dotr.value + "/itmfile" + airfrm.dotr.value + airfrm.loc.value + '.htm';
airfrm.action=str;
airfrm.submit();
}
function submenufn(obj)
{
var str;
clearTimeout ( alertTimerId );
str=obj;
str="d" + str;
document.getElementById("submenu").innerHTML=document.getElementById(str).innerHTML;
}
function submenuhide()
{ alertTimerId=setTimeout ( "document.getElementById('submenu').innerHTML=''", 2000 );
}
function clearout()
{
clearTimeout ( alertTimerId );
}


