document.write ('<img border="0" width="166" height="33" src="menu/cena_one.jpg"/></A>');
document.write ('<div class="sub" id="eight" style="display: none">');
document.write ('<table border="0" cellpadding="0" cellspacing="2">');
document.write ('<tr><td ><a href="http://www.baltstroytrans.spb.ru/pr_min.php"><img width="162" height="33" border="0" src="menu/sub_minerix.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.baltstroytrans.spb.ru/pr_creps.php"><img width="162" height="33" border="0" src="menu/sub_creps.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.baltstroytrans.spb.ru/pr_braas.php"><img width="162" height="33" border="0" src="menu/sub_braas.jpg"/></a></td></tr>');
document.write ('</table>');
document.write ('</div>');


function show_hide(obj) {

  if (document.getElementById(obj).style.display == 'none') 
	   document.getElementById(obj).style.display = 'block';
  else document.getElementById(obj).style.display = 'none';

 }