Lines Matching full:title2
563 var title2 = title.cloneNode(true);
564 title2.style.backgroundImage = '';
565 title2.style.textDecoration = 'none';
566 title2.style.fontWeight = 'bold';
567 title2.style.fontSize = '14px';
568 title2.style.color = 'rgb(80, 80, 80)';
569 title2.style.width = '456px';
570 title2.style.backgroundColor = '#ffffff';
571 title2.style.paddingLeft = '6px';
573 var btn2 = title2.getElementsByTagName('button')[0];
583 title2.outerHTML + clone.outerHTML + '</body>', 'text/html');