To open chat windows? That is a very dangerous and memory intensive operation... nonetheless...
js code:
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
Messenger.OpenChat ( oContact.item() );
}