function DrawPiwi(){
  URL="http://www.pihenjitthon.hu/piwi/piwi.php";
    
  if(typeof icdownload_programid!='undefined')URL+="&programid="+icdownload_programid;
  if(typeof piwi_width=='undefined')piwi_width=468;
  if(typeof piwi_height=='undefined')piwi_height=105;
  document.write("<iframe width=\""+piwi_width+"px\" height=\""+piwi_height+"px\" src=\""+URL+"\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>");
}
DrawPiwi();