function closeStart(div) {
	div.style.display = 'none';
    if(document.createStyleSheet) {
        //window.document.createStyleSheet("/files/start_ie.css");
		window.document.getElementsByTagName('html')[0].style.overflow = 'scroll';
    } else {
        window.document.getElementsByTagName('html')[0].style.overflow = 'auto';
    }
}