/******************************/
/*  Hungaryrooms.com Affiliate   */
/*    All rights reserved     */
/*           2009             */
/******************************/

function hungaryroomsAffiliateSearchForm(code, lang)
{

  //code: affiliate code

  var iframewidth = 222;
  var iframeheight = 304;

  var iframesrc = 'http://www.hungaryrooms.com/affiliate/searchform?code='+code+'&lang='+lang;
  var iframeborder = '0';
  var iframestyle = 'border:'+iframeborder+';';
  iframestyle+= 'width:'+iframewidth+'px;';
  iframestyle+= 'height:'+iframeheight+'px;';

  document.write('<iframe frameborder="0" src="'+iframesrc+'" scrolling="no" style="'+iframestyle+';"></iframe>');
}
