//var contextRoot="C:\\Soumya\\BADV\\BADV\\WebContent\\web\\pages\\";
var contextRoot="http://www.badv.us/BADV/WebContent/web/pages/";
var badvWebSite="../images/";
//var imageRootFolder="C:\\Soumya\\BADV\\BADV\\WebContent\\web\\images\\photo\\";
var imageRootFolder="http://www.badv.us/BADV/WebContent/web/images/photo/";
var imageParentFolder="http://www.badv.us/BADV/WebContent/web/images/";
var notice="Shreya Ghosal Concert";
var events = new Array
(
"Durga Puja 2011"
,"Saraswati Puja 2011"
,"Events 2010"
,"Events 2009"
,"Picnic 2008"
,"Durga Puja 2008"
,"Anandoshondhya 2008"
,"Saraswati Puja 2008" 
,"People To People 2008"
,"Picnic 2007" 
,"Durga Puja 2007" 
,"Saraswati Puja 2007" 
,"Picnic 2006" 
,"Anandoshondhya 2006"
,"Saraswati Puja 2006"
,"Picnic 2005"
,"Durga Puja 2005"
,"Rabindra Jayanti 2005 "
);
var eventsURL = new Array
(
"durgapuja2011.html"
,"Saraswati2011.html"
,"Events2010.html"
,"Events2009.html"
,"Picnic2008.html"
,"DurgaPuja2008.html"
,"Ananda2008.html"
,"Saraswati2008.html"
,"People2people2008.html"
,"Picnic2007.html"
,"DurgaPuja2007.html"
,"Saraswati2007.html"
,"Picnic2006.html"
,"Ananda2006.html"
,"Saraswati2006.html"
,"Picnic2005.html"
,"Durga2005.html"
,"Rabindra2005.html"
);

/** Function to open window */
function WindowOnLoad(url, name, w, h,scrolling) {

  w += 32;
  h += 96;
  wleft = (screen.width - w) / 2;
  wtop = (screen.height - h) / 2;

  if (wleft < 0) {
    w = screen.width;
    wleft = 0;
  }
  if (wtop < 0) {
    h = screen.height;
    wtop = 0;
  }
  var win = window.open(url,
    name,
    'width=' + w + ', height=' + h + ', ' +
    'left=' + wleft + ', top=' + wtop + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars='+scrolling+', resizable=no');
  // Just in case width and height are ignored
  win.resizeTo(w, h);
  // Just in case left and top are ignored
  win.moveTo(wleft, wtop);
  win.focus();
}


/** Function to show image slideshow */
var rotate_delay = 5000; // delay in milliseconds (5000 = 5 secs)
current = 0;
function next() {
if (document.slideform.slide[current+1]) {
document.images.show.src = document.slideform.slide[current+1].value;
document.slideform.slide.selectedIndex = ++current;
   }
else first();
}
function previous() {
if (current-1 >= 0) {
document.images.show.src = document.slideform.slide[current-1].value;
document.slideform.slide.selectedIndex = --current;
   }
else last();
}
function first() {
current = 0;
document.images.show.src = document.slideform.slide[0].value;
document.slideform.slide.selectedIndex = 0;

}
function last() {
current = document.slideform.slide.length-1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
}
function ap(text) {
document.slideform.slidebutton.value = (text == "Stop") ? "Start" : "Stop";
rotate();
}
function change() {
current = document.slideform.slide.selectedIndex;
document.images.show.src = document.slideform.slide[current].value;
}
function rotate() {
if (document.slideform.slidebutton.value == "Stop") {
current = (current == document.slideform.slide.length-1) ? 0 : current+1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
window.setTimeout("rotate()", rotate_delay);
}
}


function submitForm(button,page)  {
	if(page=='index'){	
		if (button.value == 'Committee')			
			document.buttonForm.action = 'ExeCommittee.html';
		if (button.value == 'Home')			
			document.buttonForm.action = 'indexLatest.html';
		if (button.value == 'Social Services')			
			document.buttonForm.action = 'CommunityServices.html';	
		if (button.value == 'Contact Us')			
			document.buttonForm.action = 'ContactUs.html';	
		if (button.value == 'Events')			
			document.buttonForm.action = 'Events.html';		
	    if (button.value == 'btnCons')			
			document.buttonForm.action = 'FeedBackForm.html';	
		if (button.name == 'btnPhoto1')			
			document.buttonForm.action = 'SaraswatiPuja2009.html';
		if (button.name == 'btnPhoto2')
			document.buttonForm.action = 'Anandyasandha2009.html';				

			
	}

return true;
}

function getImage(imageName){
	return imageRootFolder+"misc/"+imageName;
}
function getMenuImages(imageName) {
	alert(imageParentFolder+imageName);
	return imageParentFolder+imageName;
}
function initialize(tableID){
	var table = document.getElementById(tableID); 
	var allTRs = table.getElementsByTagName("tr"); 
	for (i=1; i <= allTRs.length ; i++) { 
		if (i % 2 == 1) 
		allTRs[i].style.backgroundColor = "#CCFF66"; 		
	} 

}




// Expand Slide Side Show (30-April-2009)
// by Vic Phillips http://www.vicsjavascripts.org.uk

// A slide show where thumbnail images are displayed in a DIV which may be scrolled my mouse down of 'buttons'.
// Mouse down of a thumbnail will expand an image and a DIV from 0 the image/DIV width/height
// whilst moving it from the thumb nail position to specified positions over a specified period of time.
//
// The script utilises my 'Basic Animator' script: http://www.vicsjavascripts.org.uk/AnimatorBasic/AnimatorBasic.htm

// **** Application Notes.

// **** The HTML Code.
//
// ** The Parent Element.
//  All slide show elements must be nested within a DIV  with a CCS style position of 'relative' or 'absolute'.
//  This DIV must be assigned a unique id name and must be assigned a CCS style position of 'relative' or 'absolute'.

// ** The Main Images and Associated Legend.
//  There would normally be a Main Images and Associated Legend for each thumbnail.
//  These are defined in a DIV element, the first image in the DIV is used as the thumbnail main image,
//  the balance or the DIV is used as the main image legend.
//  These must be nested in a DIV  with a CCS style class name
//  specifying the position as 'absolute' and visibility as 'hidden'.
//
// ** The Thumbnails.
//  The thumbnail images must be nested in a DIV which must be assigned a CSS class rule
//  with a CCS style position of 'relative' or 'absolute', the width and height specified and overflow of 'hidden'.
//  Note: if the width is greater than the height the thumbnails will be scrolled horizontally,
//  Note: if the width is less than the height the thumbnails will be scrolled vertically.
//
// ** The Thumbnails Slide Control.
//  There are two control elements one to slide the thumbnails right/down, the other to slide the thumbnails left/up.
//  These elements must be assigned a  CSS class name.
//
// ** The Expanded Image Element Position.
//  The expanded image position is determined by a DIV element with a CSS class name specifying the position.
//  The expanded main image will be centered at this elements position.
//
// ** The Expanded Image Legend Position.
//  The expanded image legend position is determined by a DIV element with a CSS class name specifying the position.
//  The expanded main image legend will be centered at this elements position.
//

// **** Initialising the Script.
//
//  The script would normally be initialised by a BODY or window event call function 'zxcESSS'
//  to assign an instance of the script to a variable
//  e.g.  var oop=new zxcESSS('tst','slide','button','mainimg','maintxt','frames',1000);
//  where:
//   parameter 0 = the unique id name of the parent element.                                  (string)
//   parameter 1 = the class name of the element containing the thumbnails.                   (string)
//   parameter 2 = the class name of the elements to control the thumbnails slide position.   (string)
//   parameter 3 = the class name of the element defining the expanded image position.        (string)
//   parameter 4 = the class name of the element defining the expanded image legend position. (string)
//   parameter 5 = (optional) the duration of the effect in milli seconds.                    (digits, default = 1000)
//


// ****** Functional Code(4.45) - NO NEED to Change.

function zxcESSS(id,scls,bcls,micls,mtcls,fcls,ms){
 this.p=document.getElementById(id);
 this.ms=ms||1000;
 var slidep=zxcByClassName(scls,this.p)[0];
 var slide=this.es('DIV',{position:'absolute',left:'0px',top:'0px'});
 while (slidep.firstChild)  this.es(slidep.firstChild,{},slide);
 this.es(slide,{},slidep);
 var mde=slidep.offsetWidth<slidep.offsetHeight?['top','height','offsetTop','offsetHeight']:['left','width','offsetLeft','offsetWidth'];
 slide.style[mde[1]]='10000px';
 this.slide=zxcBAnimator(mde[0],slide,-1,0,10);
 this.spos=[slidep.offsetLeft,slidep.offsetTop];
 this.ary=[];
 for (var clds=slide.childNodes,z0=0;z0<clds.length;z0++){
  if (clds[z0].nodeType==1) this.ary.push([clds[z0]]);
 }
 this.max=this.ary[0][0][mde[2]]+this.ary[this.ary.length-1][0][mde[2]]+this.ary[this.ary.length-1][0][mde[3]]-slidep[mde[3]];
 var buts=zxcByClassName(bcls,this.p);
 this.addevt(buts[0],'mousedown','Slide',-1);
 this.addevt(buts[1],'mousedown','Slide',1);
 this.addevt(buts[0],'mouseup','Slide',false);
 this.addevt(buts[1],'mouseup','Slide',false);
 var obj=zxcByClassName(mtcls,this.p)[0]
 while (obj.firstChild) obj.removeChild(obj.firstChild);
 this.txtpos=[obj.offsetLeft,obj.offsetTop,obj.offsetWidth,obj.offsetHeight];
 obj=zxcByClassName(micls,this.p)[0];
 while (obj.firstChild) obj.removeChild(obj.firstChild);
 this.imgpos=[obj.offsetLeft,obj.offsetTop,obj.offsetWidth,obj.offsetHeight];
 for (var frames=zxcByClassName(fcls,this.p)[0],clds=frames.childNodes,f,ary=[],z1=0;z1<clds.length;z1++){
  if (clds[z1].nodeType==1) ary.push([clds[z1],clds[z1].getElementsByTagName('IMG')[0],clds[z1].offsetWidth,clds[z1].offsetHeight]);
 }
 for (var z2=0;z2<this.ary.length;z2++){
  if (!ary[z2]) ary[z2]=[this.es('DIV',{}),false,10,10];
  if (!ary[z2][2]) ary[z2][2]=10;
  if (!ary[z2][3]) ary[z2][3]=10;
  if (ary[z2]){
   if (!ary[z2][1]){
    ary[z2][1]=this.es('IMG',{});
    ary[z2][1].src=this.ary[z2][0].src;
   }
   ary[z2][4]=ary[z2][1].width||this.imgpos[2];
   ary[z2][5]=ary[z2][1].height||this.imgpos[3];
   this.addevt(this.ary[z2][0],'mousedown','Display',this.ary[z2]);
   this.ary[z2].push(ary[z2]);
  }
 }
 this.lst=[];
 this.animate(this.ary[0],0,this.txtpos);
 this.animate(this.ary[0],1,this.imgpos);
}

zxcESSS.prototype.Display=function(ary){
 this.close(this.lst[0]);
 this.close(this.lst[1]);
 this.animate(ary,0,this.txtpos);
 this.animate(ary,1,this.imgpos);
}

zxcESSS.prototype.animate=function(ary,nu,pos){
 this.es(ary[1][nu],{position:'absolute',visibility:'visible',zIndex:'10'},this.p);
 zxcBAnimator('left',ary[1][nu],ary[0].offsetLeft+ary[0].offsetWidth/2+this.spos[0]+this.slide.obj.offsetLeft,pos[0]+(pos[2]-ary[1][nu==0?2:4])/2,this.ms)
 zxcBAnimator('top',ary[1][nu],ary[0].offsetTop+ary[0].offsetHeight/2+this.spos[1]+this.slide.obj.offsetTop,pos[1]+(pos[3]-ary[1][nu==0?3:5])/2,this.ms)
 zxcBAnimator('width',ary[1][nu],0,ary[1][nu==0?2:4],this.ms)
 var oop=zxcBAnimator('height',ary[1][nu],0,ary[1][nu==0?3:5],this.ms)
 clearTimeout(oop.fto);
 this.lst[nu]=ary[1][nu];
}

zxcESSS.prototype.close=function(lst){
 this.es(lst,{zIndex:'0'});
 zxcBAnimator('left',lst,lst.offsetLeft,lst.offsetLeft+lst.offsetWidth/2,this.ms)
 zxcBAnimator('top',lst,lst.offsetTop,lst.offsetTop+lst.offsetHeight/2,this.ms)
 zxcBAnimator('width',lst,lst.offsetWidth,0,this.ms)
 var oop=zxcBAnimator('height',lst,lst.offsetHeight,0,this.ms)
 oop.fto=setTimeout(function(){ lst.style.visibility='hidden'; },this.ms);
}

zxcESSS.prototype.Slide=function(ud){
 clearTimeout(this.slide.to);
 if (ud) this.slide.update([this.slide.data[0],ud<0?0:-this.max],this.ms,[0,this.max]);
}

zxcESSS.prototype.addevt=function(o,t,f,p){
 var oop=this;
 if (o.addEventListener) o.addEventListener(t,function(){ return oop[f](p);}, false);
 else if (o.attachEvent) o.attachEvent('on'+t,function(){ return oop[f](p); });
 else {
  var prev=o['on'+t];
  if (prev) o['on'+t]=function(){ oop[f](p); };
  else o['on'+t]=o[f];
 }
}

zxcESSS.prototype.es=function(ele,style,par){
 if (typeof(ele)=='string') ele=document.createElement(ele);
 for (key in style) ele.style[key]=style[key];
 if (par) par.appendChild(ele);
 return ele;
}

function zxcByClassName(nme,el,tag){
 if (typeof(el)=='string') el=document.getElementById(el);
 el=el||document;
 for (var tag=tag||'*',reg=new RegExp('\\b'+nme+'\\b'),els=el.getElementsByTagName(tag),ary=[],z0=0; z0<els.length;z0++){
  if(reg.test(els[z0].className)) ary.push(els[z0]);
 }
 return ary;
}

function test111(){
var oop=new zxcESSS('tst','slide','button','mainimg','maintxt','frames',1000);
}


	function addOption(selectbox,text,value )
	{
		var optn = document.createElement("OPTION");
		optn.text = text;
		optn.value = value;
		selectbox.options.add(optn);
	
	}
	function addOption_list () {
		for (var i=0; i < events.length;++i){

			addOption(document.drop_list.eventsList, events[i], i);

	     }
	} 
	
	function invoke (index) {
		open(eventsURL[index],0)
	}  	    
	
		function open(url, opt){
		  if (opt == 0) {// current window
		    window.location = contextRoot+url;
		    }
		  else if (opt == 1){ // new window
		    window.open(contextRoot+url);
		    }
		  else if (opt == 2) // background window
		    {window.open(contextRoot+url); self.focus();
		  }
		}
		/*********************Ananda Sandhya 2006 *******************************/
var ananda2006= new Array ('dsc_3683.jpg',
'dsc_3684.jpg',
'dsc_3685.jpg',
'dsc_3686.jpg',
'dsc_3687.jpg',
'dsc_3688.jpg',
'dsc_3689.jpg',
'dsc_3691.jpg',
'dsc_3692.jpg',
'dsc_3693.jpg',
'dsc_3694.jpg',
'dsc_3695.jpg',
'dsc_3696.jpg',
'dsc_3697.jpg',
'dsc_3698.jpg',
'dsc_3699.jpg',
'dsc_3700.jpg',
'dsc_3701.jpg',
'dsc_3703.jpg',
'dsc_3704.jpg',
'dsc_3705.jpg',
'dsc_3707.jpg',
'dsc_3708.jpg',
'dsc_3709.jpg',
'dsc_3710.jpg',
'dsc_3711.jpg',
'dsc_3712.jpg',
'dsc_3717.jpg',
'dsc_3718.jpg',
'dsc_3721.jpg',
'dsc_3723.jpg',
'dsc_3726.jpg',
'dsc_3727.jpg',
'dsc_3728.jpg');

function listFileananda2006(folderPath){

var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < ananda2006.length; ++i){


var optionval = folderPath + ananda2006[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
		/*********************Ananda Sandhya 2006 End*******************************/
		/*********************Ananda Sandhya 2008 Start*******************************/
var ananda2008= new Array ('DSC_4508.JPG',
'DSC_4511.JPG',
'DSC_4513.JPG',
'DSC_4518.JPG',
'DSC_4520.JPG',
'DSC_4521.JPG',
'DSC_4523.JPG',
'DSC_4525.JPG',
'DSC_4528.JPG',
'DSC_4531.JPG',
'DSC_4534.JPG',
'DSC_4536.JPG',
'DSC_4541.JPG',
'DSC_4543.JPG',
'DSC_4545.JPG',
'DSC_4547.JPG',
'DSC_4551.JPG',
'DSC_4555.JPG',
'DSC_4557.JPG',
'DSC_4559.JPG',
'DSC_4563.JPG',
'DSC_4565.JPG',
'DSC_4570.JPG',
'DSC_4573.JPG',
'DSC_4575.JPG',
'DSC_4578.JPG',
'DSC_4583.JPG',
'Thumbs.db');

function listFileananda2008(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < ananda2008.length; ++i){


var optionval = folderPath + ananda2008[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
		/*********************Ananda Sandhya 2008 End*******************************/
		/*********************Durga Puja 2005 Start*******************************/
		var durgapuja2005= new Array ('img_0292.jpg',
'img_0292_1.jpg',
'img_0293.jpg',
'img_0293_1.jpg',
'img_0294.jpg',
'img_0294_1.jpg',
'img_0295.jpg',
'img_0295_1.jpg',
'img_0296.jpg',
'img_0296_1.jpg',
'img_0297.jpg',
'img_0297_1.jpg',
'img_0298.jpg',
'img_0298_1.jpg',
'img_0300.jpg',
'img_0300_1.jpg',
'img_0301.jpg',
'img_0301_1.jpg',
'img_0302.jpg',
'img_0302_1.jpg',
'img_0303.jpg',
'img_0303_1.jpg',
'img_0304.jpg',
'img_0304_1.jpg',
'img_0305.jpg',
'img_0305_1.jpg',
'img_0306.jpg',
'img_0306_1.jpg',
'img_0307.jpg',
'img_0307_1.jpg',
'img_0308.jpg',
'img_0308_1.jpg',
'img_0309.jpg',
'img_0309_1.jpg',
'img_0310.jpg',
'img_0310_1.jpg',
'img_0311.jpg',
'img_0311_1.jpg',
'img_0312.jpg',
'img_0312_1.jpg',
'img_0313.jpg',
'img_0313_1.jpg',
'img_0314.jpg',
'img_0314_1.jpg',
'img_0315.jpg',
'img_0315_1.jpg',
'img_0316.jpg',
'img_0316_1.jpg',
'img_0317.jpg',
'img_0317_1.jpg',
'img_0318.jpg',
'img_0318_1.jpg',
'img_0319.jpg',
'img_0319_1.jpg',
'img_0320.jpg',
'img_0320_1.jpg',
'img_0321.jpg',
'img_0321_1.jpg',
'img_0322.jpg',
'img_0322_1.jpg',
'img_0324.jpg',
'img_0324_1.jpg',
'img_0325.jpg',
'img_0325_1.jpg',
'img_0326.jpg',
'img_0326_1.jpg',
'img_0327.jpg',
'img_0327_1.jpg',
'img_0328.jpg',
'img_0328_1.jpg',
'img_0329.jpg',
'img_0329_1.jpg',
'img_0330.jpg',
'img_0330_1.jpg',
'img_0331.jpg',
'img_0331_1.jpg',
'img_0332.jpg',
'img_0332_1.jpg',
'img_0333.jpg',
'img_0333_1.jpg',
'img_0334.jpg',
'img_0334_1.jpg',
'img_0335.jpg',
'img_0335_1.jpg',
'img_0336.jpg',
'img_0336_1.jpg',
'img_0338.jpg',
'img_0338_1.jpg');

function listFiledurgapuja2005(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2005.length; ++i){


var optionval = folderPath + durgapuja2005[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
			/*********************Durga Puja 2005 End*******************************/
/*********************Durga Puja 2007 Start*******************************/
var durgapuja2007= new Array ('DSC_3844.JPG',
'DSC_3855.JPG',
'DSC_3858.JPG',
'DSC_3862.JPG',
'DSC_3868.JPG',
'DSC_3874.JPG',
'DSC_3894.JPG',
'DSC_3899.JPG',
'DSC_3901.JPG',
'DSC_3902.JPG',
'DSC_3920.JPG',
'DSC_3926.JPG',
'DSC_3928.JPG',
'DSC_3934.JPG',
'DSC_3943.JPG',
'DSC_3947.JPG',
'DSC_3954.JPG',
'DSC_3957.JPG',
'DSC_3965.JPG',
'DSC_3977.JPG',
'DSC_3997.JPG',
'DSC_4019.JPG',
'DSC_4059.JPG',
'DSC_4091.JPG',
'DSC_4103.JPG',
'DSC_4120.JPG',
'DSC_4141.JPG',
'DSC_4148.JPG',
'DSC_4151.JPG',
'IMG_0725.JPG',
'IMG_0728.JPG',
'IMG_0729.JPG',
'IMG_0734.JPG',
'IMG_0743.JPG',
'IMG_0746.JPG',
'IMG_0750.JPG',
'IMG_0756.JPG',
'IMG_0763.JPG',
'IMG_0766.JPG',
'IMG_0767.JPG',
'IMG_0768.JPG',
'IMG_0769.JPG',
'IMG_0770.JPG',
'IMG_0776.JPG',
'IMG_0780.JPG',
'IMG_0781.JPG',
'IMG_0789.JPG',
'Thumbs.db');

function listFiledurgapuja2007(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2007.length; ++i){


var optionval = folderPath + durgapuja2007[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*********************Durga Puja 2007 End*******************************/
/*********************Durga Puja 2008 Start*******************************/
var durgapuja2008= new Array ('100_0558.jpg',
'100_0561.jpg',
'100_559.jpg',
'dsc_2835.jpg',
'dsc_2839.jpg',
'dsc_2840.jpg',
'dsc_2842.jpg',
'dsc_2846.jpg',
'dsc_2847.jpg',
'dsc_2848.jpg',
'dsc_2849.jpg',
'dsc_2850.jpg',
'dsc_2851.jpg',
'dsc_2853.jpg',
'dsc_2854.jpg',
'dsc_2856.jpg',
'dsc_2857.jpg',
'dsc_2858.jpg',
'dsc_2860.jpg',
'dsc_2866.jpg',
'dsc_2867.jpg',
'dsc_2868.jpg',
'dsc_2873.jpg',
'dsc_2874.jpg',
'dsc_2875.jpg',
'dsc_2882.jpg',
'dsc_2883.jpg',
'dsc_2886.jpg',
'dsc_2887.jpg',
'dsc_2888.jpg',
'dsc_2889.jpg',
'dsc_2890.jpg',
'dsc_2891.jpg',
'dsc_2893.jpg',
'dsc_2895.jpg',
'dsc_2896.jpg',
'dsc_2897.jpg',
'dsc_2898.jpg',
'dsc_2900.jpg',
'dsc_2901.jpg',
'dsc_2902.jpg',
'dsc_2928.jpg',
'dsc_2930.jpg',
'dsc_2931.jpg',
'dsc_2932.jpg',
'dsc_2933.jpg',
'dsc_2934.jpg',
'dsc_2935.jpg',
'dsc_2936.jpg',
'dsc_2937.jpg',
'dsc_2939.jpg',
'dsc_2940.jpg',
'dsc_2941.jpg',
'dsc_2943.jpg',
'dsc_2944.jpg',
'dsc_2945.jpg',
'dsc_2948.jpg',
'dsc_2949.jpg',
'dsc_2952.jpg',
'dsc_2954.jpg',
'dsc_2955.jpg',
'dsc_2956.jpg',
'dsc_2957.jpg',
'dsc_2958.jpg',
'dsc_2960.jpg',
'dsc_2963.jpg',
'dsc_2965.jpg',
'dsc_2966.jpg',
'dsc_2967.jpg',
'dsc_2968.jpg',
'dsc_2969.jpg',
'dsc_2971.jpg',
'dsc_2973.jpg',
'dsc_2974.jpg',
'dsc_2975.jpg',
'dsc_2976.jpg',
'dsc_2977.jpg',
'dsc_2982.jpg',
'dsc_2983.jpg',
'dsc_2987.jpg',
'dsc_2991.jpg',
'dsc_2992.jpg',
'dsc_2993.jpg',
'dsc_2994.jpg',
'dsc_2995.jpg',
'dsc_2996.jpg',
'dsc_2997.jpg',
'dsc_2998.jpg',
'dsc_2999.jpg',
'dsc_3000.jpg',
'dsc_3001.jpg',
'dsc_3002.jpg',
'dsc_3003.jpg',
'dsc_3004.jpg',
'dsc_3005.jpg',
'dsc_3007.jpg',
'dsc_3008.jpg',
'dsc_3009.jpg',
'dsc_3011.jpg',
'dsc_3012.jpg',
'dsc_3013.jpg',
'dsc_3014.jpg',
'dsc_3015.jpg',
'dsc_3016.jpg',
'dsc_3017.jpg',
'dsc_3018.jpg',
'dsc_3019.jpg',
'dsc_3020.jpg',
'dsc_3023.jpg',
'dsc_3025.jpg',
'dsc_3059.jpg',
'dsc_3060.jpg',
'dsc_3061.jpg',
'dsc_3062.jpg',
'dsc_3063.jpg',
'dsc_3064.jpg',
'dsc_3065.jpg',
'dsc_3066.jpg',
'dsc_3067.jpg',
'dsc_3068.jpg',
'dsc_3070.jpg',
'dsc_3073.jpg',
'dsc_3074.jpg',
'dsc_3076.jpg',
'dsc_3078.jpg',
'dsc_3079.jpg',
'dsc_3081.jpg',
'dsc_3082.jpg',
'dsc_3083.jpg',
'dsc_3085.jpg',
'dsc_3091.jpg',
'dsc_3092.jpg',
'dsc_3093.jpg',
'dsc_3096.jpg',
'dsc_3097.jpg',
'dsc_3099.jpg',
'dsc_3103.jpg',
'dsc_3104.jpg',
'dsc_3110.jpg',
'dsc_3111.jpg',
'dsc_3113.jpg',
'dsc_3114.jpg',
'dsc_3115.jpg',
'dsc_3116.jpg',
'dsc_3121.jpg',
'dsc_3123.jpg');

function listFiledurgapuja2008(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2008.length; ++i){


var optionval = folderPath + durgapuja2008[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*********************Durga Puja 2008 End*******************************/
/*********************People2people Start*******************************/
var people2people= new Array ('akunkar 070.jpg',
'akunkar 072.jpg',
'akunkar 074.jpg');

function listFilepeople2people(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < people2people.length; ++i){


var optionval = folderPath + people2people[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*********************People2people End*******************************/
/*********************Picnic 2005 Start*******************************/			
   var picnic2005= new Array ('dsc_2340.jpg',
'dsc_2341.jpg',
'dsc_2342.jpg',
'dsc_2343.jpg',
'dsc_2344.jpg',
'dsc_2345.jpg',
'dsc_2346.jpg',
'dsc_2347.jpg',
'dsc_2348.jpg',
'dsc_2349.jpg',
'dsc_2350.jpg',
'dsc_2351.jpg',
'dsc_2352.jpg',
'dsc_2353.jpg',
'dsc_2354.jpg',
'dsc_2355.jpg',
'dsc_2356.jpg',
'dsc_2357.jpg',
'dsc_2358.jpg',
'dsc_2359.jpg',
'dsc_2360.jpg',
'dsc_2361.jpg',
'dsc_2362.jpg',
'dsc_2363.jpg',
'dsc_2364.jpg',
'dsc_2365.jpg',
'dsc_2366.jpg',
'dsc_2367.jpg',
'dsc_2368.jpg',
'dsc_2369.jpg',
'dsc_2370.jpg',
'dsc_2371.jpg',
'dsc_2373.jpg',
'dsc_2374.jpg',
'dsc_2375.jpg',
'dsc_2376.jpg',
'dsc_2377.jpg',
'dsc_2378.jpg',
'dsc_2379.jpg',
'dsc_2380.jpg',
'dsc_2381.jpg',
'dsc_2382.jpg',
'dsc_2385.jpg',
'dsc_2386.jpg',
'dsc_2387.jpg',
'dsc_2388.jpg',
'dsc_2389.jpg',
'dsc_2390.jpg',
'dsc_2391.jpg',
'dsc_2392.jpg',
'dsc_2393.jpg',
'dsc_2394.jpg',
'dsc_2395.jpg',
'dsc_2396.jpg',
'dsc_2397.jpg',
'dsc_2398.jpg',
'dsc_2399.jpg',
'dsc_2400.jpg',
'dsc_2401.jpg',
'dsc_2402.jpg',
'dsc_2403.jpg',
'dsc_2404.jpg',
'dsc_2405.jpg');

function listFilepicnic2005(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2005.length; ++i){


var optionval = folderPath + picnic2005[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*********************Picnic 2005  End*******************************/
var picnic2006= new Array ('dsc_3769.jpg',
'dsc_3770.jpg',
'dsc_3771.jpg',
'dsc_3772.jpg',
'dsc_3773.jpg',
'dsc_3774.jpg',
'dsc_3775.jpg',
'dsc_3776.jpg',
'dsc_3777.jpg',
'dsc_3778.jpg',
'dsc_3779.jpg',
'dsc_3781.jpg',
'dsc_3782.jpg',
'dsc_3783.jpg',
'dsc_3784.jpg');

function listFilepicnic2006(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2006.length; ++i){


var optionval = folderPath + picnic2006[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}

var picnic2007= new Array ('002_024.jpg',
'004_21a.jpg',
'005_021.jpg',
'006_19a.jpg',
'008_17a.jpg',
'010_15a.jpg',
'011_015.jpg',
'014_012.jpg',
'015_011.jpg',
'018_008.jpg',
'019_007.jpg',
'021_005.jpg',
'022_004.jpg',
'023_003.jpg',
'MYDC0212.JPG',
'MYDC0217.JPG',
'MYDC0218.JPG',
'MYDC0220.JPG',
'MYDC0221.JPG',
'MYDC0222.JPG',
'MYDC0225.JPG',
'MYDC0227.JPG',
'MYDC0236.JPG',
'MYDC0237.JPG',
'MYDC0239.JPG',
'MYDC0249.JPG',
'MYDC0251.JPG');

function listFilepicnic2007(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2007.length; ++i){


var optionval = folderPath + picnic2007[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var picnic2008= new Array ('100_0484.jpg',
'100_0486.jpg',
'100_0487.jpg',
'DSC_5042.JPG',
'DSC_5044.JPG',
'DSC_5045.JPG',
'DSC_5046.JPG',
'DSC_5047.JPG',
'DSC_5049.JPG',
'DSC_5050.JPG',
'DSC_5051.JPG',
'DSC_5052.JPG',
'DSC_5053.JPG',
'DSC_5054.JPG',
'DSC_5055.JPG',
'DSC_5057.JPG',
'DSC_5058.JPG',
'DSC_5059.JPG',
'DSC_5060.JPG',
'DSC_5061.JPG',
'DSC_5062.JPG',
'DSC_5063.JPG',
'DSC_5064.JPG',
'DSC_5065.JPG',
'DSC_5066.JPG',
'DSC_5067.JPG',
'DSC_5068.JPG',
'DSC_5069.JPG',
'DSC_5070.JPG',
'DSC_5071.JPG',
'DSC_5072.JPG',
'DSC_5073.JPG',
'DSC_5074.JPG',
'DSC_5075.JPG',
'DSC_5077.JPG',
'DSC_5078.JPG',
'DSC_5084.JPG',
'DSC_5085.JPG',
'DSC_5086.JPG',
'DSC_5087.JPG',
'DSC_5091.JPG',
'DSC_5092.JPG',
'DSC_5094.JPG',
'DSC_5096.JPG',
'DSC_5097.JPG',
'DSC_5098.JPG',
'DSC_5099.JPG',
'DSC_5101.JPG',
'DSC_5102.JPG',
'DSC_5104.JPG',
'DSC_5105.JPG',
'DSC_5106.JPG',
'DSC_5107.JPG',
'DSC_5108.JPG',
'DSC_5109.JPG',
'DSC_5112.JPG',
'DSC_5113.JPG',
'DSC_5114.JPG',
'DSC_5115.JPG',
'DSC_5116.JPG',
'DSC_5117.JPG',
'DSC_5118.JPG',
'DSC_5119.JPG',
'DSC_5120.JPG',
'DSC_5121.JPG',
'DSC_5122.JPG',
'DSC_5127.JPG',
'DSC_5128.JPG',
'DSC_5129.JPG',
'DSC_5132.JPG',
'DSC_5134.JPG',
'DSC_5135.JPG',
'DSC_5137.JPG',
'DSC_5138.JPG',
'IMG_1585.JPG',
'IMG_1586.JPG',
'IMG_1587.JPG',
'IMG_1588.JPG',
'IMG_1590.JPG',
'IMG_1593.JPG',
'IMG_1594.JPG',
'IMG_1596.JPG',
'IMG_1597.JPG',
'IMG_1598.JPG',
'IMG_1599.JPG',
'IMG_1600.JPG',
'IMG_1601.JPG',
'IMG_1603.JPG',
'IMG_1604.JPG',
'IMG_1605.JPG',
'IMG_1607.JPG',
'IMG_1608.JPG',
'IMG_1609.JPG',
'IMG_1610.JPG',
'IMG_1611.JPG',
'IMG_1612.JPG',
'IMG_1613.JPG',
'IMG_1614.JPG',
'IMG_1616.JPG',
'IMG_1618.JPG',
'IMG_1620.JPG',
'IMG_1621.JPG',
'IMG_1622.JPG',
'IMG_1624.JPG',
'IMG_1625.JPG');

function listFilepicnic2008(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2008.length; ++i){


var optionval = folderPath + picnic2008[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var rabindra2005= new Array ('dsc_1281.jpg',
'dsc_1282.jpg',
'dsc_1283.jpg',
'dsc_1284.jpg',
'dsc_1285.jpg',
'dsc_1286.jpg',
'dsc_1287.jpg',
'dsc_1288.jpg',
'dsc_1289.jpg',
'dsc_1290.jpg',
'dsc_1291.jpg',
'dsc_1292.jpg',
'dsc_1293.jpg',
'dsc_1294.jpg',
'dsc_1295.jpg',
'dsc_1296.jpg',
'dsc_1297.jpg',
'dsc_1298.jpg',
'dsc_1299.jpg',
'dsc_1300.jpg',
'dsc_1301.jpg',
'dsc_1302.jpg',
'dsc_1303.jpg',
'dsc_1304.jpg',
'dsc_1305.jpg',
'dsc_1306.jpg',
'dsc_1307.jpg',
'dsc_1308.jpg',
'dsc_1309.jpg',
'dsc_1310.jpg',
'dsc_1311.jpg',
'dsc_1312.jpg',
'dsc_1313.jpg',
'dsc_1314.jpg',
'dsc_1315.jpg',
'dsc_1316.jpg',
'dsc_1317.jpg',
'dsc_1318.jpg',
'dsc_1319.jpg',
'dsc_1320.jpg',
'dsc_1321.jpg',
'dsc_1322.jpg',
'dsc_1323.jpg',
'dsc_1324.jpg',
'dsc_1325.jpg',
'dsc_1326.jpg',
'dsc_1327.jpg',
'dsc_1328.jpg',
'dsc_1329.jpg',
'dsc_1330.jpg',
'dsc_1331.jpg',
'dsc_1332.jpg',
'dsc_1333.jpg',
'dsc_1334.jpg',
'dsc_1335.jpg',
'dsc_1336.jpg',
'dsc_1337.jpg',
'dsc_1338.jpg',
'dsc_1339.jpg',
'dsc_1340.jpg',
'dsc_1342.jpg',
'dsc_1343.jpg',
'dsc_1344.jpg',
'dsc_1345.jpg',
'dsc_1350.jpg',
'dsc_1352.jpg',
'dsc_1354.jpg',
'dsc_1355.jpg',
'dsc_1356.jpg',
'dsc_1357.jpg',
'dsc_1358.jpg',
'dsc_1359.jpg',
'dsc_1360.jpg',
'dsc_1361.jpg',
'dsc_1362.jpg',
'dsc_1364.jpg',
'dsc_1365.jpg');

function listFilerabindra2005(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < rabindra2005.length; ++i){


var optionval = folderPath + rabindra2005[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var saraswati2006= new Array ('dsc_3262.jpg',
'dsc_3263.jpg',
'dsc_3264.jpg',
'dsc_3265.jpg',
'dsc_3266.jpg',
'dsc_3267.jpg',
'dsc_3268.jpg',
'dsc_3269.jpg',
'dsc_3270.jpg',
'dsc_3273.jpg',
'dsc_3274.jpg',
'dsc_3275.jpg',
'dsc_3276.jpg',
'dsc_3277.jpg',
'dsc_3278.jpg',
'dsc_3279.jpg',
'dsc_3280.jpg',
'dsc_3282.jpg',
'dsc_3283.jpg');

function listFilesaraswati2006(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2006.length; ++i){


var optionval = folderPath + saraswati2006[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var saraswati2007= new Array ('DSCN0279.JPG',
'DSCN0281.JPG',
'DSCN0288.JPG',
'DSCN0292.JPG',
'DSCN0304.JPG',
'DSCN0316.JPG');

function listFilesaraswati2007(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2007.length; ++i){


var optionval = folderPath + saraswati2007[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var saraswati2008= new Array ('DSC_4340.JPG',
'DSC_4341.JPG',
'DSC_4342.JPG',
'DSC_4343.JPG',
'DSC_4344.JPG',
'IMG_0953.JPG',
'IMG_0955.JPG',
'IMG_0960.JPG',
'IMG_0961.JPG',
'IMG_0962.JPG',
'IMG_0964.JPG',
'IMG_0965.JPG',
'IMG_0971.JPG',
'IMG_0978.JPG',
'IMG_0979.JPG',
'IMG_0983.JPG',
'Saraswati puja 02-09-08.jpg',
'Sarawati Puja , 2008.jpg');

function listFilesaraswati2008(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2008.length; ++i){


var optionval = folderPath + saraswati2008[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
var saraswati2009= new Array ('d90_109.jpg',
'd90_111.jpg',
'd90_113.jpg',
'd90_114.jpg',
'd90_115.jpg',
'd90_117.jpg',
'd90_121.jpg',
'dsc_7220.jpg',
'dsc_7221.jpg',
'dsc_7223.jpg',
'dsc_7224.jpg',
'dsc_7225.jpg',
'dsc_7226.jpg',
'dsc_7227.jpg',
'dsc_7228.jpg',
'dsc_7229.jpg',
'dsc_7235.jpg',
'dsc_7241.jpg',
'dsc_7245.jpg',
'dsc_7246.jpg',
'dsc_7248.jpg',
'dsc_7250.jpg',
'dsc_7253.jpg',
'dsc_7255.jpg',
'dsc_7259.jpg',
'dsc_7261.jpg',
'dsc_7265.jpg',
'dsc_7266.jpg',
'dsc_7268.jpg',
'dsc_7272.jpg',
'dsc_7277.jpg',
'dsc_7279.jpg',
'dsc_7280.jpg',
'dsc_7284.jpg',
'dsc_7285.jpg',
'dsc_7286.jpg',
'dsc_7288.jpg',
'dsc_7290.jpg',
'dsc_7292.jpg',
'dsc_7293.jpg',
'img_2841.jpg',
'img_2843.jpg',
'img_2846.jpg');

function listFilesaraswati2009(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2009.length; ++i){


var optionval = folderPath + saraswati2009[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Ananda2009************************/
var ananda2009= new Array (
'dsc_7960.jpg',
'dsc_7900.jpg',
'dsc_7911.jpg',
'dsc_7970.jpg',
'dsc_7959.jpg',
'dsc_7920.jpg',
'dsc_7958.jpg',
'dsc_7919.jpg',
'dsc_7924.jpg',
'dsc_7918.jpg',
'dsc_7957.jpg',
'dsc_7923.jpg',
'dsc_7922.jpg',
'dsc_7921.jpg',
'dsc_7933.jpg',
'dsc_7912.jpg',
'dsc_7968.jpg',
'dsc_7964.jpg',
'dsc_7914.jpg',
'dsc_7902.jpg',
'dsc_7908.jpg',
'dsc_7941.jpg',
'dsc_7962.jpg',
'dsc_7940.jpg',
'dsc_7913.jpg',
'dsc_7974.jpg',
'dsc_7917.jpg',
'dsc_7963.jpg',
'dsc_7905.jpg',
'dsc_7916.jpg',
'dsc_7931.jpg',
'dsc_7937.jpg',
'dsc_7953.jpg',
'dsc_7930.jpg',
'dsc_7966.jpg',
'dsc_7925.jpg',
'dsc_7926.jpg',
'dsc_7965.jpg',
'dsc_7939.jpg',
'dsc_7947.jpg',
'dsc_7950.jpg',
'dsc_7945.jpg',
'dsc_7943.jpg',
'dsc_7948.jpg',
'dsc_7928.jpg',
'dsc_7961.jpg');

function listFileananda2009(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < ananda2009.length; ++i){


var optionval = folderPath + ananda2009[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Picnic2009 Start************************/
var picnic2009= new Array (
'DSC_8203.JPG',
'DSC_8204.JPG',
'DSC_8206.JPG',
'DSC_8208.JPG',
'DSC_8209.JPG',
'DSC_8210.JPG',
'DSC_8211.JPG',
'DSC_8212.JPG',
'DSC_8213.JPG',
'DSC_8214.JPG',
'DSC_8215.JPG',
'DSC_8216.JPG',
'DSC_8217.JPG',
'DSC_8218.JPG',
'DSC_8219.JPG',
'DSC_8220.JPG',
'DSC_8222.JPG',
'DSC_8223.JPG',
'DSC_8224.JPG',
'DSC_8225.JPG',
'DSC_8226.JPG',
'DSC_8227.JPG',
'DSC_8228.JPG',
'DSC_8229.JPG',
'DSC_8230.JPG',
'DSC_8231.JPG',
'DSC_8232.JPG',
'DSC_8233.JPG',
'DSC_8235.JPG',
'DSC_8236.JPG',
'DSC_8237.JPG',
'DSC_8238.JPG',
'DSC_8239.JPG',
'DSC_8240.JPG',
'DSC_8241.JPG',
'DSC_8242.JPG',
'DSC_8243.JPG',
'DSC_8244.JPG',
'DSC_8245.JPG',
'DSC_8246.JPG',
'DSC_8247.JPG',
'DSC_8248.JPG',
'DSC_8249.JPG',
'DSC_8250.JPG',
'DSC_8252.JPG',
'DSC_8254.JPG',
'IMG_3951.JPG',
'IMG_3956.JPG',
'IMG_3959.JPG',
'IMG_3962.JPG',
'IMG_3966.JPG',
'IMG_3971.JPG',
'IMG_3976.JPG',
'IMG_3979.JPG',
'IMG_3985.JPG',
'IMG_3990.JPG',
'IMG_3991.JPG',
'IMG_3992.JPG');

function listFilepicnic2009(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2009.length; ++i){


var optionval = folderPath + picnic2009[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Picnic2009 End************************/
/***********for ADV Slide Show ****************/
SLIDES = new slideshow("SLIDES");

s = new slide();

s = new slide();
s.src = "../images/photo/misc/JLConstruction.jpg";
//s.link = "pics/pic2-lg.jpg";
//s.text = "Open link in new window";
s.target = "_blank";
SLIDES.add_slide(s);

s = new slide();
s.src = "../images/photo/misc/AdvBasics.JPG";
//s.link = "pics/pic2-lg.jpg";
//s.text = "Open link in new window";
s.target = "_blank";
SLIDES.add_slide(s);

s = new slide();
s.src = "../images/photo/misc/David.JPG";
s.link = "pics/pic3-lg.jpg";
s.text = "Open link in new window with attributes";
s.target = "_blank";
//s.attr = "width=320,height=245";
SLIDES.add_slide(s);


function startADV() {
if (document.images)
{
  SLIDES.set_image(document.images.SLIDESIMG);
//  SLIDES.set_textid("SLIDESTEXT"); // optional
  SLIDES.update();
  SLIDES.play(); //optional
}

}
/***********for ADV Slide Show End ****************/
var durgapuja2009= new Array (
'DSC_8313.JPG',
'DSC_8316.JPG',
'DSC_8339.JPG',
'DSC_8399.JPG',
'DSC_8406.JPG',
'DSC_8428.JPG',
'DSC_8432.JPG',
'DSC_8436.JPG',
'DSC_8442.JPG',
'DSC_8444.JPG',
'DSC_8450.JPG',
'DSC_8454.JPG',
'DSC_8456.JPG',
'DSC_8463.JPG',
'DSC_8465.JPG',
'DSC_8473.JPG',
'DSC_8475.JPG',
'DSC_8476.JPG',
'DSC_8478.JPG',
'DSC_8483.JPG',
'DSC_8484.JPG',
'DSC_8488.JPG',
'DSC_8493.JPG',
'DSC_8494.JPG',
'DSC_8496.JPG',
'DSC_8510.JPG',
'DSC_8513.JPG',
'DSC_8520.JPG',
'DSC_8530.JPG',
'DSC_8531.JPG',
'DSC_8532.JPG',
'DSC_8542.JPG',
'DSC_8547.JPG',
'DSC_8551.JPG',
'DSC_8566.JPG',
'DSC_8569.JPG',
'DSC_8582.JPG',
'DSC_8585.JPG',
'DSC_8592.JPG',
'DSC_8595.JPG',
'DSC_8597.JPG',
'DSC_8599.JPG',
'DSC_8602.JPG',
'DSC_8604.JPG',
'DSC_8607.JPG',
'DSC_8610.JPG',
'DSC_8616.JPG',
'DSC_8619.JPG',
'DSC_8624.JPG',
'DSC_8630.JPG',
'DSC_8632.JPG',
'DSC_8652.JPG',
'DSC_8654.JPG',
'DSC_8664.JPG',
'DSC_8673.JPG',
'DSC_8701.JPG',
'DSC_8713.JPG',
'DSC_8718.JPG',
'DSC_8721.JPG');

function listFiledurgapuja2009(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2009.length; ++i){


var optionval = folderPath + durgapuja2009[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Ananda2010 Start************************/
var ananda2010= new Array (
'DSC_0231_230.JPG',
'DSC_0236_235.JPG',
'DSC_0243_242.JPG',
'DSC_0244_243.JPG',
'DSC_0245_244.JPG',
'DSC_0251_250.JPG',
'DSC_0252_251.JPG',
'DSC_0253_252.JPG',
'DSC_0255_254.JPG',
'DSC_0258_257.JPG',
'DSC_0262_261.JPG',
'DSC_0264_263.JPG',
'DSC_0269_268.JPG',
'DSC_0283_282.JPG',
'DSC_0284_283.JPG',
'DSC_0285_284.JPG',
'DSC_0288_287.JPG',
'DSC_0294_293.JPG',
'DSC_0296_295.JPG',
'DSC_0297_296.JPG',
'DSC_0298_297.JPG',
'DSC_0305_304.JPG',
'DSC_0308_307.JPG',
'DSC_0312_311.JPG',
'DSC_0314_313.JPG',
'DSC_0319.JPG');

function listFileananda2010(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < ananda2010.length; ++i){


var optionval = folderPath + ananda2010[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/***********Ananda 2010 End ****************/
/*****Saraswati Puja 2010 Start************************/
var saraswati2010= new Array (
'DSC_0002.JPG',
'DSC_0004.JPG',
'DSC_0012.JPG',
'DSC_0014.JPG',
'DSC_0017.JPG',
'DSC_0018.JPG',
'DSC_0019.JPG',
'DSC_0020.JPG',
'DSC_0021.JPG',
'DSC_0024.JPG',
'DSC_0026.JPG',
'DSC_0027.JPG',
'DSC_0040.JPG',
'DSC_0041.JPG',
'DSC_9988.JPG',
'DSC_9992.JPG',
'DSC_9993.JPG',
'DSC_9995.JPG',
'DSC_9997.JPG');

function listFilesaraswati2010(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2010.length; ++i){


var optionval = folderPath + saraswati2010[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Saraswati Puja 2010 End************************/
/***********Picnic 2010 Start****************/
var picnic2010= new Array (
'IMG_2837.JPG',
'IMG_2838.JPG',
'IMG_2839.JPG',
'IMG_2840.JPG',
'IMG_2845.JPG',
'IMG_2847.JPG',
'IMG_2848.JPG',
'IMG_2850.JPG',
'IMG_2852.JPG',
'IMG_2857.JPG',
'IMG_2859.JPG',
'IMG_2860.JPG',
'IMG_2863.JPG',
'IMG_2864.JPG',
'IMG_2866.JPG',
'IMG_2867.JPG',
'IMG_2868.JPG',
'IMG_2872.JPG',
'IMG_2874.JPG',
'IMG_2875.JPG',
'IMG_2876.JPG',
'IMG_2877.JPG',
'IMG_2883.JPG');

function listFilepicnic2010(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < picnic2010.length; ++i){


var optionval = folderPath + picnic2010[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Picnic 2010 End************************/
/*****Durga Puja 2010 Start************************/
var durgapuja2010= new Array (
'Durga2010-1.JPG',
'Durga2010-10.JPG',
'Durga2010-11.JPG',
'Durga2010-12.JPG',
'Durga2010-13.JPG',
'Durga2010-14.JPG',
'Durga2010-15.JPG',
'Durga2010-16.JPG',
'Durga2010-17.JPG',
'Durga2010-18.JPG',
'Durga2010-19.JPG',
'Durga2010-2.JPG',
'Durga2010-20.JPG',
'Durga2010-21.JPG',
'Durga2010-22.JPG',
'Durga2010-23.JPG',
'Durga2010-24.JPG',
'Durga2010-25.JPG',
'Durga2010-26.JPG',
'Durga2010-27.JPG',
'Durga2010-28.JPG',
'Durga2010-29.JPG',
'Durga2010-3.JPG',
'Durga2010-30.JPG',
'Durga2010-31.JPG',
'Durga2010-32.JPG',
'Durga2010-33.JPG',
'Durga2010-34.JPG',
'Durga2010-35.JPG',
'Durga2010-36.JPG',
'Durga2010-37.JPG',
'Durga2010-38.JPG',
'Durga2010-39.JPG',
'Durga2010-4.JPG',
'Durga2010-40.JPG',
'Durga2010-41.JPG',
'Durga2010-42.JPG',
'Durga2010-43.JPG',
'Durga2010-44.JPG',
'Durga2010-45.JPG',
'Durga2010-46.JPG',
'Durga2010-47.JPG',
'Durga2010-48.JPG',
'Durga2010-49.JPG',
'Durga2010-5.JPG',
'Durga2010-50.JPG',
'Durga2010-51.JPG',
'Durga2010-6.JPG',
'Durga2010-7.JPG',
'Durga2010-8.JPG',
'Durga2010-9.JPG',
'Durga2010.JPG',
'Durgaa2010-1.JPG',
'Durgaa2010-10.JPG',
'Durgaa2010-11.JPG',
'Durgaa2010-12.JPG',
'Durgaa2010-13.JPG',
'Durgaa2010-14.JPG',
'Durgaa2010-15.JPG',
'Durgaa2010-16.JPG',
'Durgaa2010-17.JPG',
'Durgaa2010-18.JPG',
'Durgaa2010-19.JPG',
'Durgaa2010-2.JPG',
'Durgaa2010-20.JPG',
'Durgaa2010-21.JPG',
'Durgaa2010-22.JPG',
'Durgaa2010-23.JPG',
'Durgaa2010-25.JPG',
'Durgaa2010-26.JPG',
'Durgaa2010-27.JPG',
'Durgaa2010-28.JPG',
'Durgaa2010-29.JPG',
'Durgaa2010-3.JPG',
'Durgaa2010-30.JPG',
'Durgaa2010-31.JPG',
'Durgaa2010-32.JPG',
'Durgaa2010-33.JPG',
'Durgaa2010-34.JPG',
'Durgaa2010-35.JPG',
'Durgaa2010-36.JPG',
'Durgaa2010-37.JPG',
'Durgaa2010-4.JPG',
'Durgaa2010-5.JPG',
'Durgaa2010-6.JPG',
'Durgaa2010-7.JPG',
'Durgaa2010-8.JPG',
'Durgaa2010-9.JPG',
'Durgaa2010.JPG');

function listFiledurgapuja2010(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2010.length; ++i){


var optionval = folderPath + durgapuja2010[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Durga Puja 2010 End************************/
/*****Saraswati Puja 2011 Start************************/
var saraswati2011= new Array (
'DSC_0085.JPG',
'DSC_0089.JPG',
'DSC_0091.JPG',
'DSC_0095.JPG',
'DSC_0099.JPG',
'DSC_0104.JPG',
'DSC_0105.JPG',
'DSC_0107.JPG',
'DSC_0108.JPG',
'DSC_0115.JPG',
'DSC_0116.JPG',
'DSC_0117.JPG',
'DSC_0118.JPG',
'DSC_0121.JPG',
'DSC_0127.JPG',
'DSC_0128.JPG',
'DSC_0131.JPG',
'DSC_0132.JPG',
'DSC_0136.JPG',
'DSC_0138.JPG',
'DSC_0140.JPG',
'DSC_0141.JPG',
'DSC_0142.JPG',
'DSC_0143.JPG',
'DSC_0146.JPG',
'DSC_0147.JPG',
'DSC_0148.JPG',
'DSC_0149.JPG',
'DSC_0150.JPG',
'DSC_0156.JPG',
'DSC_0159.JPG',
'DSC_0162.JPG',
'DSC_0165.JPG',
'DSC_0170.JPG',
'DSC_0171.JPG',
'DSC_0173.JPG',
'DSC_0174.JPG',
'DSC_0175.JPG',
'DSC_0176.JPG',
'DSC_0177.JPG',
'DSC_0178.JPG',
'DSC_0179.JPG',
'DSC_0180.JPG',
'DSC_0181.JPG',
'DSC_0182.JPG',
'DSC_0183.JPG',
'DSC_0187.JPG',
'DSC_0192.JPG',
'DSC_0193.JPG',
'DSC_0194.JPG',
'DSC_0195.JPG',
'DSC_0201.JPG',
'DSC_0205.JPG',
'DSC_0206.JPG',
'DSC_0210.JPG',
'DSC_0212.JPG',
'DSC_0214.JPG',
'DSC_0218.JPG',
'DSC_0221.JPG',
'DSC_0224.JPG',
'DSC_0227.JPG',
'DSC_0230.JPG',
'DSC_0238.JPG',
'DSC_0241.JPG',
'DSC_0242.JPG',
'DSC_0243.JPG',
'DSC_0244.JPG',
'DSC_0245.JPG',
'DSC_0246.JPG',
'DSC_0247.JPG',
'DSC_0248.JPG',
'DSC_0250.JPG',
'DSC_0251.JPG',
'DSC_0252.JPG',
'DSC_0253.JPG',
'DSC_0256.JPG',
'DSC_0257.JPG',
'DSC_0258.JPG',
'DSC_0259.JPG',
'DSC_0260.JPG',
'DSC_0261.JPG',
'DSC_0262.JPG',
'DSC_0264.JPG',
'DSC_0268.JPG',
'DSC_0269.JPG',
'DSC_0270.JPG',
'DSC_0271.JPG',
'DSC_0272.JPG',
'DSC_0273.JPG',
'DSC_0274.JPG',
'IMG_4399.JPG',
'IMG_4443.JPG',
'IMG_4450.JPG',
'IMG_4451.JPG',
'IMG_4466.JPG');

function listFilesaraswati2011(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < saraswati2011.length; ++i){


var optionval = folderPath + saraswati2011[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Saraswati Puja 2011 End************************/
/*****Durga Puja 2011 Start************************/
var durgapuja2011= new Array (
'DSC_0007.JPG',
'DSC_0010.JPG',
'DSC_0013.JPG',
'DSC_0015.JPG',
'DSC_0016.JPG',
'DSC_0025.JPG',
'DSC_0037.JPG',
'DSC_0040.JPG',
'DSC_0063.JPG',
'DSC_0065.JPG',
'DSC_0072.JPG',
'DSC_0079.JPG',
'DSC_0089.JPG',
'DSC_0094.JPG',
'DSC_0096.JPG',
'DSC_0097.JPG',
'DSC_0099.JPG',
'DSC_0124.JPG',
'DSC_0125.JPG',
'DSC_0128.JPG',
'DSC_0130.JPG',
'DSC_0144.JPG',
'DSC_0150.JPG',
'DSC_0152.JPG',
'DSC_0155.JPG',
'DSC_0157.JPG',
'DSC_0167.JPG',
'DSC_0171.JPG',
'DSC_0173.JPG',
'DSC_0177.JPG',
'DSC_0181.JPG',
'DSC_0191.JPG',
'DSC_0195.JPG',
'DSC_0199.JPG',
'DSC_0216.JPG',
'DSC_0218.JPG',
'DSC_0223.JPG',
'DSC_0226.JPG',
'DSC_0237.JPG',
'DSC_0242.JPG',
'DSC_0251.JPG',
'DSC_0252.JPG',
'DSC_0274.JPG',
'DSC_0287.JPG',
'DSC_0289.JPG',
'DSC_0291.JPG',
'DSC_0294.JPG',
'DSC_0299.JPG',
'DSC_0300.JPG',
'DSC_0301.JPG',
'DSC_0302.JPG',
'DSC_0304.JPG',
'DSC_0324.JPG',
'DSC_0341.JPG',
'DSC_0350.JPG',
'DSC_0352.JPG',
'DSC_0353.JPG',
'DSC_0354.JPG',
'DSC_0364.JPG',
'DSC_0368.JPG',
'DSC_0369.JPG',
'DSC_0371.JPG',
'DSC_0373.JPG',
'DSC_0386.JPG',
'DSC_0415.JPG',
'DSC_0428.JPG',
'DSC_0444.JPG',
'DSC_0449.JPG',
'DSC_0476.JPG',
'DSC_0478.JPG',
'DSC_0521.JPG',
'DSC_0527.JPG',
'DSC_0529.JPG');

function listFiledurgapuja2011(folderPath){


var list = document.getElementById("slide");


list.options.length=0;


try{

for (var i =0; i < durgapuja2011.length; ++i){


var optionval = folderPath + durgapuja2011[i];


list.options[list.options.length]=new Option(document.getElementById("slide"), optionval, false, false);}


return true;}


catch (_err){


alert (_err.description );


return false;}}
/*****Durga Puja 2011 End************************/
