document.write ('<tr><td width="100%">');  
for (i=1;i<=5;i++) {
	document.write ('<img border=0 src="../images/top_'+i+Page+'.jpg">');
	(i!=5)?document.write ('<br>'):document.write ('</td>');
}
document.write ('</tr><tr><td width="100%"><img src="../images/m_top1'+Page+'.jpg"><img src="../images/m_top2'+Page+'.jpg"></td></tr>');
