﻿//<![CDATA[
function startFunctions()
{
    externalLinks(); //Auto replace links for frameset.
	doDivHeight();  //Fix height for Right Div Nav (tan strip)
}
window.onload = startFunctions;
//]]>