// this solves the ugly ie6 text selection problem in layers
document.body.style.height = document.documentElement.scrollHeight+'px';