function show_ico(arg)
{
	document.getElementById("sw"+arg).style.display = "block";
}
function hide_ico(arg)
{
	document.getElementById("sw"+arg).style.display = "none";
}
