Click here to Skip to main content
15,886,362 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionIs there any way to avoid activex in javascript ? Pin
nnithiyanand30-Oct-13 0:27
nnithiyanand30-Oct-13 0:27 
AnswerRe: Is there any way to avoid activex in javascript ? Pin
_Maxxx_3-Nov-13 18:34
professional_Maxxx_3-Nov-13 18:34 
Questionneed help to code in java to read a text file...i am beginner in java..pls help me Pin
creativesmart8825-Oct-13 10:46
creativesmart8825-Oct-13 10:46 
AnswerRe: need help to code in java to read a text file...i am beginner in java..pls help me Pin
Richard MacCutchan25-Oct-13 23:06
mveRichard MacCutchan25-Oct-13 23:06 
AnswerRe: need help to code in java to read a text file...i am beginner in java..pls help me Pin
Richard MacCutchan27-Oct-13 23:52
mveRichard MacCutchan27-Oct-13 23:52 
QuestionRe: need help to code in java to read a text file...i am beginner in java..pls help me Pin
thatraja28-Oct-13 1:08
professionalthatraja28-Oct-13 1:08 
Questionretaining jquery datepicker data between views in ASP:MultiView Pin
Brad7323-Oct-13 6:54
Brad7323-Oct-13 6:54 
QuestionWant pop or new wtndow Pin
abmanish7123-Oct-13 6:35
abmanish7123-Oct-13 6:35 
Hi
I am new user of java scipt. I need some help to validate the below script. My Concept behind is if any select the date more than previous date then either a new html page display that reports available till previous date or a alert message that "Reports available till previous date".

Request all to Please solve the issue and reply on my mail id

My mail is abmanish71@gmail.com

Below is the code

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Daily Abandon Report</title>


<script type="text/javascript">
document.oncontextmenu = function ()
{
//alert('- All rights reserved -\bpmi©ezeego1.com');
alert('- Contact - Manish');
return false;
}
</script>


<!-- ================================================ -->

<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#00FFCC;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:0px solid #FFFFFF;/* */
}

.submenu{
margin-bottom: 0.5em;
}
</style>

<script type="text/javascript">



var persistmenu="yes"
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only

if (document.getElementById){
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
if(document.getElementById){
var el = document.getElementById(obj);
var ar = document.getElementById("masterdiv").getElementsByTagName("span");
if(el.style.display != "block"){
for (var i=0; i<ar.length; i++){
if (ar[i].className=="submenu")
ar[i].style.display = "none";
}
el.style.display = "block";
}else{
el.style.display = "none";
}
}
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}

function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}

if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction

if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate

</script>





<!-- ================================================ -->





</head>


<body ondragstart="return false" onselectstart="return false" style="background-color: #00FFCC">

<p align="center"><font size="5"><b><MARQUEE style="width: 509px" behavior="alternate" bgcolor="#C0C0C0" width="768" height="27">Daily Abandon Report</MARQUEE></b></font></p>


<form name="doublecombo">

<p class="style1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<select name="example" size="1" onChange="redirect(this.options.selectedIndex)">

<option>SELECT</option>
<option>Jan-13</option>
<option>Feb-13</option>
<option>Mar-13</option>
<option>Apr-13</option>
<option>May-13</option>
<option>Jun-13</option>
<option>Jul-13</option>
<option>Aug-13</option>
<option>Sep-13</option>
<option>Oct-13</option>
<option>Nov-13</option>
<option>Dec-13</option>
<option>Jan-14</option>
<option>Feb-14</option>
<option>Mar-14</option>
<option>Apr-14</option>
<option>May-14</option>
<option>Jun-14</option>
<option>Jul-14</option>
<option>Aug-14</option>
<option>Sep-14</option>
<option>Oct-14</option>
<option>Nov-14</option>
<option>Dec-14</option>




</select>
<select name="stage2" size="1">
<option value="SELECT">SELECT</option>

</select>
<input type="button" name="test" value="Go!"
onClick="go()">
</p>

<script>
<!--


var groups=document.doublecombo.example.options.length
var group=new Array(groups)
for (i=0; i<groups; i++)
group[i]=new Array()


group[1][0]=new Option("01-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2001%20Jan%202013.xls")
group[1][1]=new Option("02-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2002%20Jan%202013.xls")
group[1][2]=new Option("03-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2003%20Jan%202013.xls")
group[1][3]=new Option("04-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2004%20Jan%202013.xls")
group[1][4]=new Option("05-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2005%20Jan%202013.xls")
group[1][5]=new Option("06-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2006%20Jan%202013.xls")
group[1][6]=new Option("07-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2007%20Jan%202013.xls")
group[1][7]=new Option("08-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2008%20Jan%202013.xls")
group[1][8]=new Option("09-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2009%20Jan%202013.xls")
group[1][9]=new Option("10-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2010%20Jan%202013.xls")
group[1][10]=new Option("11-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2011%20Jan%202013.xls")
group[1][11]=new Option("12-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2012%20Jan%202013.xls")
group[1][12]=new Option("13-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2013%20Jan%202013.xls")
group[1][13]=new Option("14-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2014%20Jan%202013.xls")
group[1][14]=new Option("15-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2015%20Jan%202013.xls")
group[1][15]=new Option("16-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2016%20Jan%202013.xls")
group[1][16]=new Option("17-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2017%20Jan%202013.xls")
group[1][17]=new Option("18-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2018%20Jan%202013.xls")
group[1][18]=new Option("19-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2019%20Jan%202013.xls")
group[1][19]=new Option("20-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2020%20Jan%202013.xls")
group[1][20]=new Option("21-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2021%20Jan%202013.xls")
group[1][21]=new Option("22-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2022%20Jan%202013.xls")
group[1][22]=new Option("23-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2023%20Jan%202013.xls")
group[1][23]=new Option("24-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2024%20Jan%202013.xls")
group[1][24]=new Option("25-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2025%20Jan%202013.xls")
group[1][25]=new Option("26-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2026%20Jan%202013.xls")
group[1][26]=new Option("27-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2027%20Jan%202013.xls")
group[1][27]=new Option("28-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2028%20Jan%202013.xls")
group[1][28]=new Option("29-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2029%20Jan%202013.xls")
group[1][29]=new Option("30-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2030%20Jan%202013.xls")
group[1][30]=new Option("31-Jan'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/01%20Jan%202013/Abandon%20Report%20-%2031%20Jan%202013.xls")


group[2][0]=new Option("01-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2001%20Feb%202013.xls")
group[2][1]=new Option("02-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2002%20Feb%202013.xls")
group[2][2]=new Option("03-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2003%20Feb%202013.xls")
group[2][3]=new Option("04-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2004%20Feb%202013.xls")
group[2][4]=new Option("05-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2005%20Feb%202013.xls")
group[2][5]=new Option("06-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2006%20Feb%202013.xls")
group[2][6]=new Option("07-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2007%20Feb%202013.xls")
group[2][7]=new Option("08-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2008%20Feb%202013.xls")
group[2][8]=new Option("09-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2009%20Feb%202013.xls")
group[2][9]=new Option("10-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2010%20Feb%202013.xls")
group[2][10]=new Option("11-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2011%20Feb%202013.xls")
group[2][11]=new Option("12-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2012%20Feb%202013.xls")
group[2][12]=new Option("13-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2013%20Feb%202013.xls")
group[2][13]=new Option("14-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2014%20Feb%202013.xls")
group[2][14]=new Option("15-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2015%20Feb%202013.xls")
group[2][15]=new Option("16-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2016%20Feb%202013.xls")
group[2][16]=new Option("17-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2017%20Feb%202013.xls")
group[2][17]=new Option("18-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2018%20Feb%202013.xls")
group[2][18]=new Option("19-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2019%20Feb%202013.xls")
group[2][19]=new Option("20-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2020%20Feb%202013.xls")
group[2][20]=new Option("21-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2021%20Feb%202013.xls")
group[2][21]=new Option("22-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2022%20Feb%202013.xls")
group[2][22]=new Option("23-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2023%20Feb%202013.xls")
group[2][23]=new Option("24-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2024%20Feb%202013.xls")
group[2][24]=new Option("25-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2025%20Feb%202013.xls")
group[2][25]=new Option("26-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2026%20Feb%202013.xls")
group[2][26]=new Option("27-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2027%20Feb%202013.xls")
group[2][27]=new Option("28-Feb'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/02%20Feb%202013/Abandon%20Report%20-%2028%20Feb%202013.xls")


group[3][0]=new Option("01-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2001%20Mar%202013.xls")
group[3][1]=new Option("02-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2002%20Mar%202013.xls")
group[3][2]=new Option("03-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2003%20Mar%202013.xls")
group[3][3]=new Option("04-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2004%20Mar%202013.xls")
group[3][4]=new Option("05-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2005%20Mar%202013.xls")
group[3][5]=new Option("06-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2006%20Mar%202013.xls")
group[3][6]=new Option("07-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2007%20Mar%202013.xls")
group[3][7]=new Option("08-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2008%20Mar%202013.xls")
group[3][8]=new Option("09-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2009%20Mar%202013.xls")
group[3][9]=new Option("10-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2010%20Mar%202013.xls")
group[3][10]=new Option("11-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2011%20Mar%202013.xls")
group[3][11]=new Option("12-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2012%20Mar%202013.xls")
group[3][12]=new Option("13-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2013%20Mar%202013.xls")
group[3][13]=new Option("14-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2014%20Mar%202013.xls")
group[3][14]=new Option("15-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2015%20Mar%202013.xls")
group[3][15]=new Option("16-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2016%20Mar%202013.xls")
group[3][16]=new Option("17-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2017%20Mar%202013.xls")
group[3][17]=new Option("18-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2018%20Mar%202013.xls")
group[3][18]=new Option("19-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2019%20Mar%202013.xls")
group[3][19]=new Option("20-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2020%20Mar%202013.xls")
group[3][20]=new Option("21-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2021%20Mar%202013.xls")
group[3][21]=new Option("22-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2022%20Mar%202013.xls")
group[3][22]=new Option("23-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2023%20Mar%202013.xls")
group[3][23]=new Option("24-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2024%20Mar%202013.xls")
group[3][24]=new Option("25-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2025%20Mar%202013.xls")
group[3][25]=new Option("26-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2026%20Mar%202013.xls")
group[3][26]=new Option("27-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2027%20Mar%202013.xls")
group[3][27]=new Option("28-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2028%20Mar%202013.xls")
group[3][28]=new Option("29-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2029%20Mar%202013.xls")
group[3][29]=new Option("30-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2030%20Mar%202013.xls")
group[3][30]=new Option("31-Mar'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/03%20Mar%202013/Abandon%20Report%20-%2031%20Mar%202013.xls")


group[4][0]=new Option("01-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2001%20Apr%202013.xls")
group[4][1]=new Option("02-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2002%20Apr%202013.xls")
group[4][2]=new Option("03-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2003%20Apr%202013.xls")
group[4][3]=new Option("04-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2004%20Apr%202013.xls")
group[4][4]=new Option("05-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2005%20Apr%202013.xls")
group[4][5]=new Option("06-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2006%20Apr%202013.xls")
group[4][6]=new Option("07-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2007%20Apr%202013.xls")
group[4][7]=new Option("08-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2008%20Apr%202013.xls")
group[4][8]=new Option("09-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2009%20Apr%202013.xls")
group[4][9]=new Option("10-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2010%20Apr%202013.xls")
group[4][10]=new Option("11-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2011%20Apr%202013.xls")
group[4][11]=new Option("12-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2012%20Apr%202013.xls")
group[4][12]=new Option("13-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2013%20Apr%202013.xls")
group[4][13]=new Option("14-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2014%20Apr%202013.xls")
group[4][14]=new Option("15-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2015%20Apr%202013.xls")
group[4][15]=new Option("16-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2016%20Apr%202013.xls")
group[4][16]=new Option("17-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2017%20Apr%202013.xls")
group[4][17]=new Option("18-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2018%20Apr%202013.xls")
group[4][18]=new Option("19-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2019%20Apr%202013.xls")
group[4][19]=new Option("20-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2020%20Apr%202013.xls")
group[4][20]=new Option("21-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2021%20Apr%202013.xls")
group[4][21]=new Option("22-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2022%20Apr%202013.xls")
group[4][22]=new Option("23-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2023%20Apr%202013.xls")
group[4][23]=new Option("24-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2024%20Apr%202013.xls")
group[4][24]=new Option("25-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2025%20Apr%202013.xls")
group[4][25]=new Option("26-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2026%20Apr%202013.xls")
group[4][26]=new Option("27-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2027%20Apr%202013.xls")
group[4][27]=new Option("28-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2028%20Apr%202013.xls")
group[4][28]=new Option("29-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2029%20Apr%202013.xls")
group[4][29]=new Option("30-Apr'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/04%20Apr%202013/Abandon%20Report%20-%2030%20Apr%202013.xls")


group[5][0]=new Option("01-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2001%20May%202013.xls")
group[5][1]=new Option("02-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2002%20May%202013.xls")
group[5][2]=new Option("03-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2003%20May%202013.xls")
group[5][3]=new Option("04-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2004%20May%202013.xls")
group[5][4]=new Option("05-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2005%20May%202013.xls")
group[5][5]=new Option("06-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2006%20May%202013.xls")
group[5][6]=new Option("07-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2007%20May%202013.xls")
group[5][7]=new Option("08-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2008%20May%202013.xls")
group[5][8]=new Option("09-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2009%20May%202013.xls")
group[5][9]=new Option("10-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2010%20May%202013.xls")
group[5][10]=new Option("11-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2011%20May%202013.xls")
group[5][11]=new Option("12-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2012%20May%202013.xls")
group[5][12]=new Option("13-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2013%20May%202013.xls")
group[5][13]=new Option("14-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2014%20May%202013.xls")
group[5][14]=new Option("15-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2015%20May%202013.xls")
group[5][15]=new Option("16-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2016%20May%202013.xls")
group[5][16]=new Option("17-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2017%20May%202013.xls")
group[5][17]=new Option("18-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2018%20May%202013.xls")
group[5][18]=new Option("19-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2019%20May%202013.xls")
group[5][19]=new Option("20-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2020%20May%202013.xls")
group[5][20]=new Option("21-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2021%20May%202013.xls")
group[5][21]=new Option("22-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2022%20May%202013.xls")
group[5][22]=new Option("23-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2023%20May%202013.xls")
group[5][23]=new Option("24-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2024%20May%202013.xls")
group[5][24]=new Option("25-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2025%20May%202013.xls")
group[5][25]=new Option("26-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2026%20May%202013.xls")
group[5][26]=new Option("27-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2027%20May%202013.xls")
group[5][27]=new Option("28-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2028%20May%202013.xls")
group[5][28]=new Option("29-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2029%20May%202013.xls")
group[5][29]=new Option("30-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2030%20May%202013.xls")
group[5][30]=new Option("31-May'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/05%20May%202013/Abandon%20Report%20-%2031%20May%202013.xls")


group[6][0]=new Option("01-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2001%20Jun%202013.xls")
group[6][1]=new Option("02-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2002%20Jun%202013.xls")
group[6][2]=new Option("03-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2003%20Jun%202013.xls")
group[6][3]=new Option("04-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2004%20Jun%202013.xls")
group[6][4]=new Option("05-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2005%20Jun%202013.xls")
group[6][5]=new Option("06-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2006%20Jun%202013.xls")
group[6][6]=new Option("07-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2007%20Jun%202013.xls")
group[6][7]=new Option("08-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2008%20Jun%202013.xls")
group[6][8]=new Option("09-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2009%20Jun%202013.xls")
group[6][9]=new Option("10-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2010%20Jun%202013.xls")
group[6][10]=new Option("11-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2011%20Jun%202013.xls")
group[6][11]=new Option("12-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2012%20Jun%202013.xls")
group[6][12]=new Option("13-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2013%20Jun%202013.xls")
group[6][13]=new Option("14-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2014%20Jun%202013.xls")
group[6][14]=new Option("15-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2015%20Jun%202013.xls")
group[6][15]=new Option("16-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2016%20Jun%202013.xls")
group[6][16]=new Option("17-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2017%20Jun%202013.xls")
group[6][17]=new Option("18-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2018%20Jun%202013.xls")
group[6][18]=new Option("19-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2019%20Jun%202013.xls")
group[6][19]=new Option("20-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2020%20Jun%202013.xls")
group[6][20]=new Option("21-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2021%20Jun%202013.xls")
group[6][21]=new Option("22-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2022%20Jun%202013.xls")
group[6][22]=new Option("23-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2023%20Jun%202013.xls")
group[6][23]=new Option("24-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2024%20Jun%202013.xls")
group[6][24]=new Option("25-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2025%20Jun%202013.xls")
group[6][25]=new Option("26-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2026%20Jun%202013.xls")
group[6][26]=new Option("27-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2027%20Jun%202013.xls")
group[6][27]=new Option("28-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2028%20Jun%202013.xls")
group[6][28]=new Option("29-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2029%20Jun%202013.xls")
group[6][29]=new Option("30-Jun'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2030%20Jun%202013.xls")
group[6][30]=new Option("01-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/06%20Jun%202013/Abandon%20Report%20-%2001%20Jul%202013.xls")

group[7][0]=new Option("01-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2001%20Jul%202013.xls")
group[7][1]=new Option("02-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2002%20Jul%202013.xls")
group[7][2]=new Option("03-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2003%20Jul%202013.xls")
group[7][3]=new Option("04-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2004%20Jul%202013.xls")
group[7][4]=new Option("05-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2005%20Jul%202013.xls")
group[7][5]=new Option("06-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2006%20Jul%202013.xls")
group[7][6]=new Option("07-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2007%20Jul%202013.xls")
group[7][7]=new Option("08-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2008%20Jul%202013.xls")
group[7][8]=new Option("09-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2009%20Jul%202013.xls")
group[7][9]=new Option("10-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2010%20Jul%202013.xls")
group[7][10]=new Option("11-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2011%20Jul%202013.xls")
group[7][11]=new Option("12-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2012%20Jul%202013.xls")
group[7][12]=new Option("13-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2013%20Jul%202013.xls")
group[7][13]=new Option("14-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2014%20Jul%202013.xls")
group[7][14]=new Option("15-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2015%20Jul%202013.xls")
group[7][15]=new Option("16-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2016%20Jul%202013.xls")
group[7][16]=new Option("17-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2017%20Jul%202013.xls")
group[7][17]=new Option("18-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2018%20Jul%202013.xls")
group[7][18]=new Option("19-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2019%20Jul%202013.xls")
group[7][19]=new Option("20-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2020%20Jul%202013.xls")
group[7][20]=new Option("21-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2021%20Jul%202013.xls")
group[7][21]=new Option("22-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2022%20Jul%202013.xls")
group[7][22]=new Option("23-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2023%20Jul%202013.xls")
group[7][23]=new Option("24-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2024%20Jul%202013.xls")
group[7][24]=new Option("25-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2025%20Jul%202013.xls")
group[7][25]=new Option("26-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2026%20Jul%202013.xls")
group[7][26]=new Option("27-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2027%20Jul%202013.xls")
group[7][27]=new Option("28-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2028%20Jul%202013.xls")
group[7][28]=new Option("29-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2029%20Jul%202013.xls")
group[7][29]=new Option("30-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2030%20Jul%202013.xls")
group[7][30]=new Option("31-Jul'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/07%20Jul%202013/Abandon%20Report%20-%2031%20Jul%202013.xls")

group[8][0]=new Option("01-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2001%20Aug%202013.xls")
group[8][1]=new Option("02-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2002%20Aug%202013.xls")
group[8][2]=new Option("03-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2003%20Aug%202013.xls")
group[8][3]=new Option("04-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2004%20Aug%202013.xls")
group[8][4]=new Option("05-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2005%20Aug%202013.xls")
group[8][5]=new Option("06-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2006%20Aug%202013.xls")
group[8][6]=new Option("07-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2007%20Aug%202013.xls")
group[8][7]=new Option("08-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2008%20Aug%202013.xls")
group[8][8]=new Option("09-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2009%20Aug%202013.xls")
group[8][9]=new Option("10-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2010%20Aug%202013.xls")
group[8][10]=new Option("11-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2011%20Aug%202013.xls")
group[8][11]=new Option("12-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2012%20Aug%202013.xls")
group[8][12]=new Option("13-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2013%20Aug%202013.xls")
group[8][13]=new Option("14-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2014%20Aug%202013.xls")
group[8][14]=new Option("15-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2015%20Aug%202013.xls")
group[8][15]=new Option("16-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2016%20Aug%202013.xls")
group[8][16]=new Option("17-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2017%20Aug%202013.xls")
group[8][17]=new Option("18-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2018%20Aug%202013.xls")
group[8][18]=new Option("19-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2019%20Aug%202013.xls")
group[8][19]=new Option("20-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2020%20Aug%202013.xls")
group[8][20]=new Option("21-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2021%20Aug%202013.xls")
group[8][21]=new Option("22-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2022%20Aug%202013.xls")
group[8][22]=new Option("23-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2023%20Aug%202013.xls")
group[8][23]=new Option("24-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2024%20Aug%202013.xls")
group[8][24]=new Option("25-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2025%20Aug%202013.xls")
group[8][25]=new Option("26-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2026%20Aug%202013.xls")
group[8][26]=new Option("27-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2027%20Aug%202013.xls")
group[8][27]=new Option("28-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2028%20Aug%202013.xls")
group[8][28]=new Option("29-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2029%20Aug%202013.xls")
group[8][29]=new Option("30-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2030%20Aug%202013.xls")
group[8][30]=new Option("31-Aug'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/08%20Aug%202013/Abandon%20Report%20-%2031%20Aug%202013.xls")

group[9][0]=new Option("01-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2001%20Sep%202013.xls")
group[9][1]=new Option("02-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2002%20Sep%202013.xls")
group[9][2]=new Option("03-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2003%20Sep%202013.xls")
group[9][3]=new Option("04-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2004%20Sep%202013.xls")
group[9][4]=new Option("05-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2005%20Sep%202013.xls")
group[9][5]=new Option("06-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2006%20Sep%202013.xls")
group[9][6]=new Option("07-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2007%20Sep%202013.xls")
group[9][7]=new Option("08-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2008%20Sep%202013.xls")
group[9][8]=new Option("09-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2009%20Sep%202013.xls")
group[9][9]=new Option("10-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2010%20Sep%202013.xls")
group[9][10]=new Option("11-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2011%20Sep%202013.xls")
group[9][11]=new Option("12-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2012%20Sep%202013.xls")
group[9][12]=new Option("13-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2013%20Sep%202013.xls")
group[9][13]=new Option("14-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2014%20Sep%202013.xls")
group[9][14]=new Option("15-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2015%20Sep%202013.xls")
group[9][15]=new Option("16-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2016%20Sep%202013.xls")
group[9][16]=new Option("17-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2017%20Sep%202013.xls")
group[9][17]=new Option("18-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2018%20Sep%202013.xls")
group[9][18]=new Option("19-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2019%20Sep%202013.xls")
group[9][19]=new Option("20-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2020%20Sep%202013.xls")
group[9][20]=new Option("21-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2021%20Sep%202013.xls")
group[9][21]=new Option("22-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2022%20Sep%202013.xls")
group[9][22]=new Option("23-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2023%20Sep%202013.xls")
group[9][23]=new Option("24-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2024%20Sep%202013.xls")
group[9][24]=new Option("25-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2025%20Sep%202013.xls")
group[9][25]=new Option("26-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2026%20Sep%202013.xls")
group[9][26]=new Option("27-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2027%20Sep%202013.xls")
group[9][27]=new Option("28-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2028%20Sep%202013.xls")
group[9][28]=new Option("29-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2029%20Sep%202013.xls")
group[9][29]=new Option("30-Sep'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/09%20Sep%202013/Abandon%20Report%20-%2030%20Sep%202013.xls")

group[10][0]=new Option("01-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2001%20Oct%202013.xls")
group[10][1]=new Option("02-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2002%20Oct%202013.xls")
group[10][2]=new Option("03-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2003%20Oct%202013.xls")
group[10][3]=new Option("04-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2004%20Oct%202013.xls")
group[10][4]=new Option("05-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2005%20Oct%202013.xls")
group[10][5]=new Option("06-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2006%20Oct%202013.xls")
group[10][6]=new Option("07-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2007%20Oct%202013.xls")
group[10][7]=new Option("08-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2008%20Oct%202013.xls")
group[10][8]=new Option("09-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2009%20Oct%202013.xls")
group[10][9]=new Option("10-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2010%20Oct%202013.xls")
group[10][10]=new Option("11-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2011%20Oct%202013.xls")
group[10][11]=new Option("12-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2012%20Oct%202013.xls")
group[10][12]=new Option("13-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2013%20Oct%202013.xls")
group[10][13]=new Option("14-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2014%20Oct%202013.xls")
group[10][14]=new Option("15-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2015%20Oct%202013.xls")
group[10][15]=new Option("16-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2016%20Oct%202013.xls")
group[10][16]=new Option("17-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2017%20Oct%202013.xls")
group[10][17]=new Option("18-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2018%20Oct%202013.xls")
group[10][18]=new Option("19-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2019%20Oct%202013.xls")
group[10][19]=new Option("20-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2020%20Oct%202013.xls")
group[10][20]=new Option("21-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2021%20Oct%202013.xls")
group[10][21]=new Option("22-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2022%20Oct%202013.xls")
group[10][22]=new Option("23-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2023%20Oct%202013.xls")
group[10][23]=new Option("24-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2024%20Oct%202013.xls")
group[10][24]=new Option("25-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2025%20Oct%202013.xls")
group[10][25]=new Option("26-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2026%20Oct%202013.xls")
group[10][26]=new Option("27-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2027%20Oct%202013.xls")
group[10][27]=new Option("28-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2028%20Oct%202013.xls")
group[10][28]=new Option("29-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2029%20Oct%202013.xls")
group[10][29]=new Option("30-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2030%20Oct%202013.xls")
group[10][30]=new Option("31-Oct'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/10%20Oct%202013/Abandon%20Report%20-%2031%20Oct%202013.xls")

group[11][0]=new Option("01-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2001%20Nov%202013.xls")
group[11][1]=new Option("02-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2002%20Nov%202013.xls")
group[11][2]=new Option("03-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2003%20Nov%202013.xls")
group[11][3]=new Option("04-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2004%20Nov%202013.xls")
group[11][4]=new Option("05-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2005%20Nov%202013.xls")
group[11][5]=new Option("06-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2006%20Nov%202013.xls")
group[11][6]=new Option("07-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2007%20Nov%202013.xls")
group[11][7]=new Option("08-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2008%20Nov%202013.xls")
group[11][8]=new Option("09-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2009%20Nov%202013.xls")
group[11][9]=new Option("10-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2010%20Nov%202013.xls")
group[11][10]=new Option("11-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2011%20Nov%202013.xls")
group[11][11]=new Option("12-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2012%20Nov%202013.xls")
group[11][12]=new Option("13-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2013%20Nov%202013.xls")
group[11][13]=new Option("14-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2014%20Nov%202013.xls")
group[11][14]=new Option("15-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2015%20Nov%202013.xls")
group[11][15]=new Option("16-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2016%20Nov%202013.xls")
group[11][16]=new Option("17-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2017%20Nov%202013.xls")
group[11][17]=new Option("18-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2018%20Nov%202013.xls")
group[11][18]=new Option("19-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2019%20Nov%202013.xls")
group[11][19]=new Option("20-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2020%20Nov%202013.xls")
group[11][20]=new Option("21-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2021%20Nov%202013.xls")
group[11][21]=new Option("22-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2022%20Nov%202013.xls")
group[11][22]=new Option("23-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2023%20Nov%202013.xls")
group[11][23]=new Option("24-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2024%20Nov%202013.xls")
group[11][24]=new Option("25-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2025%20Nov%202013.xls")
group[11][25]=new Option("26-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2026%20Nov%202013.xls")
group[11][26]=new Option("27-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2027%20Nov%202013.xls")
group[11][27]=new Option("28-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2028%20Nov%202013.xls")
group[11][28]=new Option("29-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2029%20Nov%202013.xls")
group[11][29]=new Option("30-Nov'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2030%20Nov%202013.xls")
group[11][30]=new Option("01-Dec'13","file:///E:/BPMI/Daily%20Reports/Daily%20Abandon%20Report/2013/11%20Nov%202013/Abandon%20Report%20-%2001%20Dec%202013.xls")





var temp=document.doublecombo.stage2

function redirect(x){
for (m=temp.options.length-1;m>0;m--)
temp.options[m]=null
for (i=0;i<group[x].length;i++){
temp.options[i]=new Option(group[x][i].text,group[x][i].value)
}
temp.options[0].selected=true
}

function go(){
location=temp.options[temp.selectedIndex].value
}
//-->
</script>

</form>

<p align="center">
<a href="mailto:abmanish71@gmail.com?subject=Mail"><font face="arial, helvetica" size="6">Contact Us</font></a></p>


</body>

</html>

Thanks & Regards

Manish Kumar
Email : abmanish71@gmail.com
SuggestionRe: Want pop or new wtndow Pin
ZurdoDev29-Oct-13 9:12
professionalZurdoDev29-Oct-13 9:12 
GeneralRe: Want pop or new wtndow Pin
Sunasara Imdadhusen21-May-14 23:52
professionalSunasara Imdadhusen21-May-14 23:52 
QuestionAngular/Backbone/Knockout Security Question Pin
AnalogNerd22-Oct-13 3:17
AnalogNerd22-Oct-13 3:17 
Questionusing document.forms["MbrForm"].submit(); does not work - help! Pin
Member 860517720-Oct-13 4:53
Member 860517720-Oct-13 4:53 
QuestionDoubt in AJAX response obj Pin
Member 1013786815-Oct-13 0:19
Member 1013786815-Oct-13 0:19 
AnswerRe: Doubt in AJAX response obj Pin
thatraja15-Oct-13 5:20
professionalthatraja15-Oct-13 5:20 
QuestionScript running multiple times Pin
AnalogNerd10-Oct-13 10:49
AnalogNerd10-Oct-13 10:49 
AnswerRe: Script running multiple times Pin
DaveAuld13-Oct-13 21:38
professionalDaveAuld13-Oct-13 21:38 
AnswerRe: Script running multiple times Pin
Abhinav S13-Oct-13 23:48
Abhinav S13-Oct-13 23:48 
QuestionJS/JSON 'Desktop Notifications' Pin
Member 103209557-Oct-13 7:02
Member 103209557-Oct-13 7:02 
Questiondropdown check for same values Pin
01karan6-Oct-13 22:05
01karan6-Oct-13 22:05 
AnswerRe: dropdown check for same values Pin
DaveAuld13-Oct-13 21:46
professionalDaveAuld13-Oct-13 21:46 
AnswerRe: dropdown check for same values Pin
Abhinav S13-Oct-13 23:50
Abhinav S13-Oct-13 23:50 
GeneralRe: dropdown check for same values Pin
Sunasara Imdadhusen21-May-14 23:53
professionalSunasara Imdadhusen21-May-14 23:53 
Questionjavascript Date Issue Pin
wasim khan1-Oct-13 2:20
wasim khan1-Oct-13 2:20 
AnswerRe: javascript Date Issue Pin
Kornfeld Eliyahu Peter6-Oct-13 10:43
professionalKornfeld Eliyahu Peter6-Oct-13 10:43 
GeneralRe: javascript Date Issue Pin
Sunasara Imdadhusen21-May-14 23:54
professionalSunasara Imdadhusen21-May-14 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.