// JavaScript Document

function vediSM01()
{
	if (document.layers) document.SM01.visibility="visible";
	if (document.all) document.all.SM01.style.visibility="visible";
	if (!document.all && document.getElementById) document.getElementById("SM01").style.visibility="visible";
}
function novediSM01()
{
	if (document.layers) document.SM01.visibility="hidden";
	if (document.all) document.all.SM01.style.visibility="hidden";
	if (!document.all && document.getElementById) document.getElementById("SM01").style.visibility="hidden";
}
function vediSM03()
{
	if (document.layers) document.SM03.visibility="visible";
	if (document.all) document.all.SM03.style.visibility="visible";
	if (!document.all && document.getElementById) document.getElementById("SM03").style.visibility="visible";
}
function novediSM03()
{
	if (document.layers) document.SM03.visibility="hidden";
	if (document.all) document.all.SM03.style.visibility="hidden";
	if (!document.all && document.getElementById) document.getElementById("SM03").style.visibility="hidden";
}

function vediSM02()
{
	if (document.layers) document.SM02.visibility="visible";
	if (document.all) document.all.SM02.style.visibility="visible";
	if (!document.all && document.getElementById) document.getElementById("SM02").style.visibility="visible";
}
function novediSM02()
{
	if (document.layers) document.SM02.visibility="hidden";
	if (document.all) document.all.SM02.style.visibility="hidden";
	if (!document.all && document.getElementById) document.getElementById("SM02").style.visibility="hidden";
}


function vediSM05()
{
	if (document.layers) document.SM05.visibility="visible";
	if (document.all) document.all.SM05.style.visibility="visible";
	if (!document.all && document.getElementById) document.getElementById("SM05").style.visibility="visible";
}
function novediSM05()
{
	if (document.layers) document.SM05.visibility="hidden";
	if (document.all) document.all.SM05.style.visibility="hidden";
	if (!document.all && document.getElementById) document.getElementById("SM05").style.visibility="hidden";
}
