document.write ('<img border="0" width="166" height="33" src="menu/zagorstroy_one.jpg"/></A>');
document.write ('<div class="sub" id="four" style="display: none">');
document.write ('<table border="0" cellpadding="0" cellspacing="2">');
document.write ('<tr><td ><a href="http://www.gkbst.ru/kirp.php"><img width="162" height="33" border="0" src="menu/sub_kir.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/lammi.php"><img width="162" height="33" border="0" src="menu/sub_lammi.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/bet.php"><img width="162" height="33" border="0" src="menu/sub_bet.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/formexx.php"><img width="162" height="33" border="0" src="menu/sub_formexx.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/velox.php"><img width="162" height="33" border="0" src="menu/sub_velox.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/brus.php"><img width="162" height="33" border="0" src="menu/sub_br.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/karkas.php"><img width="162" height="33" border="0" src="menu/sub_karkas.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/panel.php"><img width="162" height="33" border="0" src="menu/sub_panel.jpg"/></a></td></tr>');
document.write ('<tr><td ><a href="http://www.gkbst.ru/durisol.php"><img width="162" height="33" border="0" src="menu/sub_durisol.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';

 }