
function popwerk(media, ho, br)
{
features = 'scrollbars=yes,resizable=yes,width='+br+',height='+ho+',screenX=40,screenY=40';
window.open(media,'',features);
}

