//Use By KPOS
function ScrollPage(offectY)
{
    window.scroll(0,document.documentElement.scrollTop + offectY);
}
