function setTab()
{
var currentTab=document.getElementById("currentTab").getAttribute("title");
document.getElementById(currentTab).setAttribute("class", "selected");
}
