document.write('<table id="top_banner" cellpadding="0" cellspacing="0">');
document.write('	<tr>');
document.write('		<td id="top_logo_left" rowspan="3">');
document.write('			&nbsp;');
document.write('		</td>');
document.write('		<td id="top_logo_mid">');
document.write('			&nbsp;');
document.write('		</td>');
document.write('		<td id="top_logo_right">');
document.write('			&nbsp;');
document.write('		</td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td id="top_banner_menu">');
document.write('			<a href="art_about_en.htm" class="top_menu">ABOUT US</a>');
document.write('			::');
document.write('			<a href="art_links_en.htm" class="top_menu">LINKS</a>');
document.write('			::');
document.write('			<a href="art_guestbook_en.htm" class="top_menu">GUESTBOOK</a>');
document.write('			::');
document.write('			<a href="art_contact_en.htm" class="top_menu">CONTACT</a>');

// MESSAGE_BOARD
//document.write('			<br /><marquee>');
//document.write('				<img src="gfx/dogprint.gif"> <img src="gfx/dogprint.gif"> <img src="gfx/dogprint.gif">&nbsp;&nbsp;&nbsp;');
//document.write('				<a href=\"pp_recent_en.htm\" class="info">PUPPIES WERE BORN!!!</a> SHELTIE :: BORDER COLLIE!&nbsp;&nbsp;&nbsp;');
//document.write('				<img src="gfx/dogprint.gif"> <img src="gfx/dogprint.gif"> <img src="gfx/dogprint.gif">&nbsp;&nbsp;&nbsp;');
//document.write('			</marquee>');
// EOF MESSAGE_BOARD

document.write('		</td>');
document.write('		<td id="top_banner_menu_right">');
document.write('			&nbsp;&nbsp;&nbsp;');
document.write('			<a href="main_en.htm" class="top_menu">NEWS</a>');
document.write('			::');
document.write('			<a href="index.htm" class="top_menu">INTRO&nbsp;&raquo;</a>');

// MESSAGE_BOARD
//document.write('			<br /><br />');
// EOF MESSAGE_BOARD

document.write('		</td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td id="top_banner_under_menu">');
document.write('			&nbsp;');
document.write('		</td>');
document.write('		<td id="top_banner_under_menu">');
document.write('			&nbsp;');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');

function sprawdz(f) {
var go=true;
for (i=0;i<f.length;i++)
{
var obj=f.elements[i];
if (obj.name.substring(0,7)=='codeImg') {
if (!obj.value)
{
go=false;
alert('ATTENION! The image code field was not properly filled.');
break;
}
}
}
return go;
}
