// JavaScript Document
if (document.images) {

   img20 = new Image(); img20.src = "common/navigation/bt_02.gif";
   img21 = new Image(); img21.src = "common/navigation/bt_04.jpg";
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}




function LinkSelect(form, sel)
{
adrs = sel.options[sel.selectedIndex].value;
if (adrs != "-" ) location.href = adrs;
}
