//Copyright (c)2005 Ezhov Andrey
function wopen(ur,w,h,n){ou=window.open (ur, n, 'toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h);if (ou!=null){ou.focus()}}
