function setLink(l)
{
  l.href = widgetPageurl + '?' +
           'width=' + escape(w_width) + '&' +
           'height=' + escape(w_height) + '&' +
           'font=' + escape(w_font) + '&' +
           'fontSize=' + escape(w_fontSize) + '&' +
           'color=' + escape(w_color) + '&' +
           'background=' + escape(w_background) + '&' +
           'country=' + escape(w_country) + '&' +
           'RGUID=' + RGUID + '&' +
           'KeepThis=true&TB_iframe=true';
}
function setDummyLink(l, w_width, w_height, w_font, w_fontSize, w_color, w_background, w_country)
{
  l.href = widgetPageurl + '?' +
           'width=' + escape(w_width) + '&' +
           'height=' + escape(w_height) + '&' +
           'font=' + escape(w_font) + '&' +
           'fontSize=' + escape(w_fontSize) + '&' +
           'color=' + escape(w_color) + '&' +
           'background=' + escape(w_background) + '&' +
           'country=' + escape(w_country) + '&' +
           'KeepThis=true&TB_iframe=true';
}