﻿function ToggleClass(obj, style)
{
	obj.className = style;
}

function NavToURL(url)
{
	document.location.href = url;
}