// onLoad="InitialiseScrollableArea();" onBlur="self.close()"

function init() {
	InitialiseScrollableArea();
}

window.onload = init;
