function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function ChangePic(currentPicToShow,val){
	hrIds=document.getElementsByName("controle")
	imgObj=document.getElementsByName("foto")
	str=imgObj[val].src
	hrIds[val].onclick=function(){ChangePic(str,val)};
	imgObj[val].src=currentPicToShow
}