document.write ('<div id=layer_four>');
document.write ('<img border="0" width="92" height="99" src="menu/image_four.jpg"/>');
document.write ('</div>');
document.write ('<div id=layer_for_image_four>');
document.write ('<div id="image_four">');
document.write ('<table border="0" cellpadding="0" cellspacing="0" width="102" height="109">');
document.write ('<tr><td ><a href="http://www.baltstroytrans.spb.ru/landsh.php"><img border="0" width="102" height="109" src="menu/image_4.jpg"/></a></td></tr>');
document.write ('</table>');
document.write ('</div>');
document.write ('</div>');


function showBlock (id) {
		document.getElementById(id).style.visibility = 'visible';
}
function hideBlock (id) {
		document.getElementById(id).style.visibility = 'hidden';
}