var set=1;function highlight(param){document.getElementById(param).style.fontWeight='bold';}
function unHighlight(param){if(set!=param)document.getElementById(param).style.fontWeight='normal';}
function highlight(param){document.getElementById(param).style.fontWeight='bold';}
function highlightSet(param){document.getElementById(set).style.fontWeight='normal';document.getElementById('profile'+set).style.display='none';set=param;highlight(param);document.getElementById('profile'+param).style.display='block';}
function highlightSetExtra(param){document.getElementById(set).style.fontWeight='normal';document.getElementById('profile'+set).style.display='none';document.getElementById('profileextra'+set).style.display='none';set=param;highlight(param);document.getElementById('profile'+param).style.display='block';document.getElementById('profileextra'+param).style.display='block';}
function hide(param){document.getElementById(param).style.display='none';}
function showRumira(){document.getElementById('toprumira').style.display='block';document.getElementById('topchau').style.display='none';document.getElementById('topchupani').style.display='none';}
function showChau(){document.getElementById('toprumira').style.display='none';document.getElementById('topchau').style.display='block';document.getElementById('topchupani').style.display='none';}
function showChupani(){document.getElementById('toprumira').style.display='none';document.getElementById('topchau').style.display='none';document.getElementById('topchupani').style.display='block';}
