function DrawPiwi(){
  URL="http://www.pihenjitthon.hu/piwi2/piwi2.php";
    
  if(typeof icdownload_programid!='undefined')URL+="&programid="+icdownload_programid;
  if(typeof piwi_width=='undefined')piwi_width=500;
  if(typeof piwi_height=='undefined')piwi_height=60;
  document.write('<iframe style="border:1px solid;" width="500" height="75" src="'+URL+'" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');
}
DrawPiwi();