// JavaScript Document
<!--

function enlargeImage1(){
   image1.height="315"
}
function dropImage1(){
   image1.height="180"
}
function enlargeImage2(){
   image2.height="315"
}
function dropImage2(){
   image2.height="180"
}
function enlargeImage3(){
   image3.height="315"
}
function dropImage3(){
   image3.height="180"
}
function enlargeImage4(){
   image4.height="315"
}
function dropImage4(){
   image4.height="180"
}
function enlargeImage5(){
   image5.height="250"
}
function dropImage5(){
   image5.height="135"
}
function enlargeImage6(){
   image6.height="250"
}
function dropImage6(){
   image6.height="135"
}
function enlargeImage7(){
   image7.height="315"
}
function dropImage7(){
   image7.height="160"
}
function enlargeImage8(){
   image8.height="315"
}
function dropImage8(){
   image8.height="160"
}
function enlargeImage9(){
   image9.height="315"
}
function dropImage9(){
   image9.height="160"
}

// -->
