function init()
{
	getWindowHeight();
	insertContent();
	scroller();
	download_links();
}
window.onload = init;
