function fix() {
	
	if(window.opera) {
		document.getElementsByTagName("HTML")[0].style.overflow = 'auto';
	}
}