// 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);
}




// ANKETA



