function tmo_bmo() {
	var srcH=document.documentElement.clientHeight;var topmotif=document.getElementById('tmo');var bottommotif=document.getElementById('bmo');
	topmotif.style.height=Math.floor(((srcH-455)/2)+455)+'px'; bottommotif.style.height=Math.floor(((srcH-400)/2)+400)+'px';bottommotif.style.top=Math.floor((srcH-400)/2)+'px';
}
function resize() {
	var srcH=document.documentElement.clientHeight;var topmotif=document.getElementById('topmotif');var bottommotif=document.getElementById('bottommotif');
	topmotif.style.height=Math.floor(((srcH-455)/2)+455)+'px'; bottommotif.style.height=Math.floor(((srcH-400)/2)+400)+'px';bottommotif.style.top=Math.floor((srcH-400)/2)+'px';
}
