<!--
// 09.08.20
window.onresize = resize;

function resize()
{
	ShowDialog('DivWindowEntire1', 'DivWindow1');
}
-->