// JS/UIX v0.44
// (c) mass:werk (N.Landsteiner) 2003
// all rights reserved
// term gui
var conf_term_x=102;
var conf_term_y=34;
var conf_kbd_offset=34;
var termImgPath='jsuix_support/';
var termDiv='termDiv';
var termBgColor='#181818';
var termFrameColor='#555555';
var termPageColor='#222222';
var conf_repeat_delay1=320;
var conf_repeat_delay2=170;
var termKbdDiv='termKbdDiv';
var termKbdBgColor='#222222';
var keycapspath='jsuix_support/keycaps/';
var termSubDivs=false;
var termLayers=false;
var termDocNS4=null;
var termStringStart='';
var termStringEnd='';
var termKbdDocNS4=null;
var termKbdOn=false;
var keycapsShift=false;
var keycapsCpslk=false;
var keycapsShiftRef=new Array();
var keycapsCpslkRef=new Array();
var termSpecials=new Array();
termSpecials[0]=' ';
termSpecials[1]='$';
termSpecials[2]=' ';
termSpecials[3]='?';
termSpecials[4]='#';
termSpecials[32]=' ';
termSpecials[34]='"';
termSpecials[38]='&';
termSpecials[60]='<';
termSpecials[62]='>';
termSpecials[127]='◊';
var termStyles=new Array(1,2,4,8);
var termStyleOpen=new Array();
var termStyleClose=new Array();
termStyleOpen[1]='';
termStyleClose[1]='<\/SPAN>';
termStyleOpen[2]='';
termStyleClose[2]='<\/U>';
termStyleOpen[4]='';
termStyleClose[4]='<\/I>';
termStyleOpen[8]='';
termStyleClose[8]='<\/STRIKE>';
// buttons UI
var termImgNames=new Array('left_lo', 'left_hi', 'right_lo', 'right_hi', 'delete_lo', 'delete_hi', 'esc_lo', 'esc_hi', 'kbd_show_lo', 'kbd_show_hi', 'kbd_hide_lo', 'kbd_hide_hi');
var termImages=new Array();
function termImgPreload(path,imgnames) {
for (var i=0; i<\/TD>\n';
s+='
function termMakeKbd() {
var s='
| '; for (var k=0; k keycapsShiftRef[kc]=termKeyMapShift[i][k]; keycapsCpslkRef[kc]=termKeyMapCpslk[i][k]; if (kc==13) { s+='<\/A>'; continue }; if (kc==32) s+='' else if (kc==28) { s+=''; s+='<\/A>'; continue } else if (kc==29) { s+='<\/A>'; continue } else if (kc==8) { s+='<\/A>'; continue } s+='<\/A>'; if (kc==35) s+='<\/A>'; }; s+='<\/TD><\/TR>\n'; }; s+='<\/TABLE>'; return s }
function termHide() { function makeTerm() {
| |||||||||||||