function close_oo() {
	document.getElementById('oo').style.visibility = 'hidden'
}

window.onload = function() {
	document.getElementById('oo').style.left = document.body.clientWidth - 185 + 'px'

}

window.onresize = function() {
	document.getElementById('oo').style.left = document.body.clientWidth - 185 + 'px'

}
