function closeWindow() {
self.close();
}

var datum;
Today = new Date();
datum = Today.getDate();

function faqSectionChange() {
	location = faqNavig.faqSection.selectedIndex;
	faqNavig.faqSection.selectedIndex=0;
}