<center><p>Window &nb sp; <button onclick="close_window()">X</button></p></center>
заменяешь на
<center><p>Window <button >X</button></p></center>
потом на jquery пишешь код
$('#three button').live('click',function(){
$('#three,#four,#two').fadeOut();
});