var comXLForm = {
    validate:function()
    {
        if ($('comXLFormDesignerCheck') != null)
        {
            return false;
        }

        return true;
    }
};
