﻿
function setactive(inid) {

    document.getElementById(inid).className="active"


}

