// JavaScript Document

function openPopupWindow(theUrl, width, height)
{
    window.open(encodeURI(theUrl), "_blank", "toolbar=no,scrollbars=no,location=no,status=no,width="+width+",height="+height+",resizable=0,screenX=150,screenY=150", false);
}

function measurePage()
{
  if (document.getElementById('defCont').offsetHeight + 100 < document.getElementById('left_menu_col').offsetHeight)
  {
    document.getElementById('defCont').style.height = (document.getElementById('left_menu_col').offsetHeight) - 100 + "px";
  }
}




// ANKETA


