function flash() {
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="962" height="289" id="shapka" align="middle">');
 document.write('<param name="allowScriptAccess" value="sameDomain" />');
 document.write('<param name="movie" value="/i/shapka.swf" />');
 document.write('<param name="quality" value="high">');
 document.write('<param name="bgcolor" value="#ffffff" />');
 document.write('<embed src="/i/shapka.swf" quality="high" bgcolor="#ffffff" width="962" height="289" name="shapka" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write('</object>');
}

function nav(pageid) {
 subid='sub-'+pageid;
 for (var i=22; i<28; i++) {
 document.getElementById('sub-'+i).style.display='none';
 }
 document.getElementById('sub-62').style.display='none';
 document.getElementById(subid).style.display='block';
}

function showMore(id) {
 if (document.getElementById('objectid'+id).style.display=='none') {
  document.getElementById('bid'+id).style.backgroundImage='url(/i/bullet5.gif)';
  document.getElementById('aid'+id).style.color='#BF1D22';
  document.getElementById('objectid'+id).style.display='block'
 } else {
  document.getElementById('bid'+id).style.backgroundImage='url(/i/bullet4.gif)';
  document.getElementById('aid'+id).style.color='#F25821';
  document.getElementById('objectid'+id).style.display='none'

 }
}

function showMore1(id) {
 if (document.getElementById(id).style.display=='none') {
  document.getElementById(id).style.display='block'
 } else {
  document.getElementById(id).style.display='none'

 }
}

