window.onload = function() {
initScrollLayer();
resetFrameset(690,0);
parent.document.title = this.document.title;
}

window.onresize = function() {
	resetFrameset(690,0);
}