document.write ('<div id=layer_one>');
document.write ('<img border="0" width="93" height="99" src="menu/image_one.jpg"/>');
document.write ('</div>');
document.write ('<div id=layer_for_image_one>');
document.write ('<div id="image_one">');
document.write ('<table border="0" cellpadding="0" cellspacing="0" width="102" height="109">');
document.write ('<tr><td ><a href="http://www.baltstroytrans.spb.ru/proj.php"><img border="0" width="102" height="109" src="menu/image_1.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';
}