CINXE.COM
Draughts Diagram
<html><head> <title>Draughts Diagram</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <style type="text/css"> .navtext { width:230px; font:8pt sans-serif; font-weight: bold; text-align:center; border-width:2px; border-style:outset; border-color:white; background-color:#E7D3BB; layer-background-color:#E7D3BB; color:black; } .im { text-align:center; } a { text-decoration: none; } .grey { background-color: #999999; } .kop { background-color: #FFFFFF; border: 1px solid #000000; padding-left: 10px; padding-right: 10px; text-decoration: none; font-family: arial } .other { border: 0px solid #000000; padding-left: 10px; padding-right: 10px; text-decoration: none; font-family: arial } table { border-collapse:collapse; border-spacing:1; border: 0px solid #000000; font-family: 'Roboto', sans-serif; } tr { align: center; } td.grey { height: 25px; width: 25px; vertical-align: top; text-align: center; font-family: arial padding: 0px; } input.text { background-color: #999999; height: 24px; width: 26px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; text-align: center; vertical-align: top; color: #FFFFFF; vertical-align: middle; border: none; } </style> <script language="javascript" src="alttxt.js"></script> <script language="javascript" type="text/javascript"> <!-- //Designs var all_design_names = new Array ("DAMBO", "DAMBO SP", "AD98", "DAM22", "TDAM", "VOG", "TDAMSP", "DAM22SP", "VOGSP", "AD98SP","CHECKERS","SHASHKI", "BLACKWHITE", "LARGE", "MEDIUM", "BLIND", "SWISS","SWISS_LARGE", "SPANISH","I-BOOK","IP-BOOK") var all_design = new Array ("dambo", "dambo_sp", "ad98", "dam22", "tdam", "vog", "tdamsp", "dam22sp", "vogsp", "ad98sp","checkers","shashki","blackwhite", "print", "print_medium", "blind", "swiss", "swiss_large","spanish","i-book", "ip-book") var all_design_url = new Array ("http://dambo.dse.nl/", "http://dambo.dse.nl/", "http://www.ad-draughts.com/", "http://www.xs4all.nl/~hjetten/dameng.html", "http://www.turbodambase.com/int/enghome.html", "http://www.vog.ru", "http://www.turbodambase.com/int/enghome.html", "http://www.xs4all.nl/~hjetten/dameng.html", "http://www.vog.ru", "http://www.ad-draughts.com/", "http://www.usacheckers.com", "http://www.shashki.com", "http://www.shashki.com", "http://google.nl", "http://google.nl", "http://www.damweb.cz", "https://www.swisstiming.com/", "https://www.swisstiming.com/","https://www.google.com/","https://www.google.com/","https://www.google.com/") function emoticon(text) { text = '[img]http://fmjd.org/dias2/save/' + text + '[/img]'; if (opener.document.forms['post'].message.createTextRange && opener.document.forms['post'].message.caretPos) { var caretPos = opener.document.forms['post'].message.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; opener.document.forms['post'].message.focus(); } else { opener.document.forms['post'].message.value += text; opener.document.forms['post'].message.focus(); } } //--> function openpopup(popurl){ winpops=window.open(popurl,"","width=260,height=260,") } </script><script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="var_from_url.js"></script> <script src="/framework/js/jquery.cookie.js"></script> <script src="functions.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/izimodal/1.5.1/js/iziModal.min.js"></script> <script> var game=100 var act = ""; var position = ''; var design= 'dambo'; var last_type=1; var order_nr=0; var types = new Array('zv.gif','ws.gif','zs.gif','wd.gif','zd.gif'); var last_pressed=1; var pressed_icon=0; var dim=Math.sqrt(game)/2; var fields=dim*dim*2; var bgcolor = "#d8d8d8"; function openModal(url, title, w, h ) { w = typeof w !== 'undefined' ? w : 600; h = typeof h !== 'undefined' ? h : 720; $('#modal-iframe').iziModal('destroy'); $("#modal-iframe").iziModal({ iframe: true, title: title, fullscreen: true, width: w, iframeHeight: h, iframeURL: url, onClosed: function(){ }, }); $('#modal-iframe').iziModal('open') } function Load() { openModal('popup/load.php', 'Load position from external source') } function Login() { openModal('popup/login.php', 'Login') } function Restore() { openModal('popup/restore.php?act=restore&restore_hash='+restore_hash, 'Set new password') } $(function() { if(act=="login") { Login(); } if(act=="restore") { Restore(); } if(position) { SetPosition(position); $("#board").show() } }); </script> <link href="https://cdnjs.cloudflare.com/ajax/libs/izimodal/1.5.1/css/iziModal.min.css" rel="stylesheet" type="text/css" /> <style type="text/css"> #nr_pieces { margin-top: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #board { /* background-image: url('base/notation-100.gif'); background-repeat: no-repeat; width: 350px; height: 350px; z-index:1000; */ } #open_form { /* background-color: #D8D8D8;*/ text-align: left !important; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #personal_menu{ vertical-align: top; display: none; max-width:350px; text-align: left !important; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } </style> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> </head> <body> <div class="container-fluid"> <form name="Form1" id="Form1" action="create.php" method="post"> <table border="0" align="center" celpadding=0 cellspacing=0> <tr> <td> <a href="/dias2/"><img src="header.gif" border="0"></a> </td> <td align=center> <style type="text/css"> #table_menu { padding: 0px; } img { border: 0px; } </style> <table id="table_menu"> <tr> <td align=center> <a href="index.php"><img src="base/home.gif" title="Home" alt="Home" border="0"></a><a href="about.php"><img src="base/about.gif" alt="About this program" title="About this program" border="0"></a><a href="index.php?game=64"><img src="base/64.gif" alt="Toggle to 64 board" title="Toggle to 64 board" border="0"></a><a href="index.php?game=100"><img src="base/100.gif" alt="Toggle to 100 board" title="Toggle to 100 board" border="0"></a><a href="index.php?game=144"><img src="base/144.gif" alt="Toggle to 144 board" title="Toggle to 144 board" border="0"></a><img src="base/save.gif" alt="Save Position" title="Save Position" id="save" onclick="SavePosition()"/><img src="base/restore.gif" id="edit" alt="Restore Saved Position" title="Restore Saved Position" onclick="RestorePosition()"/><img src="base/flip.gif" title="Flip vertically" id="help" onclick="TurnAround()"/><img src="base/mirror.gif" title="Flip horizontally" id="help" onclick="Mirror()"/><img id="icon10" src="base/key.gif" title="Login" onclick="Login()"/></td> </tr> <tr> <td align=center> <img src="base/k-zv.gif" name="zv" alt="Empty Field" title="Empty Field" onclick=FieldType(0)><img src="base/k-ws.gif" name="ws" alt="White Man" title="White Man" onclick=FieldType(1)><img src="base/k-zs.gif" title="Black Man" alt="Black Man" name="zs" onclick=FieldType(2)><img src="base/k-wd.gif" name="wd" title="White King" alt="White King" onclick=FieldType(3)><img src="base/k-zd.gif" name="zd" alt="Black King" title="Black King" onclick=FieldType(4)><img src="base/empty.gif" name="empty" alt="Empty Board" title="Empty Board" onclick=MakeBoardEmpty()><img src="base/start.gif" name="start" title="Starting Position" alt="Beginning Position" onclick=StartPosition()><img src="base/openweb.gif" name="start" alt="Open Existing" title="Open Existing" onclick=OpenId()><!--<img src="base/key.gif" name="login" alt="Open Existing" title="Login" onclick=Login()>--><img src="base/search.gif" title="Search" name="search" onclick="Search()"><img src="base/up.gif" title="Load" onclick="Load()"/></td> </tr> </table></td> </tr> <tr> <td rowspan="2"> <table> <tr><td><img src="icons/ic_dambo.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_dambo.png')" class="other" onmouseover="writetxt('<img src=examples/ex_dambo.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_dambo.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_dambo.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://dambo.dse.nl/" class="other">DAMBO</a></td> <td><input type="radio" id="radio_dambo" name="design" value="dambo" checked ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_dambo_sp.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_dambo_sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_dambo_sp.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_dambo_sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_dambo_sp.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.ad-draughts.com/" class="other">DAMBO SP</a></td> <td><input type="radio" id="radio_dambo_sp" name="design" value="dambo_sp" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_ad98.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_ad98.png')" class="other" onmouseover="writetxt('<img src=examples/ex_ad98.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_ad98.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_ad98.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.xs4all.nl/~hjetten/dameng.html" class="other">AD98</a></td> <td><input type="radio" id="radio_ad98" name="design" value="ad98" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_dam22.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_dam22.png')" class="other" onmouseover="writetxt('<img src=examples/ex_dam22.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_dam22.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_dam22.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.turbodambase.com/int/enghome.html" class="other">DAM22</a></td> <td><input type="radio" id="radio_dam22" name="design" value="dam22" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_tdam.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_tdam.png')" class="other" onmouseover="writetxt('<img src=examples/ex_tdam.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_tdam.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_tdam.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.vog.ru" class="other">TDAM</a></td> <td><input type="radio" id="radio_tdam" name="design" value="tdam" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_vog.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_vog.png')" class="other" onmouseover="writetxt('<img src=examples/ex_vog.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_vog.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_vog.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.turbodambase.com/int/enghome.html" class="other">VOG</a></td> <td><input type="radio" id="radio_vog" name="design" value="vog" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_tdamsp.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_tdamsp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_tdamsp.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_tdamsp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_tdamsp.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.xs4all.nl/~hjetten/dameng.html" class="other">TDAMSP</a></td> <td><input type="radio" id="radio_tdamsp" name="design" value="tdamsp" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_dam22sp.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_dam22sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_dam22sp.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_dam22sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_dam22sp.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.vog.ru" class="other">DAM22SP</a></td> <td><input type="radio" id="radio_dam22sp" name="design" value="dam22sp" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_vogsp.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_vogsp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_vogsp.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_vogsp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_vogsp.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.ad-draughts.com/" class="other">VOGSP</a></td> <td><input type="radio" id="radio_vogsp" name="design" value="vogsp" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_ad98sp.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_ad98sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_ad98sp.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_ad98sp.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_ad98sp.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.usacheckers.com" class="other">AD98SP</a></td> <td><input type="radio" id="radio_ad98sp" name="design" value="ad98sp" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_checkers.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_checkers.png')" class="other" onmouseover="writetxt('<img src=examples/ex_checkers.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_checkers.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_checkers.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.shashki.com" class="other">CHECKERS</a></td> <td><input type="radio" id="radio_checkers" name="design" value="checkers" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_shashki.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_shashki.png')" class="other" onmouseover="writetxt('<img src=examples/ex_shashki.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_shashki.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_shashki.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.shashki.com" class="other">SHASHKI</a></td> <td><input type="radio" id="radio_shashki" name="design" value="shashki" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_blackwhite.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_blackwhite.png')" class="other" onmouseover="writetxt('<img src=examples/ex_blackwhite.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_blackwhite.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_blackwhite.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://google.nl" class="other">BW</a></td> <td><input type="radio" id="radio_blackwhite" name="design" value="blackwhite" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_print.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_print.png')" class="other" onmouseover="writetxt('<img src=examples/ex_print.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_print.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_print.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://google.nl" class="other">LARGE</a></td> <td><input type="radio" id="radio_print" name="design" value="print" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_blind.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_blind.png')" class="other" onmouseover="writetxt('<img src=examples/ex_blind.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_blind.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_blind.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="http://www.damweb.cz" class="other">BLIND</a></td> <td><input type="radio" id="radio_blind" name="design" value="blind" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_swiss.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_swiss.png')" class="other" onmouseover="writetxt('<img src=examples/ex_swiss.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_swiss.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_swiss.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://google.nl" class="other">SWISS</a></td> <td><input type="radio" id="radio_swiss" name="design" value="swiss" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_swiss_large.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_swiss_large.png')" class="other" onmouseover="writetxt('<img src=examples/ex_swiss_large.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_swiss_large.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_swiss_large.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://google.nl" class="other">SWISS_LARGE</a></td> <td><input type="radio" id="radio_swiss_large" name="design" value="swiss_large" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_spanish.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_spanish.png')" class="other" onmouseover="writetxt('<img src=examples/ex_spanish.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_spanish.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_spanish.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://google.nl" class="other">SPANISH</a></td> <td><input type="radio" id="radio_spanish" name="design" value="spanish" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_gambler.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_gambler.png')" class="other" onmouseover="writetxt('<img src=examples/ex_gambler.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_gambler.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_gambler.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://www.gambler.ru/" class="other">GAMBLER</a></td> <td><input type="radio" id="radio_gambler" name="design" value="gambler" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_lidraughts.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_lidraughts.png')" class="other" onmouseover="writetxt('<img src=examples/ex_lidraughts.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_lidraughts.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_lidraughts.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://lidraughts.org/" class="other">LIDRAUGHTS</a></td> <td><input type="radio" id="radio_lidraughts" name="design" value="lidraughts" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_i-book.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_i-book.png')" class="other" onmouseover="writetxt('<img src=examples/ex_i-book.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_i-book.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_i-book.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://israel.fmjd.org" class="other">I-BOOK</a></td> <td><input type="radio" id="radio_i-book" name="design" value="i-book" ></td> <td><img src="1pix.gif" width="20"></td> </tr><tr><td><img src="icons/ic_ip-book.png" border="0" id="ad98"></td> <td class="other"><a href="javascript:openpopup('examples/ex_ip-book.png')" class="other" onmouseover="writetxt('<img src=examples/ex_ip-book.png>'); return true" onmouseout="writetxt(0)">100</a></td> <td><a href="javascript:openpopup('examples/ex_64_ip-book.png')" class="other" onmouseover="writetxt('<img src=examples/ex_64_ip-book.png>'); return true" onmouseout="writetxt(0)">64</a></td> <td class="other"><a href="https://israel.fmjd.org" class="other">IP-BOOK</a></td> <td><input type="radio" id="radio_ip-book" name="design" value="ip-book" ></td> <td><img src="1pix.gif" width="20"></td> </tr> <script> $( document ).ready(function() { if (localStorage.getItem("lastDesign") !== null) { $("#radio_"+localStorage.getItem("lastDesign")).click(); } }); </script> </table> </td> <td align=center> <div id="board"> <script type="text/javascript"> document.write(DrawDia())</script> </div> <div id="nr_pieces"></div> <div id="personal_menu"><br /> <h4>Personal menu</h4> <ul> <li onclick="MakeNewDia()">Make new diagram</li> <li> <a href="/dias2/personal/my_dias" target="_blank">Show my diagrams</li> <li><a href="/dias2/personal/customize" target="_blank">Customize</a></li> <li onclick="Logout()">Log out</li> </ul> </div> <div id="open_form" style="display: none; max-width:350px;" ><br /> <a href="javascript:SetLastPosition()">Click here if you want to reopen the last made diagram</a> <br /> You can also reopen an existing diagram. <br/> Imagine, you like to change design or to make another diagram with almost the same position. <br/> Don't worry - the new diagram will have a new name, the old diagram will remain as it is. Just put into the input box the id of diagram or its full URL.<br /> For instance <br /> <br />or <br />http://fmjd.org/dias2/save/.png<br /><br /> <input placeholder="" id="input_id" type="text"/ size="60"><br /><br /> <button type="button" onclick="OpenDia();return false;">Open Diagram</button> <br /> If you want create pdn from existing diagram - You can use <a href="http://fmjd.org/dias2/services/pdn.php">this service:</a> </div> <div id="search_result" style="max-width:350px;" ><br /> </td> </tr> <tr><td><button onclick="SendPosition();return false;">Send</button></td> </tr> <tr><td colspan="2"> <hr /> <a href="https://www.fmjd.org/dias2/log/" target="_blank">Last changes</a> <hr /> Dear friends, Our online diagram service has been serving you for many years. At this moment we serve for you 319987 diagrams!<br /> Sometimes we add new functionality but we would like to do much more for you.<br /> All we need is your feedback. Please share your thoughts with us. What functionality do you like to have added or changed in the near future?<br /> Perhaps you would like the possibility of being able to log in and see the positions you have created? Or the possiblity to enter and save the game (solution)? <br /> Perhaps you would like to see something else? Please e-mail us at <a href="mailto:webmaster@fmjd.org">webmaster@fmjd.org</a> or alternatively, click the orange Feedback form in the top left-hand corner. <br /> <hr /> Дорогие друзья! Наш сервис диаграмм служит вам уже много лет. В данный момент мы храним 319987 ваших диаграмм.<br /> Иногда мы, конечно, добавляем новые функции. <br /> Но мы бы хотели сделать для вас намного больше. Нам всего лишь нужно знать ваше мнение. Подeлитесь вашими мыслями. Что бы вы хотели видеть нового в ближайшем будущем?<br /> Возможность залогиниться и иметь под контролем созданные вами диаграммы? Возможность ввода ходов (решений)? <br /> Что-то другое? Пожалуйста, присылайте мэйл по адресу <a href="mailto:webmaster@fmjd.org">webmaster@fmjd.org</a> <br /> </td></tr> </table> <input type='hidden' name='position' id='position' value=''/> <input type='hidden' name='indicator' id='position' value='1'/> <input type='hidden' name='jm' id='jm' value=''/> <input type='hidden' name='swap' id='swap' value=''/> </form> </div> <div id="modal-iframe"></div> <div id="navtxt" class="navtext" style="visibility:hidden; position:absolute; top:0px; left:-400px; z-index:10000; padding:10px"></div> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5787f182a272acff5c894acc/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1717818-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></body> </html>