


    function changeImage(parameter1, parameter2)
  {
     document.images.pic.src=parameter1;
     bid.innerHTML = parameter2;
  }		
		
	function borderit(which,color){
      //if IE 4+ or NS 6+
      if (document.all||document.getElementById){
         which.style.borderColor=color
      }
    }
    
  
