function PutNLSFrame(){
  URL="http://www.infocentrum.hu/crm_interface/newslettersubscribe.php";
  URL+="?bgcolor="+nls_bg_color;
  URL+="&fontcolor="+nls_font_color;
  URL+="&linkcolor="+nls_link_color;
  if(typeof nls_property!='undefined')URL+="&property="+nls_property;
  if(typeof nls_frame_width=='undefined')nls_frame_width=300;
  if(typeof nls_frame_height=='undefined')nls_frame_height=200;
  document.write("<iframe marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" width=\""+nls_frame_width+"\" height=\""+nls_frame_height+"\" src=\""+URL+"\" frameborder=\"0\"></iframe>");
}
PutNLSFrame();