function init()
{
	getWindowHeight();
	displaySlide();
}
window.onload = init;