

document.write
('   <img id="dial" class="Vis0 abs" style="width:280px; height:280px;" src="img/clk/CD280.gif" />  ' +
 '   <img id="LetH" class="Vis0 abs" style="width: 26px; height: 26px;" src="img/clk/LettH.gif" />  ' +


 '   <div id="cvs1" class="Vis0 abs" style="height:240px; width:240px;"></div>                      ' +
 '   <div id="cvs2" class="Vis0 abs" style="height:240px; width:240px;"></div>                      ' +
 '   <img id="Pt00" class="Vis0 abs" style="height: 16px; width: 16px;" src="img/clk/Point0.gif">   ' +
 '   <img id="Pt01" class="Vis0 abs" style="height: 16px; width: 16px;" src="img/clk/Point1.gif">   ' +

 ' <input id="Btt1" class="Vis0 btt" type="button" value="UTC.F" onclick="Slct(1)">                 ' +
 ' <input id="Btt2" class="Vis0 btt" type="button" value="UTC.G" onclick="Slct(2)">                 ' +
 ' <input id="Btt3" class="Vis0 btt" type="button" value="Local" onclick="Slct(3)">                 ' +

 '  <form class="abs" style="left:0; top:0; border-collapse:collapse;" name="form2">                ' +
 ' <input id="hit3" class="Vis0 hit3" name="hit3" style="width:508; height:21;" readonly>           ' +
 ' <input id="hexT" class="Vis0 hexT" name="hexT" style="width:184; height:40;" readonly>           ' +
 ' </form>                                                                                          ' +

 '  <form class="abs" style="left:0; top:0; border-collapse:collapse;" name="form4">                ' +
 ' <input id="txtI" class="Vis0 txtB txtI" name="txtI" style="width:640; height:28;" readonly>      ' +
 ' <input id="txtH" class="Vis0 txtA txtH" name="txtH" style="width:296; height:28;" readonly>      ' +
 ' <input id="txtM" class="Vis0 txtA txtM" name="txtM" style="width:392; height:28;" readonly>      ' +
 ' <input id="txtS" class="Vis0 txtA txtS" name="txtS" style="width:464; height:28;" readonly>      ' +
 ' </form>                                                                                          ' +

 ' <input id="Spn1" class="Vis0 abs txtB Spn1" name="Spn1" style="width:320; height:28;" readonly>  ' +
 ' <input id="Spn2" class="Vis0 abs txtB Spn2" name="Spn2" style="width:320; height:28;" readonly>  ' +

 '                                                                                                  ' );

if (NAV=="IE") var corIE = "107"; else var corIE = "106"; document.getElementById('corIE').style.height = corIE;

     var ObjLft = 256;
     var ObjTop = 128;
     var E;

     E=document.getElementById('dial');
     E.style.left = ObjLft - 20;
     E.style.top  = ObjTop - 20;
     E.style.visibility = "visible";

     E=document.getElementById('cvs1');
     E.style.left = ObjLft;
     E.style.top  = ObjTop;
     E.style.border = "#F00 0px solid";
     E.style.visibility = "visible";

     E=document.getElementById('cvs2');
     E.style.left = ObjLft;
     E.style.top  = ObjTop;
     E.style.border = "#F00 0px solid";
     E.style.visibility = "visible";

     E=document.getElementById('LetH');
     E.style.left = ObjLft + 120 - 13;
     E.style.top  = ObjTop       + 21;

     E=document.getElementById('Pt00');
     E.style.left = ObjLft + 120 - 8;
     E.style.top  = ObjTop + 120 - 8;
     E.style.zIndex = "16";
     E.style.visibility = "visible";

     E=document.getElementById('Pt01');
     E.style.left = ObjLft + 120 - 8;
     E.style.top  = ObjTop + 120 - 8;
     E.style.zIndex = "16";
     E.style.visibility = "visible";

     E=document.getElementById('Btt1');
     E.style.left = ObjLft + 120 +  36;
     E.style.top  = ObjTop + 240 +  28;
     E.title = " UTC of Florence  =  UTC.G + 0H45 ";
     E.style.visibility = "visible";

     E=document.getElementById('Btt2');
     E.style.left = ObjLft + 120 - 108;
     E.style.top  = ObjTop + 240 +  28;
     E.title = " UTC of Greenwich  =  UTC.F – 0H45 ";
     E.style.visibility = "visible";

     E=document.getElementById('Btt3');
     E.style.left = ObjLft + 120 -  36;                                                                                                                                                                                                     
     E.style.top  = ObjTop + 240 +  28;
     E.style.border = 'inset';
     E.style.visibility = "visible";

     E=document.getElementById('hexT');
     E.value = "Q.QQ’q H";
     E.style.left = ObjLft + 304;
     E.style.top  = ObjTop +  56;

     E=document.getElementById('Spn1');
     E.style.left =  550;
     E.style.top  =  450;
     E.value = " The modern hexadecimal base unit in time: ";
     E.style.visibility = "visible";

     E=document.getElementById('Spn2');
     E.style.left =  870;
     E.style.top  =  450;
     E.value = " One hexa-i-timple is defined 675 s ÷ 1024. ";
     E.style.visibility = "visible";

     E=document.getElementById('txtI');
     E.style.visibility = "visible";


