if (top.frames.length!=0)
{
	top.location=self.document.location
}
function onColor(hex)
{
	hex.style.backgroundColor='aac8e7';
}
function offColor(hex)
{
	hex.style.backgroundColor='dddfe0';
}
function downColor(hex)
{
	hex.style.backgroundColor='70a0d1';
}