Change horizontal position of floatie
To change horizontal position of floatie, change value of winWidth in definition for
floatobj.style.left=dsocx+winWidth-floatWidth-5+"px".
To keep position fluid, divide by a number, e.g.,
floatobj.style.left=dsocx+(winWidth/3)-floatWidth-5+"px"
Similarly, vertical positioning can be accomplished by changing variable winHeight
If you change vertical position, be aware that if floatie appears at cursor position, it will result in appear/disappear loop of floatie, until cursor is moved or screen is scrolled.