function textdecor($Id,$Type)
{
	if($Type==1) document.getElementById($Id).style.textDecoration="underline";
	if($Type==2) document.getElementById($Id).style.textDecoration="";
}