
//Back to Top of Page link Use this script if you have a long page. 

//<a href="javascript:window.scrollTo(0,0);">Back to top of page</a> 


//Place this script in the head of any document that you want to be maximised. 


<!--
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
//-->
