function fnSwitchStyle(pCtl, pStyle)
{
	pCtl.className = pStyle;
}

function fnNav(pLink, pTarget)
{
	if (pTarget == "_top") { window.top.location = pLink; }
	else { top.frames[pTarget].location = pLink; }
}
