function scrollWindow(){
//document.body.scrollHeight //取得当前窗品滚动条高度
this.scroll(0,document.body.scrollHeight); //将滚动条移至五百处
}
function scrollWindow(){
//document.body.scrollHeight //取得当前窗品滚动条高度
this.scroll(0,document.body.scrollHeight); //将滚动条移至五百处
}