Lines Matching refs:c

270 				c = r.insertCell(-1);

271 c.style.color = actb_self.actb_textColor;
272 c.style.fontFamily = actb_self.actb_fFamily;
273 c.style.fontSize = actb_self.actb_fSize;
274 c.innerHTML = actb_parse(actb_self.actb_keywords[i]);
275 c.id = 'tat_td'+(j);
276 c.setAttribute('pos',j);
278 c.style.cursor = 'pointer';
279 c.onclick=actb_mouseclick;
280 c.onmouseover = actb_table_highlight;
287 c = r.insertCell(-1);
288 c.style.color = actb_self.actb_textColor;
289 c.style.fontFamily = 'arial narrow';
290 c.style.fontSize = actb_self.actb_fSize;
291 c.align='center';
292 replaceHTML(c,'\\/');
294 c.style.cursor = 'pointer';
295 c.onclick = actb_mouse_down;
326 c = r.insertCell(-1);
327 c.style.color = actb_self.actb_textColor;
328 c.style.fontFamily = 'arial narrow';
329 c.style.fontSize = actb_self.actb_fSize;
330 c.align='center';
331 replaceHTML(c,'/\\');
333 c.style.cursor = 'pointer';
334 c.onclick = actb_mouse_up;
343 c = r.insertCell(-1);
344 c.style.color = actb_self.actb_textColor;
345 c.style.fontFamily = actb_self.actb_fFamily;
346 c.style.fontSize = actb_self.actb_fSize;
347 c.innerHTML = actb_parse(actb_self.actb_keywords[i]);
348 c.id = 'tat_td'+(j);
349 c.setAttribute('pos',j);
351 c.style.cursor = 'pointer';
352 c.onclick=actb_mouseclick;
353 c.onmouseover = actb_table_highlight;
365 c = r.insertCell(-1);
366 c.style.color = actb_self.actb_textColor;
367 c.style.fontFamily = 'arial narrow';
368 c.style.fontSize = actb_self.actb_fSize;
369 c.align='center';
370 replaceHTML(c,'\\/');
372 c.style.cursor = 'pointer';
373 c.onclick = actb_mouse_down;
504 var c = 0;
506 if (actb_bool[i]) c++;
507 if (c == actb_pos){
562 var c = 0;
564 if (actb_bool[i]) c++;
565 if (c == actb_pos){
588 c = 0;
594 actb_delimchar[c] = ma[1];
595 c++;
596 actb_delimwords[c] = '';
598 actb_delimwords[c] += actb_curr.value.charAt(i);