Lines Matching refs:object

270 	var object = this.doc.getElementById('lbMain');
271 object.style.top = (this.getPageScroll() + (pageSize[3] / 15)) + "px";
272 object.style.display = '';
336 object = this.doc.getElementById('lbNavDisplay');
338object.innerHTML = '&nbsp;&nbsp;&nbsp;<span id="lbPrev2_Off" style="display: none;" class="' + thi…
339 object.style.display = 'none';
488 var object = this.doc.getElementById('lbCaption');
490 object.style.display = '';
495 object.innerHTML = (sTitle == null ? '' : ''+sTitle+'');
497 else object.innerHTML = (sTitle == null ? '' : sTitle);
501 object = this.doc.getElementById('lbNumberDisplay');
503 object.style.display = '';
505 object.innerHTML = "" + eval(this.activeSlide + 1) + " / " + this.slideArray.length;
508 object.style.display = '';
510 object.innerHTML = "" + eval(this.activeImage + 1) + " / " + this.imageArray.length;
513 object.style.display = '';
515 object.innerHTML = "" + eval(this.activeFrame + 1) + " / " + this.frameArray.length;
525 …var object = (this.navType == 2 ? this.doc.getElementById('lbPrev2') : this.doc.getElementById('lb…
526 object.style.display = '';
527 object.onclick = function() {
535 …var object = (this.navType == 2 ? this.doc.getElementById('lbNext2') : this.doc.getElementById('lb…
536 object.style.display = '';
537 object.onclick = function() {
546 var object = this.doc.getElementById('lbPrev2');
547 object.style.display = '';
548 object.onclick = function() {
555 var object = this.doc.getElementById('lbNext2');
556 object.style.display = '';
557 object.onclick = function() {
565 …var object = (this.navType == 2 ? this.doc.getElementById('lbPrev2') : this.doc.getElementById('lb…
566 object.style.display = '';
567 object.onclick = function() {
574 …var object = (this.navType == 2 ? this.doc.getElementById('lbNext2') : this.doc.getElementById('lb…
575 object.style.display = '';
576 object.onclick = function() {
706 var object = this.doc.getElementById(id).style;
707 object.opacity = (opacity / 100);
708 object.MozOpacity = (opacity / 100);
709 object.KhtmlOpacity = (opacity / 100);
710 object.filter = "alpha(opacity=" + (opacity + 10) + ")";
712 …try { object.removeAttribute("filter"); } catch(e) {} /* Fix added for IE Alpha Opacity Filter bug…
718 …try { object.removeAttribute("filter"); } catch(e) {} /* Fix added for IE Alpha Opacity Filter bug…
730 var object = this.doc.getElementById(id).style;
731 object.opacity = (opacity / 100);
732 object.MozOpacity = (opacity / 100);
733 object.KhtmlOpacity = (opacity / 100);
734 object.filter = "alpha(opacity=" + opacity + ")";
737 object.display = 'none';
750 var object = this.doc.getElementById(id);
753 object.style.width = (newW) + "px";
760 if (parseInt(object.style.width) == maxW) {
767 var object = this.doc.getElementById(id);
769 object.style.height = (newH) + "px";
776 if (parseInt(object.style.height) == maxH) {