/* Scroll to the top */
function scrollWindow()
{
window.scrollTo(0,0);
}
