
function rozmiar_iframe(margines) 
{ 
   if (parent != self && document.body && (document.body.scrollHeight || document.body.offsetHeight)) 
   { 
      if (margines == undefined) var margines = 0; 

      if (parent.document.getElementById) parent.document.getElementById('rozmiarramki').height = 1; 
      else if (parent.document.all) parent.document.all['rozmiarramki'].height = 1; 
      var wysokosc = document.body.scrollHeight != undefined ? document.body.scrollHeight : document.body.offsetHeight; 
      if (wysokosc)
      {
        if (parent.document.getElementById) parent.document.getElementById('rozmiarramki').height = wysokosc + margines; 
        else if (parent.document.all) parent.document.all['rozmiarramki'].height = wysokosc + margines; 
      }
   } 
} 
window.onload = rozmiar_iframe;
  window.onLoad="MM_preloadImages('images/business/menu/1.jpg','images/business/menu/2.jpg','images/business/menu/3.jpg','images/business/menu/4.jpg','images/business/menu/5.jpg','images/business/menu/6.jpg');"