<head>
      <title>Fool On A Hill</title>
<style type=text/css>BODY {
	BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(bgfriends.jpg); BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: no-repeat
}
A:hover {
	COLOR: #ccff00
}
</style>
</head>


<form name=doublecombo>
<center>
<p><select name=example onchange=redirect(this.options.selectedIndex) 
  size=1><option selected>Fool
On A Hill</option><option>Creativity</option><option>Friends</option><option>Potpourri</option><option>KV1</option></select><select 
name=stage2 size=1><option selected value=http://www.foolonahill.com>Choose
Below</option><option value=publications.html>Creativity</option><option 
  value=friends.html>Friends</option><option 
  value=misc.html>Potpourri</option><option 
  value=school.html>KV1</option><option value=awards.html>Awards</option><option 
  value=penny.html>Photo
Gallery</option></select><input name=test onclick=go() type=button value=Go!></center>
<script>
<!--
/*
Double Combo Script Credit
By Website Abstraction (www.wsabstract.com)
Visit Java-Scripts.net or Wsabstract.com for this script
*/
var groups=document.doublecombo.example.options.length
var group=new Array(groups)
for (i=0; i<groups; i++)

group[i]=new Array()


group[0][0]=new Option("Choose Below","index.html")
group[0][1]=new Option("Creativity","publications.html")
group[0][2]=new Option("Friends","friends.html")
group[0][3]=new Option("Potpourri","misc.html")
group[0][4]=new Option("KV1","school.html")
group[0][5]=new Option("Awards","awards.html")
group[0][6]=new Option("Photo Gallery","penny.html")


group[1][0]=new Option("Choose Below","publications.html ")
group[1][1]=new Option("Bubble","bubble.html")
group[1][2]=new Option("CyberHome","cyberhome.html")
group[1][3]=new Option("BombayRat","bombayrat.html")
group[1][4]=new Option("HostelBeat"," http://www.masti.com/delhi/hostel_beat/A_Hosteller_s_Diary90.shtml ")
group[1][5]=new Option("BITS"," http://www.masti.com/delhi/college_masti/s_r_c_c/dekh_bhai_dekh/In_BITS_and_pieces472.shtml.html")
group[1][6]=new Option("srccmasti"," http://www.masti.com/delhi/college_masti/s_r_c_c/index.shtml")
group[1][7]=new Option("Dice Man"," http://www.geocities.com/els_srcc/write_stuff1.html#reco.html")
group[1][8]=new Option("Time, Bye Bye","time.html")
group[1][9]=new Option("H&Blues","heartache.html")
group[1][10]=new Option("Life","BEST.html")
group[1][11]=new Option("Dear Rose","rose.html")
group[1][12]=new Option("Prime Time ","prime.html")
group[1][13]=new Option("Rude Awakening","rude.html")
group[1][14]=new Option("Michelangelo","michelangelo.html")
group[1][15]=new Option("2005, SOS","fiji.html")


group[2][0]=new Option("Choose Below","friends.html")
group[2][1]=new Option("KV1","kvfriends.html")
group[2][2]=new Option("BAMS","bam.html")
group[2][3]=new Option("Goa","goa.html")

group[3][0]=new Option("Choose Below","misc.html")
group[3][1]=new Option("Octopus's Garden","beatles.html")
group[3][2]=new Option("World War 3","ww3.html")
group[3][3]=new Option("Bonds of Steele","pierce.html")
group[3][4]=new Option("Diana Crash","di.html")
group[3][5]=new Option("Jack'O'Hearts","jackohearts.html")
group[3][6]=new Option("Titanic","titanic.html")
group[3][7]=new Option("Snoopy's Haven","snoopy.html")


group[4][0]=new Option("Choose Below","school.html")
group[4][1]=new Option("KV Rules Club"," http://clubs.yahoo.com/clubs/kvrules")
group[4][2]=new Option("KaVita","kavita.html")
group[4][3]=new Option("KV Top 10","top10.html")
group[4][4]=new Option("KV1 Crossword","ckvcw.html")
group[4][5]=new Option("Farewell'99","farewell99.html")
group[4][6]=new Option("Farewell'98","farewell.html")
group[4][7]=new Option("Our Pledge","KV Pledge.html")

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>