if(window.adb_SurveyID)
{
  document.write('<a href="javascript:adb_run(\''+ adb_SurveyID +'\', \'' + adb_LangId + '\');">'+ adb_Text +'</a>');
}

function $$(id){return document.getElementById(id);} 

function adb_run(ID, LANG, SESS, test)
{
  if(!test){test = 0;}
  if (!SESS) {SESS = "";}
  var d = document;
  var _docW = (d.width != undefined) ? d.width : d.body.offsetWidth;
  var _docH = Math.max(d.documentElement.clientHeight, d.documentElement.scrollHeight);
  if(window.innerHeight > _docH){ _docH = window.innerHeight;}
  _docH = Math.max(_docH,d.body.scrollHeight);
  if(d.documentElement.clientHeight > 0){_docW = d.documentElement.scrollWidth;}else{_docW = d.body.scrollWidth;}
  var _docS = (d.all ? Math.max(d.body.scrollTop,d.documentElement.scrollTop) : window.pageYOffset);
  var _docPH = (d.all ? Math.max(d.body.clientHeight,d.documentElement.clientHeight) : window.innerHeight);
  if(d.all){if(d.documentElement.clientHeight > 0){_docPH = d.documentElement.clientHeight;}}
  if(window.opera){_docPH = window.innerHeight;}

  
  
  if(!$$('adb_bg_chezchenz'))
  {
    var adb_bg = d.createElement('div');
    adb_bg.style.display = 'none';
    adb_bg.id = 'adb_bg_chezchenz';
    d.getElementsByTagName('body').item(0).appendChild(adb_bg);
  }
  else
  {
    var adb_bg = $$('adb_bg_chezchenz');
  }
    
  with (adb_bg.style)
  {
    position = 'absolute';
    backgroundColor = '#000';
    left = '0px';
    top = '0px';
    zindex = 10001;
    filter = 'alpha(opacity=60)';
    opacity = .60;
    width = _docW +'px';
    height = _docH +'px';
    display = 'block';
  }


  if(!$$('adb_c_chezchenz'))
  {
    var adb_c = d.createElement('div');
    adb_c.style.display = 'none';
    adb_c.id = 'adb_c_chezchenz';
    d.getElementsByTagName('body').item(0).appendChild(adb_c);
  }
  else
  {
    var adb_c = $$('adb_c_chezchenz');
  }

  with (adb_c.style)
  {
    width = '890px';
    height = '540px';
    position = 'absolute';
    top = (((_docPH-500)/2) + _docS) + 'px';
    left =  (((_docW - 890)/2) > 0 ? (((_docW - 890)/2) - 50) + 'px' : '10px');
    backgroundColor = '#000';
    zindex = 10003;
  }
  adb_c.innerHTML = '<div style="margin:8px 0px 0px 10px;float:left;font-family:verdana;color:#fff;font-size:10px;">Powered By <a href="http://www.surveey.com" target="_blank" style="color:#FFF;font-weight:bold;text-decoration:none;">Surveey.com</a></div><a href="javascript:adb_close();"><img src="http://statics.surveey.com/Images/Common/cls_s.gif" border="0" title="Close"  style="float:right;margin:5px 10px 0px 0px;" /></a>';
  adb_c.style.display = 'block';

  if(!$$('adb_i_chezchenz'))
  {
    var adb_i = d.createElement('iframe');
    adb_i.id = 'adb_i_chezchenz';
    d.getElementsByTagName('body').item(0).appendChild(adb_i);
  }
  else
  {
    var adb_i = $$('adb_i_chezchenz');
  }

  if(document.all){adb_i.scrolling = 'yes'}; 
  adb_i.src = 'http://www.surveey.com/SurveyStart.aspx?lang=' + LANG + '&surv=' + ID + '&s=' + SESS;
  
  with (adb_i.style)
  {
    position = 'absolute';
    height = '500px';
    display = 'none';
    margin = '0px';
    padding = '0px';
    width = '870px';
    border = '0px';
    top = (((_docPH-480)/2) + _docS + 20) + 'px';
    left =  (((_docW - 870)/2) > 0 ? (((_docW - 870)/2) - 50) + 'px' : '10px');
    zindex = 10005;
  }

  adb_i.style.display = 'block';
  adb_i.style.background = "white";
  
}


function adb_close()
{
  $$('adb_bg_chezchenz').style.display = 'none';
  $$('adb_i_chezchenz').style.display = 'none';
  $$('adb_c_chezchenz').style.display = 'none';
}