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"; var menu_cell = this.document.getElementById("menu_cell"); menu_cell.height = "413"; }