SubPanels: Set so autoclosed and need expanding. Is it possible

Hello.

I’ve been hiding subpanels and got my accounts module to only show the ones I want in the order i want. Thanks to this… in /htdocs/custom/Extension/modules/Accounts/Ext/Layoutdefs

<?php $layout_defs['Accounts']['subpanel_setup']['notes']['order'] = 301; $layout_defs['Accounts']['subpanel_setup']['meetings']['order'] = 302; $layout_defs['Accounts']['subpanel_setup']['contacts']['order'] = 303; $layout_defs['Accounts']['subpanel_setup']['products']['order'] = 304; $layout_defs['Accounts']['subpanel_setup']['activities']['order'] = 305; $layout_defs['Accounts']['subpanel_setup']['opportunities']['order'] = 306; $layout_defs['Accounts']['subpanel_setup']['history']['order'] = 307; ?>

But now I was wondering is there any way in the system to tell it to close the subpanels automatically so each time someone logs in they would need to expand a subpanel to look into it?

EDIT: OOOPS sorry stripped some of the code out on each line!