function nw(link,w,h){
var p="width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=yes";
o=window.open(link,'_blank',p);
o.focus();}
