// JavaScript Document

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

/*shifted this function from common.js file to this js - 19-08-2020*/
function validateuseridpassword(ob_uid,ob_pwd)
{
	if (ob_pwd.value.toUpperCase() == ob_uid.value)
	{

			alert(useridpassword);
			ob_pwd.select();
			return false;
	}
	else
	{
		return true;
	}

}
/*shifted this function from common.js file to this js - 19-08-2020*/

function getpdf(world,winname)
{
window.open(world,winname,"width=665,height=490,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=yes,left=10,top=10")
}

function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}

function pop(world,winname)
{
window.open(world,winname,"width=665,height=490,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=yes,left=10,top=10") 

}

function pop1(world,winname)
{
window.open(world,winname,"width=650,height=450,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=no,left=10,top=10") 
}

function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}

function langChange()
{
		var lang=document.frm.langselect.value;
		frm.target="_parent";
		//alert(lang);
		if(lang == "Hi")
		{
			document.frm.action="/newsite/comingsoon.asp";
		}
		else
		{
			document.frm.action="/newsite/index.asp";
		}	
				
		document.frm.method="POST";
		document.frm.submit();
}

function winopen() {
//window.open("/newsite/nhinew/sld001.htm","name","top=0px,width=630px,height=520px,left=60px,scrollbars=no,resize=no");
//window.open("/newsite/ACC-MOD-mar051.htm","name","top=3px,width=750px,height=500px,left=20px,scrollbars=no,resize=no");
window.open("/newsite/finance/ACC-MOD-mar0906.htm","name","top=3px,width=750px,height=500px,left=20px,scrollbars=no,resize=no");

}

/*
function winopen() {
//window.open("/newsite/nhinew/sld001.htm","name","top=0px,width=630px,height=520px,left=60px,scrollbars=no,resize=no");
window.open("/newsite/ACC-MOD-mar051.htm","name","top=3px,width=750px,height=500px,left=20px,scrollbars=no,resize=no");
}*/

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function swapImageVal(year)
{
	//alert("I"+year)
	//alert(document.forms[0].imgvalue.value)
	var imgs = document.getElementById('I'+year).src.substring(document.getElementById('I'+year).src.lastIndexOf('/'))
	//alert(imgs)

	if (imgs =='/plus.gif')
	{
		MM_swapImage("I"+year,'','../images/minus.gif',1)		
	}
	else
	{
		MM_swapImage("I"+year,'','../images/plus.gif',1)
	}

}

function toggleLayer(whichLayer)
{
	//alert(whichLayer)
	if (document.getElementById)
	{
		// this is the way the standards work
		var style2 = document.getElementById(whichLayer).style;
		style2.display = style2.display? "":"block";
	}
	else if (document.all)
	{
		// this is the way old msie versions work
		var style2 = document.all[whichLayer].style;
		style2.display = style2.display? "":"block";
	}
	else if (document.layers)
	{
		// this is the way nn4 works
		var style2 = document.layers[whichLayer].style;
		style2.display = style2.display? "":"block";
	}

}

function show_hide(ids,ids_img)
	{	
				
		if(document.getElementById(ids).style.display=='none' || document.getElementById(ids).style.display=='')
		{
			document.getElementById(ids).style.display="block";
			document.getElementById(ids_img).src="images/c3.gif"
		}
		else
		{
			document.getElementById(ids).style.display="none";
			document.getElementById(ids_img).src="images/c2.gif"
		}
	}



