﻿
function openw()
{
window.open('popup/Anketi.aspx','null','width=455,height=430,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');
}
function closew()
{
document.getElementById("alert").style.display='none';
}


