var Arr=new Array();
var Arr1=new Array();
var ArrSub=new Array();
var ArrLink=new Array();
var ArrSubLink=new Array();


function designMenu(mainMenuIdx,subMenuIdx)
{
var strTemp;
Arr[0]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Why Prepaid";
Arr[1]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Prepaid Plans";
Arr[2]="&nbsp;<img src='../images/plus.gif' alt='' name='plus' width='5' height='5' border='0'  /> Recharge";
//Arr[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Bonus schemes";
//Arr[4]="&nbsp;<img src='../images/rd_arw.gif' alt='' name='plus' width='5' height='5' border='0'  /> Promotional offers";
//Arr[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Package Change";
Arr[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus6' width='5' height='5' border='0'  /> FAQ";
Arr[4]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Queries";
//Arr[7]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Queries";
//Arr[5]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> Buy now";

Arr1[0]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Why Prepaid</font>";
Arr1[1]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='minus22' width='5' height='5' border='0'  /> <font style='text-color:red'> Prepaid Plans</font>";
Arr1[2]="&nbsp;<img src='../images/minus.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Recharge</font>";
//Arr1[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Bonus schemes</font>";
//Arr1[4]="&nbsp;<img src='../images/rd_arw.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Promotional offers</font>";
//Arr1[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Package Change";
Arr1[3]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='minus6' width='5' height='5' border='0'  /> <font style='text-color:red'> FAQ</font>";
Arr1[4]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /><font style='text-color:red'> Queries</font>";
//Arr1[7]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Queries</font>";
//Arr1[5]="&nbsp;<img src='../images/redbox_link.gif' alt='' name='plus' width='5' height='5' border='0'  /> <font style='text-color:red'> Buy now</font>";

ArrLink[0]="../prepaid/why_prepaid.html";
ArrLink[1]="../prepaid/prepaid_package1.html";
ArrLink[2]="../prepaid/recharge.html";
//ArrLink[3]="../prepaid/bonus_scheme.html";
//ArrLink[3]="../prepaid/package_change.html";
ArrLink[3]="../prepaid/faq.html";
ArrLink[4]="../prepaid/queries.html";
//ArrLink[7]="queries.html";
//ArrLink[5]="https://ebpp.airtel.lk";


ArrSub[0]=new Array();
ArrSub[1]=new Array();

ArrSub[2]=new Array();
ArrSub[2][0]="&nbsp;<img src='../images/rd_arw.gif' alt='' name='plus' width='5' height='5' border='0'  /> Reload";
ArrSub[2][1]="&nbsp;<img src='../images/rd_arw.gif' alt='' name='plus' width='5' height='5' border='0'  /> Recharge Cards";

ArrSubLink[2]=new Array();
ArrSubLink[2][0]="../prepaid/recharge_reload.html";
ArrSubLink[2][1]="../prepaid/recharge_recharge.html";

ArrSubLink[0]=new Array();
ArrSubLink[0][0]="why_postpaid.html";




//ArrSubLink[3]=new Array();
//ArrSubLink[3][0]="special_scheme.html";

//ArrSubLink[4]=new Array();
//ArrSubLink[4][0]="promotional_offers.html";

ArrSub[3]=new Array();



ArrSub[4]=new Array();

ArrSub[5]=new Array();

strTemp="";
for(i=0;i<Arr.length;i++)
{
	strTemp+="<div id='divMainMenu"+i+"' style='padding-top:0px'><table border='0' cellpadding='0' cellspacing='0' width='166' style='padding-top:0px;margin-left:-5px;'>";
    if(parseInt(mainMenuIdx)==parseInt(i))
	    strTemp+="<TR style='padding-left: 0px;border-collapse: collapse;background-image:url(../images/bg_leftnav_ebusiness.gif); background-position:bottom; background-color:#f3f3f3;'><TD style='cursor:hand;cursor:pointer;height:22px;padding-left:6px;' onclick='openPage("+i+",0)'>"+Arr1[i]+"</TD></TR>";
	else
	    strTemp+="<TR style='background-image:url(../images/bg_leftnav_ebusiness.gif); background-position:bottom; background-color:#f3f3f3;'><TD style='cursor:hand;cursor:pointer;height:22px;padding-left:6px;' onclick='openPage("+i+",0)'>"+Arr[i]+"</TD></TR>";
	strTemp+="</table></div><div id='divSubMenu"+i+"' style='margin-left:-4px;'></div>";
	
}
document.getElementById("divMenu").innerHTML=strTemp;
if(parseInt(mainMenuIdx)!=-1 && parseInt(subMenuIdx)!=-1)
	chkLink(mainMenuIdx);
}
function chkLink(mainIndex)
{
	var strSubTemp="";
	var objMainMenu=document.getElementById("divMainMenu"+mainIndex);
	var objSubMenu=document.getElementById("divSubMenu"+mainIndex);
//	alert(mainIndex);
//	alert(ArrSub[mainIndex].length);
	for(i=0;i<Arr.length;i++)
		document.getElementById("divSubMenu"+i).style.display="none";
//add this code
	if(ArrSub[mainIndex].length){
	document.getElementById("divSubMenu"+mainIndex).style.display="block";
	}
	
	//new code ends here

	for(i=0;i<ArrSub[mainIndex].length;i++)
	{
		strSubTemp+="<table border='0' cellpadding='0' cellspacing='0' width='100%'>";
		strSubTemp+="<TR style='background-color:#f5f5f5;height:22px'><TD valign='top' width='10%'>&nbsp;</TD><TD  style='cursor:hand;cursor:pointer;padding-left:6px;' onclick='openPage1("+mainIndex+","+i+")'>"+ArrSub[mainIndex][i]+"</TD></TR>";
		strSubTemp+="</table>";	
		//alert(ArrSub[mainIndex][i]);
	}
	//alert(strSubTemp);
	objSubMenu.innerHTML=strSubTemp;
//	openPage(mainIndex,0)
//	document.getElementById("div"+mainIndex).style.display="none";
}
function openPage(mainMenuIdx,subMenuIdx)
{

	if(mainMenuIdx==5){
			window.open(ArrLink[mainMenuIdx]);
			}else{
			window.location.href=ArrLink[mainMenuIdx];
			}
		
			//window.location.href=ArrLink[mainMenuIdx];
		
	
}

function openPage1(mainMenuIdx,subMenuIdx)
{



			window.location.href=ArrSubLink[mainMenuIdx][subMenuIdx];
	
	
}