function closeAllFunct() {
	try {
		closeAll();
	}
	catch (e) {}
}
