// ========================================================================
// Copyright 2004, Saul Marine & Co Solicitors
// ========================================================================
// $Id: saulmarine.js 192 2004-12-05 10:55:06Z tprice $
// ========================================================================

// globals
var visible = new Object();
visible["adv-prop"] = true;
visible["adv-landlord"] = true;
visible["adv-debt"] = true;
visible["adv-comm"] = true;
visible["adv-res"] = true;
visible["adv-emp"] = true;
visible["adv-ctrct"] = true;
visible["adv-house"] = true;
visible["adv-other"] = true;

function initIndex(formType) {
    initDhtmlApi();
    toggleContentDisplay("adv-prop");
    toggleContentDisplay("adv-landlord");
    toggleContentDisplay("adv-debt");
    toggleContentDisplay("adv-comm");
    toggleContentDisplay("adv-res");
    toggleContentDisplay("adv-emp");
    toggleContentDisplay("adv-ctrct");
    toggleContentDisplay("adv-house");
    toggleContentDisplay("adv-other");
}
