function setLogo(objImg,titleDiv)
	{
	objImg.style.display='none';
	//document.all[titleDiv].style.display='';
	}

function SetColor(color)
{
document.bgColor=color;
}
function LoadSeal()
{
  document.getElementById("Iframe1").src = "http://www.tpsmartseal.com";
}

