function OpenPopup(path) {
	win=window.open('http://www.mosrealbase.ru/popup.php?'+path,'child','left=100,top=100,width=450,height=175,status=0,toolbar=0,location=0,scrollbars=1,resizable=yes');
	win.focus();
}
function addcheck(id) {
	win=window.open('http://www.mosrealbase.ru/addcheck.php?'+id,'child','left=2000,top=2000,width=1,height=1,status=0,toolbar=0,location=0,scrollbars=0,resizable=no');
	win.focus();
}
function addcheckrc(id) {
	if (confirm('Вы уверены?')) addcheck(id);
}
