// JavaScript Document
<!--
function setOp(elid, ovalue){
var divo=document.getElementById(elid);
divo.style.opacity=ovalue;
}
//-->
