<script type="text/javascript"> //
else if (document.documentelement && document.documentelement.scrolltop) scro=document.documentelement.scrolltop; return (scro); } function oo(o) { return(((o<10)?"0"+o:o).tostring()); } function createdigit(id) { var odiv=creatediv(0, cpos, 18, 10, false); cpos+=12; odiv.appendchild(creatediv(0, 1, 2, 8, id+"0")); odiv.appendchild(creatediv(1, 0, 8, 2, id+"1")); odiv.appendchild(creatediv(1, 8, 8, 2, id+"2")); odiv.appendchild(creatediv(8, 1, 2, 8, id+"3")); odiv.appendchild(creatediv(9, 0, 8, 2, id+"4")); odiv.appendchild(creatediv(9, 8, 8, 2, id+"5")); odiv.appendchild(creatediv(16, 1, 2, 8, id+"6")); return (odiv); } function createcolon(id) { var odiv=creatediv(0, cpos, 18, 2, false); cpos+=4; var dot1=creatediv(4, 0, 3, 2, (id)?id+"top":false); dot1.style.backgroundcolor=colour; odiv.appendchild(dot1); var dot2=creatediv(11, 0, 3, 2, (id)?id+"bot":false); dot2.style.backgroundcolor=colour; odiv.appendchild(dot2); return (odiv); } function creatediv(top, left, height, width, id) { var div=document.createelement("div"); div.style.position="absolute"; div.style.top=top+"px"; div.style.left=left+"px"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; if (id) div.setattribute("id", id); return (div); } // ]]>