if (v=="above") { this.setTop(refTop-height+this.offsetTop); }
            else if (v=="top") { this.setTop(refTop+this.offsetTop); }
            else if (v=="center") { this.setTop(refTop+(refHeight/2)-(height/2)+this.offsetTop); }
            else if (v=="bottom") { this.setTop(refTop+refHeight-height+this.offsetTop); }
            else if (v=="below") { this.setTop(refTop+refHeight+this.offsetTop); }