
function win(u,n,w,h) {
 var sub=window.open(u,n,'width='+w+',height='+h+',resizable');
 sub.focus();
 return false; }
function winp(u) {
 var sub=window.open(u,'pict','width=274,height=268,resizable');
 sub.focus();
 return false; }
