function LinkList() {
var myheader = "<head><title>List of all reports</title></head>";
myheader = myheader + "<body bgcolor=\"skyblue\">";
var myfont = "<font style=\"font: 8pt Verdana, Arial, Helvetica, Sans-serif; line-height:18pt;\" face=\"verdana, tahoma, geneva\" size=\"-1\" >";
var mytext = "<center><b>List of all reports</b><ol></center>";
var myendfont = "</font>";
var myendheader = "</body>";


windowprops = "menubars=no,location=no,toolbars=no,scrollbars=yes,"+"width=450,height=400,top=50,left=50";
self.name = "main";

mytext += "<li><a target='_new' href=\"act_youth_recentact.htm\" onclick='javascript:window.close()' > The Unforgettable Dubai - Muscat Dharmayatra 2009 <br> (26th Aug to 04th Sep, '09)</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact_paryushan2009.htm\" onclick='javascript:window.close()' >Divine Moments of <em>Paryushan Parva</em> 2009 report <br> (16th Aug to 23rd Aug, '09)</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact_usa_yatra.htm\" onclick='javascript:window.close()' >USA <em>Dharmayatra</em> report (Jun - Jul '09)</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact_ashram_sthapnadin_mahotsav.htm\" onclick='javascript:window.close()'>Ashram <em>Sthapnadin Mahotsav</em> report (4th Apr to 7th Apr, '09)</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact_shg_sg.htm\" onclick='javascript:window.close()'>Sharnarpit - Sarvarpit Shibir report (7th Mar to 11th Mar, '09)</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact_hg_jg.htm\" onclick='javascript:window.close()'>Hridayarpit - Jivanarpit Shibir report (29th Jan to 5th Feb, '09)</a><br>";


/*if(document.all) {
for (i=0; i<document.links.length; i++) {
if(document.links[i].innerText)
if(document.links[i].innerText != " ")
mytext += "<li><a target='_new' href=\"act_youth_recentact.htm\">Recent Activities</a><br>";
mytext += "<li><a target='_new' href=\"act_youth_recentact.htm\">Recent Activities</a><br>";

else
mytext += "<li><a target='_new' href="+document.links[i]+">"+document.links[i]+"</a><br>" ;
   }
}
else {
for (i=0; i<document.links.length; i++) {
if(document.links[i].text) {
if(((document.links[i].text).indexOf("javascript:")) == -1) {
mytext += "<li><a target='_new' href="+document.links[i]+">"+document.links[i].text+"</a><br>" ;
   }
}
else { }
   }
}*/
mytext = mytext + "</ol><center><a href='javascript:window.close()'>close</a></center><BR>";

linkswin = window.open("","",windowprops);
with (linkswin.document) {
open();
write(myheader + myfont + mytext + myendfont + myendheader);
close();
   }
}
//  End -->
