/* wisdom of scriptures
Link Title is stored in menutitle 
Page Address - menulink is the URL stored in relevant array 
when you add more pages pls add next element for each link and title 
The count displayed will depend on length no. of links in menulink array
*/

var menutitle =new Array();
var menulink =new Array(); 
  

menutitle[0]="Bhagwad Stories - Main Page";
menulink[0]="bhaagvad_stories.htm";

menutitle[1]="Atmadev";
menulink[1]="atmadev.htm";

menutitle[2]="Bhakti";
menulink[2]="bhakti.htm";

menutitle[3]="Churning of the Ocean";
menulink[3]="churning_of_the_ocean.htm";

menutitle[4]="Dhruv";
menulink[4]="dhruv.htm";

menutitle[5]="Gajendra The Elephant";
menulink[5]="gajendra_the_elephant.htm";

menutitle[6]="Love For Krishna";
menulink[6]="love_for_krishna.htm";

menutitle[7]="Govardhan";
menulink[7]="govardhan.htm";

menutitle[8]="Krishna Is Born";
menulink[8]="krishna_is_born.htm";

menutitle[9]="Krishna And Yashoda Ma";
menulink[9]="krishna_and_yashoda_ma.htm";

menutitle[10]="Children Of Vraj";
menulink[10]="krishna_and_the_children_of_vraj.htm";

menutitle[11]="Krishna's Flute";
menulink[11]="krishna_flute.htm";

menutitle[12]="Krishna Steals Hearts";
menulink[12]="krishna_steals_hearts.htm";

menutitle[13]="Kaliya,Cows & Krishna";
menulink[13]="kaliya.htm";

menutitle[14]="Pecock Feather";
menulink[14]="peacock_feather.htm";

menutitle[15]="Conch";
menulink[15]="panchajanya_conch.htm";

menutitle[16]="Radha";
menulink[16]="radha.htm";

menutitle[17]="Krishna Tulsi";
menulink[17]="krishna_tulsi.htm";

menutitle[18]="Prahlad and Holika";
menulink[18]="prahlad_and_holika.htm";

menutitle[19]="Ved Vyaasji";
menulink[19]="ved_vyaasji.htm";

