code:function OnEvent_ContactSignin (sEmail) { Interop.Call( 'user32', 'ShowWindow', Messenger.OpenChat( sEmail ).Handle, 6 /* SW_MINIMIZE */ ); }