top of page
Книга: Красноухие черепахи BODY { padding-left: 20px; padding-right: 20px; margin-top: 20px; font-family: Tahoma, Geneva, Arial, Helvetica, sans-srif; } TABLE { border: 1px solid darkgrey; border-spacing: 0px; border-right: 0px; border-bottom: 0px;empty-cells: show;} TH { border-right: 1px solid darkgrey; border-bottom: 1px solid darkgrey; background-color: #fafafa; text-align: center; padding-left: 5px; padding-right: 5px;} TD { border-right: 1px solid darkgrey; border-bottom: 1px solid darkgrey; padding-left: 5px; padding-right: 5px;} H1, H1 > P { text-align: center; font-size: x-large; } H2, H2 > P { text-align: center; font-size: large; } P { text-indent: 4ex; text-align: justify; margin: 3px;} .epigraph DIV { text-align: right; margin-right: 50px; font-style: italic; font-size: small; } .cite P { text-align: center; font-style: italic; margin: 0px; padding: 0px; } .stanza { margin: 1em; } .bookfooter { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 2; background-color: white; color: black; border-bottom: 1px solid green; margin-left: 0px; margin-right: 0px; padding-left: 20px; padding-right: 20px; font-size: 12px; } .hbooktitle { font-size: 4px; display: none; } .bookfooter A { text-decoration: none; } var xmlHttp = false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { xmlHttp = false; } } @end @*/ if (!xmlHttp && typeof XMLHttpRequest != 'undefined') { xmlHttp = new XMLHttpRequest(); } function Get_Cookie( name ) { var start = document.cookie.indexOf( name + "=" ); var len = start + name.length + 1; if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) {return null;} if ( start == -1 ) return null; var end = document.cookie.indexOf( ";", len ); if ( end == -1 ) end = document.cookie.length; return unescape( document.cookie.substring( len, end ) ); } function hidelayer( layer_ref ) { state = 'hidden'; if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "if( document.all." + layer_ref +" ) document.all." + layer_ref + ".style.visibility = state"); } if (document.layers) { //IS NETSCAPE 4 or below if( document.layers[layer_ref] ) document.layers[layer_ref].visibility = state; } if (document.getElementById && !document.all) { maxwell_smart = document.getElementById(layer_ref); if( maxwell_smart ) maxwell_smart.style.visibility = state; } } function showlayer( layer_ref ) { state = 'visible'; if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "if( document.all." + layer_ref +" ) document.all." + layer_ref + ".style.visibility = state"); } if (document.layers) { //IS NETSCAPE 4 or below if( document.layers[layer_ref] ) document.layers[layer_ref].visibility = state; } if (document.getElementById && !document.all) { maxwell_smart = document.getElementById(layer_ref); if( maxwell_smart ) maxwell_smart.style.visibility = state; } } function GotoContent() { window.location.replace("#label"+document.bookfooter.contents.value); } function getBodyScrollTop() { return self.pageYOffset || (document.documentElement && document.documentElement.scrollTop) || (document.body && document.body.scrollTop); } function getDocumentHeight() { return (document.body.scrollHeight > document.body.offsetHeight)? document.body.scrollHeight: document.body.offsetHeight; } var timeoutpid=0; function ServerStatus() { if (xmlHttp.readyState == 4) { var response = xmlHttp.responseText; if( response.length>2 ) { document.getElementById('note').innerHTML = '<br>'+response; showlayer('note'); clearTimeout(timeoutpid); timeoutpid=setTimeout("document.getElementById('note').innerHTML = ''; hidelayer('note');",10000); } } } var spTimeout=new Date(0); function SavePosition() { var pos=getBodyScrollTop(); var height=getDocumentHeight(); var percent=Math.round(pos*100000/height); var url = "/saveBookPos.php?book=88194&pos="+percent; document.cookie="booklastposition88194="+percent+"; path=/; expires=Mon, 01-Jan-2050 00:00:00 GMT"; p=percent/1000; document.getElementById('scrollpercent').innerHTML = p.toFixed(1)+'%'; } function RestorePosition( ppos ) { var percent=Get_Cookie('booklastposition88194'); if( ppos ) { percent=ppos; } else { document.bgColor='ffffff'; document.fgColor='363636'; var b=document.getElementsByTagName('p'); for( i=0; i<b.length; i++ ) { b[i].style.fontSize = '14px'; } } var height=getDocumentHeight(); var pos=Math.round(percent*height/100000); if( percent>0 ) { if( typeof( window.pageYOffset ) == 'number' ) { window.pageYOffset=pos; } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) { document.body.scrollTop=pos; } else if( document.documentElement && document.documentElement.scrollTop ) { document.documentElement.scrollTop=pos; } window.scroll(0, pos); } document.getElementById('note').innerHTML = ''; } function ReaderSettings() { var bcolor=document.bookfooter.backgroundcolor.value; if( bcolor.length==6 ) { document.bgColor="#"+bcolor; document.cookie="bgColor="+bcolor+"; path=/; expires=Mon, 01-Jan-2050 00:00:00 GMT"; } var fcolor=document.bookfooter.textcolor.value; if( fcolor.length==6 ) { document.fgColor="#"+fcolor; document.cookie="fgColor="+fcolor+"; path=/; expires=Mon, 01-Jan-2050 00:00:00 GMT"; } var fsize=document.bookfooter.fsize.value; if( fsize>4 ) { var pos=getBodyScrollTop(); var height=getDocumentHeight(); var percent=Math.round(pos*100000/height); var b=document.getElementsByTagName('p'); for( i=0; i<b.length; i++ ) { b[i].style.fontSize = fsize+"px"; } if( percent==0 ) percent=1; setTimeout("RestorePosition("+percent+")",500); document.cookie="fontSize="+fsize+"; path=/; expires=Mon, 01-Jan-2050 00:00:00 GMT"; } } function DisplaySettings( id ) { state='unknown'; if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "if( document.all." + id +" ) state=document.all." + id + ".style.display"); } if (document.layers) { //IS NETSCAPE 4 or below if( document.layers[id] ) state=document.layers[id].display; } if (document.getElementById && !document.all) { maxwell_smart = document.getElementById(id); if( maxwell_smart ) state=maxwell_smart.style.display; } if( state == 'none' ) state='inline'; else state='none'; if (document.all) { eval( "if( document.all." + id +" ) document.all." + id + ".style.display = state"); } if (document.layers) { if( document.layers[id] ) document.layers[id].display = state; } if (document.getElementById && !document.all) { maxwell_smart = document.getElementById(id); if( maxwell_smart ) maxwell_smart.style.display = state; } } function tableruler() { return 0; } Анастасия Геннадиевна Красичкова4

 

HOUDINI AQUARIUM

 

Сильнейшая игровая программа в мире • Предполагаемая оценка Эло составляет 3350

Поддержка Шахмат 960 

Мультивариантный анализ (с ограниченной оценкой) Игра против компьютера 

Автоматический подсчет рейтинга

o Материальный гандикап

Гандикап по рейтингу (900-3200) 

Начало игры из любой позиции

 Гибкая система задания контроля времени

Беспрецедентные возможности анализа 

Бесконечный анализ 

 

ПРОГРАММЫ ДЛЯ ДЕТЕЙ
Диназавры учат шахматам
 

Хороший и добрый учитель - веселый Динозавр - познакомит вашего ребенка с основными правилами игры в шахматы, с шахматными фигурами, их ценностью и ходами, расскажет, как делать рокировку, что такое пат и мат, а также даст ценные советы, как все-таки стоит начинать партию.

 

ПРОГРАММЫ ДЛЯ ДЕТЕЙ
Алладин. Волшебные шахматы
Диназавры учат шахматам
 

в игре «Алладин: Волшебные шахматы / Disneys Aladdin Chess Adventures» дети могут прекрасно научиться игре в шахматы в приключенческой форме. Предстоит познакомиться с шахматными правилами, чтобы помочь Алладину побороть злостного Джафара. Решая простые задачки, маленькие пользователи совершат удивительное путешествие и станут нешуточными соперниками в глазах настоящих шахматистов. Детям нужно будет решить более 95 шахматных задач разной степени сложности. Поможет в этом чудесная графика и великолепное музыкальное оформление. Также возможно играть в любимую игру вдвоем, сидя за одним компьютером.

 

Автопортрет3

Автопортрет3

Опишите фото...

Алупка2. х.м. 40Х50. 1984

Алупка2. х.м. 40Х50. 1984

Опишите фото...

На грани2. х.м. 60Х100. 1993.jpg

На грани2. х.м. 60Х100. 1993.jpg

Опишите фото...

Любая2. х.м. 60Х80. 1991.jpg

Любая2. х.м. 60Х80. 1991.jpg

Опишите фото...

Ангел-хранитель2. х.м. 1993

Ангел-хранитель2. х.м. 1993

Опишите фото...

Вечер в Крыму2. х.м.40Х50. 1992

Вечер в Крыму2. х.м.40Х50. 1992

Опишите фото...

Восток2. х.м. 50Х70. 1990

Восток2. х.м. 50Х70. 1990

Опишите фото...

Врата в ад2. к.темп. 60Х90 1991.

Врата в ад2. к.темп. 60Х90 1991.

Опишите фото...

Встреча с прошлым2. Х.м. 46Х56 1990.jpg

Встреча с прошлым2. Х.м. 46Х56 1990.jpg

Опишите фото...

Единение2. к.н. 50Х70 1991.jpg

Единение2. к.н. 50Х70 1991.jpg

Опишите фото...

Закатный луч осени2. х.м. 50Х70. 1995.jpg

Закатный луч осени2. х.м. 50Х70. 1995.jpg

Опишите фото...

Иное измерение2. х.м. 81Х100. 1994.jpg

Иное измерение2. х.м. 81Х100. 1994.jpg

Опишите фото...

Истуканы2. х.м. 50Х60. 1997.jpg

Истуканы2. х.м. 50Х60. 1997.jpg

Опишите фото...

bottom of page