<!--

// Set up frameset automatically first if this page is loaded by itself
function ForceFrames(FrameNum)
{
	var strPrefix = "";
	if( top.location.href.indexOf("index.html") == -1 &&
		top.location.href.indexOf("indexDynFrames.htm") == -1 )
		top.location.replace("/indexDynFrames.htm?" + window.location.href + "&" + FrameNum);
}

-->
