
var oMouseoverTR;
function changeRowColor(obj,flag)
{
	if (oMouseoverTR!=null)
	{	oMouseoverTR.style.backgroundColor='';
	}

	if (flag==0)
	{	
		if (obj!=null)
		{	oMouseoverTR=obj;
		}
		var color='#FFF0C2';
		if(document.all)
		{	if(obj.style.backgroundColor=='')
			{	obj.style.backgroundColor=color;
			}
			else
			{	obj.style.backgroundColor='';
			}
		}
	}
}

function selectedcolor(obj)
{
	if(obj.style.backgroundColor!='#33FF99')
	{
		obj.style.backgroundColor='#33FF99';
	}
	else
	{
		obj.style.backgroundColor='#FFF0C2';
	}
}


function helpor_net_show(current){


}
