function promo() { this.promodiv= document.createElement("div"); this.document.getElementById("promo_container").appendChild(this.promodiv); this.promodiv.style.position = "relative"; this.promodiv.style.width = "190"; this.promodiv.style.top = "413px"; link26 = document.createElement("a"); link26.href = "newsletter.html"; link26.target = "_blank"; this.promodiv.appendChild(link26); promo26 = document.createElement("img"); promo26.src = "sitepromos/26/SPBCW_sp_newsletters2.jpg"; promo26.alt = "eNewsletters"; promo26.width = "190"; promo26.height = "88"; promo26.border = 0; this.link26.appendChild(promo26); spacer26 = document.createElement("img"); spacer26.src = "images/trans.gif"; spacer26.alt = ""; spacer26.height = "10"; spacer26.border = 0; this.promodiv.appendChild(spacer26); var menu_cell = this.document.getElementById("menu_cell"); menu_cell.height = "511"; }