﻿// Globals
_siteName = "Xilon";

function HideElement(obj)
{
    obj.style.display = 'none';
}