function whatisFAQ()
{
alert("FAQ is an initialism representing Frequently Asked Questions.");
}
function closeWindow()
{
window.opener='fsck';
window.close();
}