// update, do nothing ;)
function info(wot){
	// horyzont
	//if (wot.offsetLeft > document.width - 350)
	//	wot.childNodes[1].style.marginLeft = '-'+ parseInt((wot.offsetLeft+400) - document.width) +'px';
	// vert
	//if (wot.offsetTop > document.height - 500)
	///	wot.childNodes[1].style.marginTop = '-'+ parseInt((wot.offsetTop+200) - document.height) +'px';

	//wot.childNodes[1].style.display = 'block';
}
function hide(wot){
	//wot.childNodes[1].style.display = 'none';
}
