Minimize Button in Flash Fullscreen Website

Hi

I want to add close and minimize button in my fullscreen flash website. I make two button 1. Exit 2. Minimize and then I give action to close button :

[font=MS Sans Serif][size=1]on (release) {

[/size][/font][font=MS Sans Serif][size=1][color=#000084]getURL[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000] ([/color][/size][/font][font=MS Sans Serif][size=1][color=#0000ff]“javascript:self.close()”[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000]);

[/color][/size][/font][font=MS Sans Serif][size=1][color=#000084]fscommand[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000] ([/color][/size][/font][font=MS Sans Serif][size=1][color=#0000ff]“quit”[/color][/size][/font][font=MS Sans Serif][size=1][color=#000000]);

}

[/color][/size][/font]and It works but I don’t know what to do with minimize button.

Pl. advice.