﻿// v3 site behaviors, Mike Foster, Cross-Browser.com

// Frame breaker

if (top.location != document.location) top.location = document.location;

// Page Object

function OnLoad_Logo(thisPath)
{
  var Logo = xGetElementById('MasterLogo');
  Logo.src = thisPath;
}

function OnLoad_LinkModuleStyle(thisColor)
{
    var Header = xGetElementById('pnlView200Label');
    Header.style.backgroundColor = thisColor;
}