/*
   initPageSca.js

   SCA gets it's own page for simplicity.
*/

window.onload = function()
{
	setPosition();

	// For sca internal pages.  The func does the check for the sidebar.
	setSidebarBorder();

	if (location.href.indexOf('sca') > -1 || location.href.indexOf('sparc') > -1) {
		initScroll();
	} 
}

window.onresize = function()
{
	setPosition();
}
